diff --git a/src/context/Web3.tsx b/src/context/Web3.tsx index 9c2cd25f..66c56ba9 100644 --- a/src/context/Web3.tsx +++ b/src/context/Web3.tsx @@ -282,11 +282,11 @@ const Web3SignerProvider = (props: { method: "wallet_addEthereumChain", params: [ { - chainId: sanitizedChainId, + ...config.assets[RBTC].network, blockExplorerUrls: [ config.assets[RBTC].blockExplorerUrl.normal, ], - ...config.assets[RBTC].network, + chainId: sanitizedChainId, }, ], });