Skip to content

Commit

Permalink
update arbitrum rpc
Browse files Browse the repository at this point in the history
  • Loading branch information
gmbronco committed Oct 23, 2023
1 parent e041474 commit 5835467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/network/arbitrum.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const arbitrumNetworkData: NetworkData = {
rpcUrl:
env.INFURA_API_KEY && (env.DEPLOYMENT_ENV as DeploymentEnv) === 'main'
? `https://arbitrum-mainnet.infura.io/v3/${env.INFURA_API_KEY}`
: 'https://rpc.ankr.com/arbitrum',
: 'https://arbitrum-one.public.blastapi.io',
rpcMaxBlockRange: 2000,
protocolToken: 'bal',
bal: {
Expand Down

0 comments on commit 5835467

Please sign in to comment.