Skip to content

Commit

Permalink
Updating Metamask ChainID instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
juandaveth committed Nov 5, 2020
1 parent 14c5079 commit 5d87df9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ export const NoContract = ({ currency }) => {
setRPCData({
'Network Name': 'xDai',
'New RPC URL': 'https://xdai.poanetwork.dev',
ChainID: 100,
ChainID: 0x64,
Symbol: 'xDai',
'Block Explorer URL': 'https://blockscout.com/poa/xdai',
});
Expand Down

0 comments on commit 5d87df9

Please sign in to comment.