Skip to content

Commit

Permalink
Update Fantom RPCs (#776)
Browse files Browse the repository at this point in the history
The Fantom Ankr RPCs are premium only now.
  • Loading branch information
kev1n-peters authored Jan 15, 2025
1 parent 8a6c265 commit dd6bd24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/base/src/constants/rpc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const rpcConfig = [[
["Polygon", "https://rpc.ankr.com/polygon"],
["Bsc", "https://bscrpc.com"],
["Avalanche", "https://rpc.ankr.com/avalanche"],
["Fantom", "https://rpc.ankr.com/fantom"],
["Fantom", "https://rpcapi.fantom.network"],
["Celo", "https://rpc.ankr.com/celo"],
["Moonbeam", "https://rpc.ankr.com/moonbeam"],
["Sui", "https://rpc.mainnet.sui.io"],
Expand Down Expand Up @@ -54,7 +54,7 @@ const rpcConfig = [[
["Polygon", "https://rpc-mumbai.polygon.technology"],
["Bsc", "https://data-seed-prebsc-1-s3.binance.org:8545"],
["Avalanche", "https://api.avax-test.network/ext/bc/C/rpc"],
["Fantom", "https://rpc.ankr.com/fantom_testnet"],
["Fantom", "https://rpc.testnet.fantom.network"],
["Celo", "https://alfajores-forno.celo-testnet.org"],
["Solana", "https://api.devnet.solana.com"],
["Oasis", "https://testnet.emerald.oasis.io"],
Expand Down

0 comments on commit dd6bd24

Please sign in to comment.