Skip to content

Commit

Permalink
change fantom rpc
Browse files Browse the repository at this point in the history
  • Loading branch information
franzns committed Dec 18, 2023
1 parent 60b2cca commit 9915939
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/network/fantom.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ const fantomNetworkData: NetworkData = {
},
rpcUrl:
(env.DEPLOYMENT_ENV as DeploymentEnv) === 'main'
? `https://rpc.fantom.gateway.fm`
: `https://rpc.fantom.network`,
? `https://rpc.ankr.com/fantom`
: `https://rpc.fantom.gateway.fm`,
rpcMaxBlockRange: 1000,
sanity: {
projectId: '1g2ag2hb',
Expand Down

0 comments on commit 9915939

Please sign in to comment.