Skip to content

Commit 709b6e4

Browse files
authored
fix: public rpc [skip cypress] (#2398)
1 parent e1f3312 commit 709b6e4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/ui-config/networksConfig.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,10 +186,9 @@ export const prodNetworkConfig: Record<string, BaseNetworkConfig> = {
186186
name: 'Ethereum',
187187
privateJsonRPCUrl: 'https://eth-mainnet.g.alchemy.com/v2/ZiMMq2478EVIEJdsxC5dMal_ccQwtb31',
188188
publicJsonRPCUrl: [
189-
'https://rpc.ankr.com/eth',
190189
'https://rpc.flashbots.net',
190+
'https://eth.llamarpc.com',
191191
'https://eth-mainnet.public.blastapi.io',
192-
//'https://cloudflare-eth.com/v1/mainnet',
193192
],
194193
publicJsonRPCWSUrl: 'wss://eth-mainnet.alchemyapi.io/v2/demo',
195194
baseUniswapAdapter: '0xc3efa200a60883a96ffe3d5b492b121d6e9a1f3f',

0 commit comments

Comments
 (0)