Skip to content

Commit

Permalink
fix(eth-rpc): update to a stable eth-rpc
Browse files Browse the repository at this point in the history
  • Loading branch information
envin3 committed Nov 6, 2023
1 parent df63528 commit 8139a4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/settings/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const settings = {
rpc: {
mainnet: {
eth: {
endpoint: 'https://cloudflare-eth.com/',
endpoint: 'https://ethereum.publicnode.com',
chainId: 1,
label: 'Ethereum',
},
Expand Down

0 comments on commit 8139a4c

Please sign in to comment.