Skip to content

Commit

Permalink
change fantom rpc endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaurello committed Dec 2, 2024
1 parent 5be0a0c commit 68f2b45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/config/src/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ export const fantomTestnet = new EvmChain({
key: 'fantom-testnet',
name: 'Fantom Testnet',
nativeAsset: ftm,
rpc: 'https://rpc.testnet.fantom.network',
rpc: 'https://fantom-testnet-rpc.publicnode.com',
wh: {
name: 'Fantom',
},
Expand Down

0 comments on commit 68f2b45

Please sign in to comment.