Skip to content

Commit

Permalink
change eth rpc hotfix (#1425)
Browse files Browse the repository at this point in the history
  • Loading branch information
aureliusbtc authored Oct 4, 2023
1 parent 84a5eda commit 7efbc20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/synapse-interface/constants/chains/master.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export const ETH: Chain = {
chainImg: ethImg,
layer: 1,
rpcUrls: {
primary: 'https://eth.llamarpc.com',
primary: 'https://rpc.ankr.com/eth',
fallback: 'https://1rpc.io/eth',
},
explorerUrl: 'https://etherscan.com',
Expand Down

0 comments on commit 7efbc20

Please sign in to comment.