Skip to content

Commit dd6bd24

Browse files
authored
Update Fantom RPCs (#776)
The Fantom Ankr RPCs are premium only now.
1 parent 8a6c265 commit dd6bd24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/base/src/constants/rpc.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const rpcConfig = [[
1111
["Polygon", "https://rpc.ankr.com/polygon"],
1212
["Bsc", "https://bscrpc.com"],
1313
["Avalanche", "https://rpc.ankr.com/avalanche"],
14-
["Fantom", "https://rpc.ankr.com/fantom"],
14+
["Fantom", "https://rpcapi.fantom.network"],
1515
["Celo", "https://rpc.ankr.com/celo"],
1616
["Moonbeam", "https://rpc.ankr.com/moonbeam"],
1717
["Sui", "https://rpc.mainnet.sui.io"],
@@ -54,7 +54,7 @@ const rpcConfig = [[
5454
["Polygon", "https://rpc-mumbai.polygon.technology"],
5555
["Bsc", "https://data-seed-prebsc-1-s3.binance.org:8545"],
5656
["Avalanche", "https://api.avax-test.network/ext/bc/C/rpc"],
57-
["Fantom", "https://rpc.ankr.com/fantom_testnet"],
57+
["Fantom", "https://rpc.testnet.fantom.network"],
5858
["Celo", "https://alfajores-forno.celo-testnet.org"],
5959
["Solana", "https://api.devnet.solana.com"],
6060
["Oasis", "https://testnet.emerald.oasis.io"],

0 commit comments

Comments
 (0)