tron网络调用 wallet_switchEthereumChain 切换网络提示 'method not found' To Reproduce 我当前是tron mainnet:0x2b6653dc, 想要切换到tron shasta: 0x94a9059e 或者我当前是EVM网络,需要切换到Tron网, 都会报错: code: window.$onekey.tron.request({ method:'wallet_switchEthereumChain', params:[{ chainId...
Fix typo in wallet_switchEthereumChain documentation (MetaMask#266) Browse files main (MetaMask/metamask-docs#266) rekmarks authored Aug 10, 2021 Verified 1 parent 6757154 commit 44d25ce Showing 1 changed file with 1 addition and 1 deletion. Whitespace Ignore whitespace Split Unified 2 ...
Description A bug was introduced in #24415, where user rejected request errors are not correctly handled in either wallet_switchEthereumChain nor wallet_addEthereumChain calls. At first we thought ...
In https://docs.metamask.io/guide/rpc-api.html#other-rpc-methods The user may choose to switch to the chain once it has been added. So our behavior difference is revealed on https://cryptomeda.tech/ STR/Cases: Found via brave/brave-core#...