Skip to content

Commit 3188790

Browse files
authored
chore: update pokt urls (#2246)
1 parent c76c698 commit 3188790

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

src/ui-config/networksConfig.ts

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ export const networkConfigs: Record<string, BaseNetworkConfig> = {
9090
},
9191
[ChainId.mainnet]: {
9292
name: 'Ethereum',
93-
privateJsonRPCUrl: 'https://eth-mainnet.rpc.grove.city/v1/62b3314e123e6f00397f19ca',
93+
privateJsonRPCUrl: 'https://eth.rpc.grove.city/v1/62b3314e123e6f00397f19ca',
9494
publicJsonRPCUrl: [
9595
'https://rpc.ankr.com/eth',
9696
'https://rpc.flashbots.net',
@@ -109,7 +109,7 @@ export const networkConfigs: Record<string, BaseNetworkConfig> = {
109109
[ChainId.polygon]: {
110110
name: 'Polygon POS',
111111
displayName: 'Polygon',
112-
privateJsonRPCUrl: 'https://poly-mainnet.rpc.grove.city/v1/62b3314e123e6f00397f19ca',
112+
privateJsonRPCUrl: 'https://polygon.rpc.grove.city/v1/62b3314e123e6f00397f19ca',
113113
publicJsonRPCUrl: [
114114
'https://polygon-rpc.com',
115115
'https://polygon-mainnet.public.blastapi.io',
@@ -152,7 +152,7 @@ export const networkConfigs: Record<string, BaseNetworkConfig> = {
152152
},
153153
[ChainId.avalanche]: {
154154
name: 'Avalanche',
155-
privateJsonRPCUrl: 'https://avax-mainnet.rpc.grove.city/v1/62b3314e123e6f00397f19ca',
155+
privateJsonRPCUrl: 'https://avax.rpc.grove.city/v1/62b3314e123e6f00397f19ca',
156156
publicJsonRPCUrl: [
157157
'https://api.avax.network/ext/bc/C/rpc',
158158
'https://ava-mainnet.public.blastapi.io/ext/bc/C/rpc',
@@ -273,7 +273,7 @@ export const networkConfigs: Record<string, BaseNetworkConfig> = {
273273
},
274274
[ChainId.optimism]: {
275275
name: 'Optimism',
276-
privateJsonRPCUrl: 'https://optimism-mainnet.rpc.grove.city/v1/62b3314e123e6f00397f19ca',
276+
privateJsonRPCUrl: 'https://optimism.rpc.grove.city/v1/62b3314e123e6f00397f19ca',
277277
publicJsonRPCUrl: ['https://optimism-mainnet.public.blastapi.io', 'https://1rpc.io/op'],
278278
publicJsonRPCWSUrl: 'wss://optimism-mainnet.public.blastapi.io',
279279
baseUniswapAdapter: '0x0',
@@ -318,7 +318,7 @@ export const networkConfigs: Record<string, BaseNetworkConfig> = {
318318
},
319319
[ChainId.metis_andromeda]: {
320320
name: 'Metis Andromeda',
321-
privateJsonRPCUrl: 'https://metis-mainnet.rpc.grove.city/v1/62b3314e123e6f00397f19ca',
321+
privateJsonRPCUrl: 'https://metis.rpc.grove.city/v1/62b3314e123e6f00397f19ca',
322322
publicJsonRPCUrl: ['https://andromeda.metis.io/?owner=1088'],
323323
baseAssetSymbol: '', // N/A
324324
wrappedBaseAssetSymbol: '', // N/A
@@ -329,8 +329,7 @@ export const networkConfigs: Record<string, BaseNetworkConfig> = {
329329
},
330330
[ChainId.xdai]: {
331331
name: 'Gnosis Chain',
332-
privateJsonRPCUrl: 'https://gnosischain-mainnet.rpc.grove.city/v1/62b3314e123e6f00397f19ca',
333-
332+
privateJsonRPCUrl: 'https://gnosis.rpc.grove.city/v1/62b3314e123e6f00397f19ca',
334333
publicJsonRPCUrl: ['https://rpc.ankr.com/gnosis', 'https://rpc.gnosischain.com'],
335334
publicJsonRPCWSUrl: 'wss://rpc.gnosischain.com/wss',
336335
baseUniswapAdapter: '0x0',
@@ -349,7 +348,7 @@ export const networkConfigs: Record<string, BaseNetworkConfig> = {
349348
},
350349
[ChainId.bnb]: {
351350
name: 'Binance Smart Chain',
352-
privateJsonRPCUrl: 'https://bsc-mainnet.rpc.grove.city/v1/62b3314e123e6f00397f19ca',
351+
privateJsonRPCUrl: 'https://bsc.rpc.grove.city/v1/62b3314e123e6f00397f19ca',
353352
publicJsonRPCUrl: ['https://bsc.publicnode.com ', 'wss://bsc.publicnode.com'],
354353
publicJsonRPCWSUrl: 'wss://bsc.publicnode.com',
355354
baseAssetSymbol: 'BNB',
@@ -366,7 +365,7 @@ export const networkConfigs: Record<string, BaseNetworkConfig> = {
366365
},
367366
[ChainId.scroll]: {
368367
name: 'Scroll',
369-
// privateJsonRPCUrl: 'https://scroll-mainnet.rpc.grove.city/v1/62b3314e123e6f00397f19ca',
368+
privateJsonRPCUrl: 'https://scroll.rpc.grove.city/v1/62b3314e123e6f00397f19ca',
370369
publicJsonRPCUrl: ['https://rpc.scroll.io', 'https://rpc.ankr.com/scroll'],
371370
publicJsonRPCWSUrl: 'wss://bsc.publicnode.com',
372371
baseAssetSymbol: 'ETH',

0 commit comments

Comments
 (0)