Skip to content

Commit

Permalink
Use another RPC endpoint for the xDai chain (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
akolotov authored Dec 31, 2020
1 parent 2fc7606 commit fda8689
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/react-app/src/lib/constants.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ export const networkNames = {

export const chainUrls = {
100: {
rpc: 'https://xdai.poanetwork.dev',
// rpc: 'https://xdai.poanetwork.dev',
rpc: 'https://rpc.xdaichain.com/',
explorer: 'https://blockscout.com/poa/xdai',
chainId: 100,
name: 'xDai Chain',
Expand Down

0 comments on commit fda8689

Please sign in to comment.