wufd

Results 3 comments of wufd

You can try "wallet_switchEthereumChain" or "wallet_addEthereumChain"

``` await connector.sendCustomRequest( method: 'wallet_switchEthereumChain', params: [ {'chainId': '0x${chainId.toRadixString(16)}'} ], ) ``` or ``` await connector.sendCustomRequest( method: 'wallet_addEthereumChain', params: [ { 'chainId': '0x${chainId.toRadixString(16)}', 'chainName': "xxx", 'nativeCurrency': { "name": "xxx", "symbol":...