Skip to content

Commit

Permalink
Merge pull request #114 from balancer/hf/gnosis-rpc
Browse files Browse the repository at this point in the history
change gnosis prod rpc
  • Loading branch information
franzns authored Feb 1, 2024
2 parents 030895e + 4d58d8c commit 34a0c16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/network/gnosis.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const gnosisNetworkData: NetworkData = {
excludedTokenAddresses: [],
},
rpcUrl:
(env.DEPLOYMENT_ENV as DeploymentEnv) === 'main' ? `https://rpc.gnosischain.com` : 'https://gnosis.drpc.org',
(env.DEPLOYMENT_ENV as DeploymentEnv) === 'main' ? `https://rpc.gnosis.gateway.fm` : 'https://gnosis.drpc.org',
rpcMaxBlockRange: 2000,
protocolToken: 'bal',
bal: {
Expand Down

0 comments on commit 34a0c16

Please sign in to comment.