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 1481306 commit e041474
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://arbitrum.sakurarpc.io',
: 'https://rpc.ankr.com/arbitrum',
rpcMaxBlockRange: 2000,
protocolToken: 'bal',
bal: {
Expand Down

0 comments on commit e041474

Please sign in to comment.