Skip to content

Commit

Permalink
fix: rpcs
Browse files Browse the repository at this point in the history
  • Loading branch information
grothem committed Nov 18, 2024
1 parent b9adce2 commit f264cd3
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/ui-config/networksConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export const networkConfigs: Record<string, BaseNetworkConfig> = {
},
[ChainId.mainnet]: {
name: 'Ethereum',
privateJsonRPCUrl: 'https://eth.rpc.grove.city/v1/62b3314e123e6f00397f19ca',
privateJsonRPCUrl: 'https://eth-mainnet.g.alchemy.com/v2/ZiMMq2478EVIEJdsxC5dMal_ccQwtb31', //'https://eth.rpc.grove.city/v1/62b3314e123e6f00397f19ca',
publicJsonRPCUrl: [
'https://rpc.ankr.com/eth',
'https://rpc.flashbots.net',
Expand All @@ -109,7 +109,7 @@ export const networkConfigs: Record<string, BaseNetworkConfig> = {
[ChainId.polygon]: {
name: 'Polygon POS',
displayName: 'Polygon',
privateJsonRPCUrl: 'https://polygon.rpc.grove.city/v1/62b3314e123e6f00397f19ca',
privateJsonRPCUrl: 'https://polygon-mainnet.g.alchemy.com/v2/MbgjyHR1CQiU5Y8CUa2mqfRlYwltE5Zr', //'https://polygon.rpc.grove.city/v1/62b3314e123e6f00397f19ca',
publicJsonRPCUrl: [
'https://polygon-rpc.com',
'https://polygon-mainnet.public.blastapi.io',
Expand Down Expand Up @@ -152,7 +152,7 @@ export const networkConfigs: Record<string, BaseNetworkConfig> = {
},
[ChainId.avalanche]: {
name: 'Avalanche',
privateJsonRPCUrl: 'https://avax.rpc.grove.city/v1/62b3314e123e6f00397f19ca',
privateJsonRPCUrl: 'https://avax-mainnet.g.alchemy.com/v2/qBXCF7-6YfiiAdG0dvUyLpQuHt02DbXH', //'https://avax.rpc.grove.city/v1/62b3314e123e6f00397f19ca',
publicJsonRPCUrl: [
'https://api.avax.network/ext/bc/C/rpc',
'https://ava-mainnet.public.blastapi.io/ext/bc/C/rpc',
Expand Down Expand Up @@ -211,7 +211,7 @@ export const networkConfigs: Record<string, BaseNetworkConfig> = {
},
[ChainId.arbitrum_one]: {
name: 'Arbitrum',
privateJsonRPCUrl: 'https://arbitrum-one.rpc.grove.city/v1/62b3314e123e6f00397f19ca',
privateJsonRPCUrl: 'https://arb-mainnet.g.alchemy.com/v2/2oA-8BGeYqHHpd2uCU49IzeZDL9skdSm', //'https://arbitrum-one.rpc.grove.city/v1/62b3314e123e6f00397f19ca',
publicJsonRPCUrl: [
'https://arb1.arbitrum.io/rpc',
'https://rpc.ankr.com/arbitrum',
Expand All @@ -234,7 +234,7 @@ export const networkConfigs: Record<string, BaseNetworkConfig> = {
},
[ChainId.base]: {
name: 'Base',
privateJsonRPCUrl: 'https://base.rpc.grove.city/v1/62b3314e123e6f00397f19ca',
privateJsonRPCUrl: 'https://base-mainnet.g.alchemy.com/v2/AFu9kulpkXzHO7kQQ9UQDXWRyEhJEXPk', //'https://base.rpc.grove.city/v1/62b3314e123e6f00397f19ca',
publicJsonRPCUrl: [
'https://mainnet.base.org',
'https://1rpc.io/base',
Expand Down Expand Up @@ -273,7 +273,7 @@ export const networkConfigs: Record<string, BaseNetworkConfig> = {
},
[ChainId.optimism]: {
name: 'Optimism',
privateJsonRPCUrl: 'https://optimism.rpc.grove.city/v1/62b3314e123e6f00397f19ca',
privateJsonRPCUrl: 'https://opt-mainnet.g.alchemy.com/v2/H8ZBGuz1LZbRsYnCBQHY4YMv_AUAVGeM', //'https://optimism.rpc.grove.city/v1/62b3314e123e6f00397f19ca',
publicJsonRPCUrl: ['https://optimism-mainnet.public.blastapi.io', 'https://1rpc.io/op'],
publicJsonRPCWSUrl: 'wss://optimism-mainnet.public.blastapi.io',
baseUniswapAdapter: '0x0',
Expand Down Expand Up @@ -318,7 +318,7 @@ export const networkConfigs: Record<string, BaseNetworkConfig> = {
},
[ChainId.metis_andromeda]: {
name: 'Metis Andromeda',
privateJsonRPCUrl: 'https://metis.rpc.grove.city/v1/62b3314e123e6f00397f19ca',
privateJsonRPCUrl: 'https://metis-mainnet.g.alchemy.com/v2/jUZTAx8v4k1AnKnB2Xa-CBxvU0GUSlzc', //'https://metis.rpc.grove.city/v1/62b3314e123e6f00397f19ca',
publicJsonRPCUrl: ['https://andromeda.metis.io/?owner=1088'],
baseAssetSymbol: '', // N/A
wrappedBaseAssetSymbol: '', // N/A
Expand All @@ -329,7 +329,7 @@ export const networkConfigs: Record<string, BaseNetworkConfig> = {
},
[ChainId.xdai]: {
name: 'Gnosis Chain',
privateJsonRPCUrl: 'https://gnosis.rpc.grove.city/v1/62b3314e123e6f00397f19ca',
privateJsonRPCUrl: 'https://gnosis-mainnet.g.alchemy.com/v2/Mzr_UR3Ixxiybvnie9sw9FUp4mVOoARS', //'https://gnosis.rpc.grove.city/v1/62b3314e123e6f00397f19ca',
publicJsonRPCUrl: ['https://rpc.ankr.com/gnosis', 'https://rpc.gnosischain.com'],
publicJsonRPCWSUrl: 'wss://rpc.gnosischain.com/wss',
baseUniswapAdapter: '0x0',
Expand All @@ -348,7 +348,7 @@ export const networkConfigs: Record<string, BaseNetworkConfig> = {
},
[ChainId.bnb]: {
name: 'Binance Smart Chain',
privateJsonRPCUrl: 'https://bsc.rpc.grove.city/v1/62b3314e123e6f00397f19ca',
privateJsonRPCUrl: 'https://bnb-mainnet.g.alchemy.com/v2/nCU1F9Y1KDQFMs9OBtkGw0GLsIKiYBho', //'https://bsc.rpc.grove.city/v1/62b3314e123e6f00397f19ca',
publicJsonRPCUrl: ['https://bsc.publicnode.com ', 'wss://bsc.publicnode.com'],
publicJsonRPCWSUrl: 'wss://bsc.publicnode.com',
baseAssetSymbol: 'BNB',
Expand All @@ -365,7 +365,7 @@ export const networkConfigs: Record<string, BaseNetworkConfig> = {
},
[ChainId.scroll]: {
name: 'Scroll',
privateJsonRPCUrl: 'https://scroll.rpc.grove.city/v1/62b3314e123e6f00397f19ca',
privateJsonRPCUrl: 'https://scroll-mainnet.g.alchemy.com/v2/SqyEQeiBCyDsgvE6TYTdbrppjdyBsulM', //'https://scroll.rpc.grove.city/v1/62b3314e123e6f00397f19ca',
publicJsonRPCUrl: ['https://rpc.scroll.io', 'https://rpc.ankr.com/scroll'],
publicJsonRPCWSUrl: 'wss://bsc.publicnode.com',
baseAssetSymbol: 'ETH',
Expand Down

0 comments on commit f264cd3

Please sign in to comment.