Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
feat(network): Update default ETH RPC in development to use Cloudflar…
Browse files Browse the repository at this point in the history
…e's gateway (#633)
  • Loading branch information
immasandwich authored Jun 12, 2022
1 parent 9099846 commit a6c736f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/network-provider/network-provider.registry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export const DEFAULT_REGISTRY: Record<Exclude<Network, Network.BITCOIN_MAINNET>,
[Network.AVALANCHE_MAINNET]: 'https://avalanche.public-rpc.com',
[Network.BINANCE_SMART_CHAIN_MAINNET]: 'https://bsc-dataseed.binance.org/',
[Network.CELO_MAINNET]: 'https://forno.celo.org',
[Network.ETHEREUM_MAINNET]: 'https://eth-rpc.gateway.pokt.network',
[Network.ETHEREUM_MAINNET]: 'https://cloudflare-eth.com',
[Network.FANTOM_OPERA_MAINNET]: 'https://rpc.ftm.tools/',
[Network.GNOSIS_MAINNET]: 'https://rpc.gnosischain.com/',
[Network.HARMONY_MAINNET]: 'https://harmony.public-rpc.com',
Expand Down

0 comments on commit a6c736f

Please sign in to comment.