Skip to content

Commit

Permalink
Update RPC_PROVIDER_LIST XDAI (gnosis) rpc url
Browse files Browse the repository at this point in the history
  • Loading branch information
Diogomartf authored and berteotti committed Mar 18, 2024
1 parent 1694f0c commit 791e3b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/entities/trades/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export const RPC_PROVIDER_LIST: Record<ChainId, string> = {
[ChainId.POLYGON]: 'https://polygon-rpc.com',
[ChainId.RINKEBY]: 'https://rinkeby.infura.io/v3/e1a3bfc40093494ca4f36b286ab36f2d',
[ChainId.SCROLL_MAINNET]: 'https://rpc.scroll.io/ ',
[ChainId.XDAI]: 'https://poa-xdai.gateway.pokt.network/v1/lb/627cd67433e8770039fe3dba',
[ChainId.XDAI]: 'https://gnosis-rpc.publicnode.com',
[ChainId.ZK_SYNC_ERA_MAINNET]: 'https://mainnet.era.zksync.io',
[ChainId.ZK_SYNC_ERA_TESTNET]: 'https://testnet.era.zksync.dev',
}
Expand Down

0 comments on commit 791e3b5

Please sign in to comment.