Skip to content

Commit

Permalink
change mainnet rpc
Browse files Browse the repository at this point in the history
  • Loading branch information
franzns committed Jan 9, 2024
1 parent 1bc36c8 commit e20132b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/network/mainnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const data: NetworkData = {
rpcUrl:
env.INFURA_API_KEY && (env.DEPLOYMENT_ENV as DeploymentEnv) === 'main'
? `https://mainnet.infura.io/v3/${env.INFURA_API_KEY}`
: 'https://eth.llamarpc.com',
: 'https://rpc.eth.gateway.fm',
rpcMaxBlockRange: 700,
protocolToken: 'bal',
bal: {
Expand Down

0 comments on commit e20132b

Please sign in to comment.