This reverts commit b8edc4d5ec.
This commit is contained in:
+1
-1
@@ -283,7 +283,7 @@ public class BraveWalletAddNetworksFragment extends Fragment implements Connecti
|
||||
|
||||
private void addEthereumChain(EthereumChain chain) {
|
||||
assert mJsonRpcService != null;
|
||||
mJsonRpcService.addCustomChain(chain, (chainId, error, errorMessage) -> {
|
||||
mJsonRpcService.addEthereumChain(chain, (chainId, error, errorMessage) -> {
|
||||
if (error != ProviderError.SUCCESS) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user