Skip to content

Commit

Permalink
Merge pull request #64 from gnosis/patch-gc-rpc
Browse files Browse the repository at this point in the history
Update Gnosis Chain RPC
  • Loading branch information
jfschwarz authored Aug 11, 2022
2 parents f9780d0 + b219416 commit 503eb91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/exit-app/src/utils/networks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export const NETWORK_DEFAULT_RPC: Record<NETWORK, string> = {
[NETWORK.MAINNET]: 'https://mainnet.infura.io/v3/9aa3d95b3bc440fa88ea12eaa4456161',
[NETWORK.RINKEBY]: 'https://rinkeby.infura.io/v3/9aa3d95b3bc440fa88ea12eaa4456161',
[NETWORK.BSC]: 'https://bsc-dataseed.binance.org',
[NETWORK.XDAI]: 'https://rpc.xdaichain.com',
[NETWORK.XDAI]: 'https://rpc.gnosischain.com',
[NETWORK.POLYGON]: 'https://polygon-rpc.com',
}

Expand Down

0 comments on commit 503eb91

Please sign in to comment.