Skip to content

Commit

Permalink
change fantom rpc
Browse files Browse the repository at this point in the history
  • Loading branch information
franzns committed Nov 10, 2023
1 parent dd22637 commit 5e6bcd4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions modules/network/fantom.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,7 @@ const fantomNetworkData: NetworkData = {
maxHourlyPriceHistoryNumDays: 100,
},
rpcUrl:
(env.DEPLOYMENT_ENV as DeploymentEnv) === 'main'
? `https://rpc.fantom.gateway.fm`
: `https://rpc.fantom.network`,
(env.DEPLOYMENT_ENV as DeploymentEnv) === 'main' ? `https://rpc.fantom.network` : `https://rpc.fantom.network`,
rpcMaxBlockRange: 1000,
sanity: {
projectId: '1g2ag2hb',
Expand Down

0 comments on commit 5e6bcd4

Please sign in to comment.