Skip to content

Commit

Permalink
updated new rpcUrl of gnosischain on test file (#4505)
Browse files Browse the repository at this point in the history
  • Loading branch information
tommasini authored Jun 15, 2022
1 parent a2b965c commit 4cb3d6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/core/RPCMethods/wallet_addEthereumChain.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const correctParams = {
chainName: 'xDai',
blockExplorerUrls: ['https://blockscout.com/xdai/mainnet'],
nativeCurrency: { symbol: 'xDai', decimals: 18 },
rpcUrls: ['https://rpc.xdaichain.com'],
rpcUrls: ['https://rpc.gnosischain.com'],
};

const otherOptions = {
Expand Down

0 comments on commit 4cb3d6e

Please sign in to comment.