@@ -6,14 +6,14 @@ import type { Chain } from "./chains.js";
6
6
// prettier-ignore
7
7
const rpcConfig = [ [
8
8
"Mainnet" , [
9
- [ "Ethereum" , "https://rpc.ankr .com/eth " ] ,
9
+ [ "Ethereum" , "https://ethereum- rpc.publicnode .com" ] ,
10
10
[ "Solana" , "https://api.mainnet-beta.solana.com" ] ,
11
- [ "Polygon" , "https://rpc.ankr .com/polygon " ] ,
11
+ [ "Polygon" , "https://polygon-bor- rpc.publicnode .com" ] ,
12
12
[ "Bsc" , "https://bscrpc.com" ] ,
13
- [ "Avalanche" , "https://rpc.ankr .com/avalanche " ] ,
13
+ [ "Avalanche" , "https://avalanche-c-chain- rpc.publicnode .com" ] ,
14
14
[ "Fantom" , "https://rpcapi.fantom.network" ] ,
15
- [ "Celo" , "https://rpc.ankr .com/celo " ] ,
16
- [ "Moonbeam" , "https://rpc.ankr .com/moonbeam " ] ,
15
+ [ "Celo" , "https://celo- rpc.publicnode .com" ] ,
16
+ [ "Moonbeam" , "https://moonbeam- rpc.publicnode .com" ] ,
17
17
[ "Sui" , "https://rpc.mainnet.sui.io" ] ,
18
18
[ "Aptos" , "https://fullnode.mainnet.aptoslabs.com/v1" ] ,
19
19
[ "Arbitrum" , "https://arb1.arbitrum.io/rpc" ] ,
@@ -40,11 +40,11 @@ const rpcConfig = [[
40
40
[ "Provenance" , "https://rpc.provenance.io/" ] ,
41
41
[ "Noble" , "https://noble-rpc.polkachu.com/" ] ,
42
42
[ "Linea" , "https://rpc.linea.build" ] ,
43
- [ "Scroll" , "https://rpc.ankr .com/scroll " ] ,
43
+ [ "Scroll" , "https://scroll- rpc.publicnode .com" ] ,
44
44
[ "Xlayer" , "https://xlayerrpc.okx.com/" ] ,
45
- [ "Gnosis" , "https://rpc.ankr .com/gnosis " ] ,
45
+ [ "Gnosis" , "https://gnosis- rpc.publicnode .com" ] ,
46
46
[ "Mantle" , "https://rpc.mantle.xyz" ] ,
47
- [ "Klaytn" , "https://rpc.ankr.com/klaytn " ] ,
47
+ [ "Klaytn" , "https://public-en.node.kaia.io " ] ,
48
48
[ "Snaxchain" , "https://mainnet.snaxchain.io" ] ,
49
49
[ "Berachain" , "https://rpc.berachain.com" ] ,
50
50
[ "Unichain" , "https://mainnet.unichain.org" ] ,
@@ -89,9 +89,9 @@ const rpcConfig = [[
89
89
[ "Seievm" , "https://evm-rpc-testnet.sei-apis.com/" ] ,
90
90
[ "Linea" , "https://rpc.sepolia.linea.build" ] ,
91
91
[ "Xlayer" , "https://testrpc.xlayer.tech/" ] ,
92
- [ "Scroll" , "https://rpc.ankr .com/scroll_sepolia_testnet " ] ,
92
+ [ "Scroll" , "https://scroll-sepolia- rpc.publicnode .com" ] ,
93
93
[ "Gnosis" , "https://rpc.chiadochain.net" ] ,
94
- [ "Klaytn" , "https://rpc.ankr.com/klaytn_testnet " ] ,
94
+ [ "Klaytn" , "https://public-en-kairos.node.kaia.io " ] ,
95
95
[ "Snaxchain" , "https://testnet.snaxchain.io" ] ,
96
96
[ "Unichain" , "https://sepolia.unichain.org" ] ,
97
97
[ "Worldchain" , "https://worldchain-sepolia.g.alchemy.com/public" ] ,
0 commit comments