@revoke.cash/chains 12.0.0 → 14.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -11,7 +11,9 @@ exports.chains = {
11
11
  'wss://mainnet.infura.io/ws/v3/${INFURA_API_KEY}',
12
12
  'https://api.mycryptoapi.com/eth',
13
13
  'https://cloudflare-eth.com',
14
- 'https://ethereum.publicnode.com'
14
+ 'https://ethereum.publicnode.com',
15
+ 'https://mainnet.gateway.tenderly.co',
16
+ 'wss://mainnet.gateway.tenderly.co'
15
17
  ],
16
18
  features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
17
19
  faucets: [],
@@ -112,7 +114,9 @@ exports.chains = {
112
114
  'https://goerli.infura.io/v3/${INFURA_API_KEY}',
113
115
  'wss://goerli.infura.io/v3/${INFURA_API_KEY}',
114
116
  'https://rpc.goerli.mudit.blog/',
115
- 'https://ethereum-goerli.publicnode.com'
117
+ 'https://ethereum-goerli.publicnode.com',
118
+ 'https://goerli.gateway.tenderly.co',
119
+ 'wss://goerli.gateway.tenderly.co'
116
120
  ],
117
121
  faucets: [
118
122
  'http://fauceth.komputing.org?chain=5&address=${ADDRESS}',
@@ -206,7 +210,12 @@ exports.chains = {
206
210
  10: {
207
211
  name: 'OP Mainnet',
208
212
  chain: 'ETH',
209
- rpc: ['https://mainnet.optimism.io', 'https://optimism.publicnode.com'],
213
+ rpc: [
214
+ 'https://mainnet.optimism.io',
215
+ 'https://optimism.publicnode.com',
216
+ 'https://optimism.gateway.tenderly.co',
217
+ 'wss://optimism.gateway.tenderly.co'
218
+ ],
210
219
  faucets: [],
211
220
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
212
221
  infoURL: 'https://optimism.io',
@@ -658,16 +667,24 @@ exports.chains = {
658
667
  ]
659
668
  },
660
669
  37: {
661
- name: 'SeedCoin-Network',
662
- chain: 'SeedCoin-Network',
663
- rpc: ['https://node.seedcoin.network'],
664
- faucets: [],
665
- nativeCurrency: { name: 'SeedCoin', symbol: 'SEED', decimals: 18 },
666
- infoURL: 'https://www.seedcoin.network/',
667
- shortName: 'SEED',
668
- icon: 'seedcoin',
670
+ name: 'Xpla Mainnet',
671
+ chain: 'XPLA',
672
+ rpc: ['https://dimension-evm-rpc.xpla.dev'],
673
+ faucets: [],
674
+ nativeCurrency: { name: 'XPLA', symbol: 'XPLA', decimals: 18 },
675
+ infoURL: 'https://xpla.io',
676
+ shortName: 'xpla',
669
677
  chainId: 37,
670
- networkId: 37
678
+ networkId: 37,
679
+ icon: 'xpla',
680
+ explorers: [
681
+ {
682
+ name: 'XPLA Explorer',
683
+ url: 'https://explorer.xpla.io/mainnet',
684
+ standard: 'EIP3091'
685
+ }
686
+ ],
687
+ redFlags: ['reusedChainId']
671
688
  },
672
689
  38: {
673
690
  name: 'Valorbit',
@@ -682,10 +699,10 @@ exports.chains = {
682
699
  slip44: 538
683
700
  },
684
701
  39: {
685
- name: 'Unicorn Ultra Testnet',
702
+ name: 'U2U Solaris Mainnet',
686
703
  chain: 'u2u',
687
- rpc: ['https://rpc-testnet.uniultra.xyz'],
688
- faucets: ['https://faucet.uniultra.xyz'],
704
+ rpc: ['https://rpc-mainnet.uniultra.xyz'],
705
+ faucets: [],
689
706
  nativeCurrency: { name: 'Unicorn Ultra', symbol: 'U2U', decimals: 18 },
690
707
  infoURL: 'https://uniultra.xyz',
691
708
  shortName: 'u2u',
@@ -696,7 +713,7 @@ exports.chains = {
696
713
  {
697
714
  icon: 'u2u',
698
715
  name: 'U2U Explorer',
699
- url: 'https://testnet.uniultra.xyz',
716
+ url: 'https://u2uscan.xyz',
700
717
  standard: 'EIP3091'
701
718
  }
702
719
  ]
@@ -1998,6 +2015,24 @@ exports.chains = {
1998
2015
  chainId: 102,
1999
2016
  networkId: 102
2000
2017
  },
2018
+ 103: {
2019
+ name: 'Worldland Mainnet',
2020
+ chain: 'Worldland',
2021
+ rpc: ['https://seoul.worldland.foundation'],
2022
+ faucets: [],
2023
+ nativeCurrency: { name: 'Worldland', symbol: 'WL', decimals: 18 },
2024
+ infoURL: 'https://worldland.foundation',
2025
+ shortName: 'WLC',
2026
+ chainId: 103,
2027
+ networkId: 103,
2028
+ explorers: [
2029
+ {
2030
+ name: 'Worldland Explorer',
2031
+ url: 'https://scan.worldland.foundation',
2032
+ standard: 'EIP3091'
2033
+ }
2034
+ ]
2035
+ },
2001
2036
  104: {
2002
2037
  name: 'Kaiba Lightning Chain Testnet',
2003
2038
  chain: 'tKLC',
@@ -2192,12 +2227,13 @@ exports.chains = {
2192
2227
  ]
2193
2228
  },
2194
2229
  115: {
2195
- name: 'DeBank Testnet',
2230
+ name: 'DeBank Testnet(Deprecated)',
2196
2231
  chain: 'DeBank',
2197
2232
  rpc: [],
2198
2233
  faucets: [],
2199
2234
  icon: 'debank',
2200
2235
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
2236
+ status: 'deprecated',
2201
2237
  infoURL: 'https://debank.com',
2202
2238
  shortName: 'debank-testnet',
2203
2239
  chainId: 115,
@@ -2211,6 +2247,7 @@ exports.chains = {
2211
2247
  faucets: [],
2212
2248
  icon: 'debank',
2213
2249
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
2250
+ status: 'deprecated',
2214
2251
  infoURL: 'https://debank.com',
2215
2252
  shortName: 'debank-mainnet',
2216
2253
  chainId: 116,
@@ -2516,7 +2553,9 @@ exports.chains = {
2516
2553
  'https://rpc-mainnet.maticvigil.com',
2517
2554
  'https://rpc-mainnet.matic.quiknode.pro',
2518
2555
  'https://matic-mainnet-full-rpc.bwarelabs.com',
2519
- 'https://polygon-bor.publicnode.com'
2556
+ 'https://polygon-bor.publicnode.com',
2557
+ 'https://polygon.gateway.tenderly.co',
2558
+ 'wss://polygon.gateway.tenderly.co'
2520
2559
  ],
2521
2560
  faucets: [],
2522
2561
  nativeCurrency: { name: 'MATIC', symbol: 'MATIC', decimals: 18 },
@@ -2652,6 +2691,69 @@ exports.chains = {
2652
2691
  }
2653
2692
  ]
2654
2693
  },
2694
+ 151: {
2695
+ name: 'Redbelly Network Mainnet',
2696
+ shortName: 'rbn',
2697
+ chain: 'RBN',
2698
+ chainId: 151,
2699
+ networkId: 151,
2700
+ rpc: [],
2701
+ faucets: [],
2702
+ infoURL: 'https://redbelly.network',
2703
+ nativeCurrency: {
2704
+ name: 'Redbelly Network Coin',
2705
+ symbol: 'RBNT',
2706
+ decimals: 18
2707
+ },
2708
+ status: 'incubating'
2709
+ },
2710
+ 152: {
2711
+ name: 'Redbelly Network Devnet',
2712
+ shortName: 'rbn-devnet',
2713
+ chain: 'RBN',
2714
+ chainId: 152,
2715
+ networkId: 152,
2716
+ rpc: [],
2717
+ faucets: [],
2718
+ infoURL: 'https://redbelly.network',
2719
+ nativeCurrency: {
2720
+ name: 'Redbelly Network Coin',
2721
+ symbol: 'RBNT',
2722
+ decimals: 18
2723
+ },
2724
+ status: 'incubating'
2725
+ },
2726
+ 153: {
2727
+ name: 'Redbelly Network Testnet',
2728
+ shortName: 'rbn-testnet',
2729
+ chain: 'RBN',
2730
+ chainId: 153,
2731
+ networkId: 153,
2732
+ rpc: [],
2733
+ faucets: [],
2734
+ infoURL: 'https://redbelly.network',
2735
+ nativeCurrency: {
2736
+ name: 'Redbelly Network Coin',
2737
+ symbol: 'RBNT',
2738
+ decimals: 18
2739
+ },
2740
+ status: 'incubating'
2741
+ },
2742
+ 154: {
2743
+ name: 'Redbelly Network TGE',
2744
+ shortName: 'rbn-tge',
2745
+ chain: 'RBN',
2746
+ chainId: 154,
2747
+ networkId: 154,
2748
+ rpc: [],
2749
+ faucets: [],
2750
+ infoURL: 'https://redbelly.network',
2751
+ nativeCurrency: {
2752
+ name: 'Redbelly Network Coin',
2753
+ symbol: 'RBNT',
2754
+ decimals: 18
2755
+ }
2756
+ },
2655
2757
  155: {
2656
2758
  name: 'Tenet Testnet',
2657
2759
  title: 'Tenet Testnet',
@@ -2754,9 +2856,9 @@ exports.chains = {
2754
2856
  networkId: 163
2755
2857
  },
2756
2858
  165: {
2757
- name: 'Omni Testnet 1',
2859
+ name: 'Omni Testnet',
2758
2860
  chain: 'Omni',
2759
- rpc: ['https://testnet-1.omni.network'],
2861
+ rpc: ['https://testnet.omni.network'],
2760
2862
  features: [{ name: 'EIP155' }],
2761
2863
  faucets: [],
2762
2864
  nativeCurrency: { name: 'Omni', symbol: 'OMNI', decimals: 18 },
@@ -2767,7 +2869,7 @@ exports.chains = {
2767
2869
  explorers: [
2768
2870
  {
2769
2871
  name: 'Omni Explorer',
2770
- url: 'https://testnet-1.explorer.omni.network',
2872
+ url: 'https://testnet.explorer.omni.network',
2771
2873
  standard: 'EIP3091'
2772
2874
  }
2773
2875
  ]
@@ -2987,6 +3089,24 @@ exports.chains = {
2987
3089
  }
2988
3090
  ]
2989
3091
  },
3092
+ 198: {
3093
+ name: 'Bitchain Mainnet',
3094
+ chain: 'Bit',
3095
+ rpc: ['https://rpc.bitchain.biz/'],
3096
+ faucets: [],
3097
+ nativeCurrency: { name: 'Bitcoin', symbol: 'BTC', decimals: 18 },
3098
+ infoURL: 'https://www.bitchain.biz/',
3099
+ shortName: 'bit',
3100
+ chainId: 198,
3101
+ networkId: 198,
3102
+ explorers: [
3103
+ {
3104
+ name: 'Bitchain Scan',
3105
+ url: 'https://explorer.bitchain.biz',
3106
+ standard: 'EIP3091'
3107
+ }
3108
+ ]
3109
+ },
2990
3110
  199: {
2991
3111
  name: 'BitTorrent Chain Mainnet',
2992
3112
  chain: 'BTTC',
@@ -3042,6 +3162,29 @@ exports.chains = {
3042
3162
  }
3043
3163
  ]
3044
3164
  },
3165
+ 204: {
3166
+ name: 'opBNB Mainnet',
3167
+ chain: 'opBNB',
3168
+ rpc: ['https://opbnb-mainnet-rpc.bnbchain.org'],
3169
+ faucets: ['https://free-online-app.com/faucet-for-eth-evm-chains'],
3170
+ nativeCurrency: {
3171
+ name: 'BNB Chain Native Token',
3172
+ symbol: 'BNB',
3173
+ decimals: 18
3174
+ },
3175
+ infoURL: 'https://opbnb.bnbchain.org/en',
3176
+ shortName: 'obnb',
3177
+ chainId: 204,
3178
+ networkId: 204,
3179
+ slip44: 714,
3180
+ explorers: [
3181
+ {
3182
+ name: 'opbnbscan',
3183
+ url: 'http://mainnet.opbnbscan.com',
3184
+ standard: 'EIP3091'
3185
+ }
3186
+ ]
3187
+ },
3045
3188
  208: {
3046
3189
  name: 'Structx Mainnet',
3047
3190
  chain: 'utx',
@@ -3487,8 +3630,8 @@ exports.chains = {
3487
3630
  rpc: [
3488
3631
  'https://mainnet.boba.network',
3489
3632
  'https://replica.boba.network',
3490
- 'http://boba-ethereum.gateway.tenderly.co',
3491
- 'http://gateway.tenderly.co/public/boba-ethereum',
3633
+ 'https://boba-ethereum.gateway.tenderly.co',
3634
+ 'https://gateway.tenderly.co/public/boba-ethereum',
3492
3635
  'wss://boba-ethereum.gateway.tenderly.co/',
3493
3636
  'wss://gateway.tenderly.co/public/boba-ethereum'
3494
3637
  ],
@@ -4172,7 +4315,9 @@ exports.chains = {
4172
4315
  chain: 'ETH',
4173
4316
  rpc: [
4174
4317
  'https://goerli.optimism.io',
4175
- 'https://optimism-goerli.publicnode.com'
4318
+ 'https://optimism-goerli.publicnode.com',
4319
+ 'https://optimism-goerli.gateway.tenderly.co',
4320
+ 'wss://optimism-goerli.gateway.tenderly.co'
4176
4321
  ],
4177
4322
  faucets: [],
4178
4323
  nativeCurrency: { name: 'Goerli Ether', symbol: 'ETH', decimals: 18 },
@@ -4883,6 +5028,53 @@ exports.chains = {
4883
5028
  }
4884
5029
  ]
4885
5030
  },
5031
+ 668: {
5032
+ name: 'JuncaChain',
5033
+ chain: 'JuncaChain',
5034
+ rpc: ['https://rpc.juncachain.com'],
5035
+ nativeCurrency: {
5036
+ name: 'JuncaChain Native Token',
5037
+ symbol: 'JGC',
5038
+ decimals: 18
5039
+ },
5040
+ faucets: [],
5041
+ infoURL: 'https://junca-cash.world',
5042
+ shortName: 'junca',
5043
+ chainId: 668,
5044
+ networkId: 668,
5045
+ explorers: [
5046
+ {
5047
+ name: 'JuncaScan',
5048
+ url: 'https://scan.juncachain.com',
5049
+ standard: 'EIP3091'
5050
+ }
5051
+ ]
5052
+ },
5053
+ 669: {
5054
+ name: 'JuncaChain testnet',
5055
+ chain: 'JuncaChain testnet',
5056
+ rpc: [
5057
+ 'https://rpc-testnet.juncachain.com',
5058
+ 'wss://ws-testnet.juncachain.com'
5059
+ ],
5060
+ faucets: ['https://faucet-testnet.juncachain.com'],
5061
+ nativeCurrency: {
5062
+ name: 'JuncaChain Testnet Native Token',
5063
+ symbol: 'JGCT',
5064
+ decimals: 18
5065
+ },
5066
+ infoURL: 'https://junca-cash.world',
5067
+ shortName: 'juncat',
5068
+ chainId: 669,
5069
+ networkId: 669,
5070
+ explorers: [
5071
+ {
5072
+ name: 'JuncaScan',
5073
+ url: 'https://scan-testnet.juncachain.com',
5074
+ standard: 'EIP3091'
5075
+ }
5076
+ ]
5077
+ },
4886
5078
  686: {
4887
5079
  name: 'Karura Network',
4888
5080
  chain: 'KAR',
@@ -6277,6 +6469,26 @@ exports.chains = {
6277
6469
  bridges: [{ url: 'https://bridge.zkevm-rpc.com' }]
6278
6470
  }
6279
6471
  },
6472
+ 1107: {
6473
+ name: 'BLXq Testnet',
6474
+ chain: 'BLXQ',
6475
+ icon: 'blxq',
6476
+ rpc: ['https://testnetq1.blx.org'],
6477
+ faucets: [],
6478
+ nativeCurrency: { name: 'BLXQ', symbol: 'BLXQ', decimals: 18 },
6479
+ infoURL: 'https://blx.org',
6480
+ shortName: 'blxq',
6481
+ chainId: 1107,
6482
+ networkId: 1107,
6483
+ explorers: [
6484
+ {
6485
+ name: 'BLXq Explorer',
6486
+ url: 'https://explorer.blx.org',
6487
+ icon: 'blxq',
6488
+ standard: 'none'
6489
+ }
6490
+ ]
6491
+ },
6280
6492
  1111: {
6281
6493
  name: 'WEMIX3.0 Mainnet',
6282
6494
  chain: 'WEMIX',
@@ -7454,8 +7666,8 @@ exports.chains = {
7454
7666
  chain: 'Gobi',
7455
7667
  icon: 'eon',
7456
7668
  rpc: [
7457
- 'https://gobi-testnet.horizenlabs.io/ethv1',
7458
- 'https://rpc.ankr.com/horizen_testnet_evm'
7669
+ 'https://gobi-rpc.horizenlabs.io/ethv1',
7670
+ 'https://rpc.ankr.com/horizen_gobi_testnet'
7459
7671
  ],
7460
7672
  features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
7461
7673
  faucets: ['https://faucet.horizen.io'],
@@ -8459,6 +8671,25 @@ exports.chains = {
8459
8671
  }
8460
8672
  ]
8461
8673
  },
8674
+ 2038: {
8675
+ name: 'Shrapnel Testnet',
8676
+ chain: 'SHRAPNEL',
8677
+ rpc: ['https://subnets.avax.network/shrapnel/testnet/rpc'],
8678
+ features: [{ name: 'EIP1559' }],
8679
+ faucets: [],
8680
+ nativeCurrency: { name: 'SHRAPG', symbol: 'SHRAPG', decimals: 18 },
8681
+ infoURL: 'https://www.shrapnel.com/',
8682
+ shortName: 'shraptest',
8683
+ chainId: 2038,
8684
+ networkId: 2038,
8685
+ explorers: [
8686
+ {
8687
+ name: 'SHRAPNEL Explorer',
8688
+ url: 'https://subnets-test.avax.network/shrapnel',
8689
+ standard: 'EIP3091'
8690
+ }
8691
+ ]
8692
+ },
8462
8693
  2043: {
8463
8694
  name: 'OriginTrail Parachain',
8464
8695
  chain: 'OTP',
@@ -8664,6 +8895,18 @@ exports.chains = {
8664
8895
  }
8665
8896
  ]
8666
8897
  },
8898
+ 2137: {
8899
+ name: 'BigShortBets',
8900
+ chain: 'BIGSB',
8901
+ rpc: ['https://market.bigsb.io', 'wss://market.bigsb.io'],
8902
+ faucets: [],
8903
+ nativeCurrency: { name: 'USD Coin', symbol: 'USDC', decimals: 18 },
8904
+ infoURL: 'https://bigshortbets.com/',
8905
+ shortName: 'bigsb',
8906
+ chainId: 2137,
8907
+ networkId: 2137,
8908
+ explorers: []
8909
+ },
8667
8910
  2138: {
8668
8911
  name: 'Defi Oracle Meta Testnet',
8669
8912
  chain: 'dfiometatest',
@@ -9294,6 +9537,29 @@ exports.chains = {
9294
9537
  }
9295
9538
  ]
9296
9539
  },
9540
+ 2710: {
9541
+ name: 'Morphism Testnet',
9542
+ chain: 'ETH',
9543
+ rpc: ['https://rpc-testnet.morphism.xyz'],
9544
+ faucets: [],
9545
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
9546
+ infoURL: 'https://morphism.xyz',
9547
+ shortName: 'tmorph',
9548
+ chainId: 2710,
9549
+ networkId: 2710,
9550
+ explorers: [
9551
+ {
9552
+ name: 'Morphism Testnet Explorer',
9553
+ url: 'https://explorer-testnet.morphism.xyz',
9554
+ standard: 'EIP3091'
9555
+ }
9556
+ ],
9557
+ parent: {
9558
+ type: 'L2',
9559
+ chain: 'eip155-1',
9560
+ bridges: [{ url: 'https://bridge-testnet.morphism.xyz' }]
9561
+ }
9562
+ },
9297
9563
  2888: {
9298
9564
  name: 'Boba Network Goerli Testnet',
9299
9565
  chain: 'ETH',
@@ -9464,6 +9730,28 @@ exports.chains = {
9464
9730
  slip44: 1,
9465
9731
  explorers: []
9466
9732
  },
9733
+ 3269: {
9734
+ name: 'Dubxcoin network',
9735
+ chain: 'DUBX',
9736
+ rpc: ['https://rpcmain.arabianchain.org'],
9737
+ faucets: [],
9738
+ nativeCurrency: { name: 'Dubxcoin mainnet', symbol: 'DUBX', decimals: 18 },
9739
+ infoURL: 'https://arabianchain.org',
9740
+ shortName: 'dubx',
9741
+ chainId: 3269,
9742
+ networkId: 3269
9743
+ },
9744
+ 3270: {
9745
+ name: 'Dubxcoin testnet',
9746
+ chain: 'TESTDUBX',
9747
+ rpc: ['https://rpctestnet.arabianchain.org'],
9748
+ faucets: ['https://faucet.arabianchain.org/'],
9749
+ nativeCurrency: { name: 'Dubxcoin testnet', symbol: 'TDUBX', decimals: 18 },
9750
+ infoURL: 'https://arabianchain.org',
9751
+ shortName: 'testdubx',
9752
+ chainId: 3270,
9753
+ networkId: 3270
9754
+ },
9467
9755
  3306: {
9468
9756
  name: 'Debounce Subnet Testnet',
9469
9757
  chain: 'Debounce Network',
@@ -9774,6 +10062,26 @@ exports.chains = {
9774
10062
  }
9775
10063
  ]
9776
10064
  },
10065
+ 3701: {
10066
+ name: 'Xpla Testnet',
10067
+ chain: 'XPLATest',
10068
+ rpc: ['https://dimension-rpc.xpla.dev'],
10069
+ faucets: ['https://faucet.xpla.io'],
10070
+ nativeCurrency: { name: 'XPLA', symbol: 'XPLA', decimals: 18 },
10071
+ infoURL: 'https://xpla.io',
10072
+ shortName: 'xplatest',
10073
+ chainId: 3701,
10074
+ networkId: 3701,
10075
+ icon: 'xpla',
10076
+ explorers: [
10077
+ {
10078
+ name: 'XPLA Explorer',
10079
+ url: 'https://explorer.xpla.io',
10080
+ standard: 'none'
10081
+ }
10082
+ ],
10083
+ status: 'deprecated'
10084
+ },
9777
10085
  3737: {
9778
10086
  name: 'Crossbell',
9779
10087
  chain: 'Crossbell',
@@ -9812,6 +10120,46 @@ exports.chains = {
9812
10120
  }
9813
10121
  ]
9814
10122
  },
10123
+ 3888: {
10124
+ name: 'KalyChain Mainnet',
10125
+ chain: 'KLC',
10126
+ icon: 'kalychain',
10127
+ rpc: ['https://rpc.kalychain.io/rpc'],
10128
+ features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
10129
+ faucets: [],
10130
+ nativeCurrency: { name: 'KalyCoin', symbol: 'KLC', decimals: 18 },
10131
+ infoURL: 'https://kalychain.io',
10132
+ shortName: 'kalymainnet',
10133
+ chainId: 3888,
10134
+ networkId: 3888,
10135
+ explorers: [
10136
+ {
10137
+ name: 'KalyScan',
10138
+ url: 'https://kalyscan.io',
10139
+ standard: 'EIP3091'
10140
+ }
10141
+ ]
10142
+ },
10143
+ 3889: {
10144
+ name: 'KalyChain Testnet',
10145
+ chain: 'KLC',
10146
+ icon: 'kalychain',
10147
+ rpc: ['https://testnetrpc.kalychain.io/rpc'],
10148
+ features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
10149
+ faucets: [],
10150
+ nativeCurrency: { name: 'KalyCoin', symbol: 'KLC', decimals: 18 },
10151
+ infoURL: 'https://kalychain.io',
10152
+ shortName: 'kalytestnet',
10153
+ chainId: 3889,
10154
+ networkId: 3889,
10155
+ explorers: [
10156
+ {
10157
+ name: 'KalyScan',
10158
+ url: 'https://testnet.kalyscan.io',
10159
+ standard: 'EIP3091'
10160
+ }
10161
+ ]
10162
+ },
9815
10163
  3912: {
9816
10164
  name: 'DRAC Network',
9817
10165
  chain: 'DRAC',
@@ -10231,6 +10579,26 @@ exports.chains = {
10231
10579
  bridges: [{ url: 'https://gateway.boba.network' }]
10232
10580
  }
10233
10581
  },
10582
+ 4337: {
10583
+ name: 'Beam',
10584
+ chain: 'BEAM',
10585
+ rpc: ['https://subnets.avax.network/beam/mainnet/rpc'],
10586
+ features: [{ name: 'EIP1559' }],
10587
+ faucets: [],
10588
+ nativeCurrency: { name: 'Merit Circle', symbol: 'MC', decimals: 18 },
10589
+ infoURL: 'https://www.onbeam.com',
10590
+ shortName: 'beam',
10591
+ icon: 'beam',
10592
+ chainId: 4337,
10593
+ networkId: 4337,
10594
+ explorers: [
10595
+ {
10596
+ name: 'Beam Explorer',
10597
+ url: 'https://subnets.avax.network/beam',
10598
+ standard: 'EIP3091'
10599
+ }
10600
+ ]
10601
+ },
10234
10602
  4444: {
10235
10603
  name: 'Htmlcoin Mainnet',
10236
10604
  chain: 'mainnet',
@@ -10605,6 +10973,33 @@ exports.chains = {
10605
10973
  chainId: 5315,
10606
10974
  networkId: 5315
10607
10975
  },
10976
+ 5353: {
10977
+ name: 'Tritanium Testnet',
10978
+ chain: 'TRITANIUM',
10979
+ rpc: [
10980
+ 'https://nodetestnet-station-one.tritanium.network/',
10981
+ 'https://nodetestnet-station-two.tritanium.network/'
10982
+ ],
10983
+ faucets: ['https://faucet.tritanium.network'],
10984
+ nativeCurrency: {
10985
+ name: 'Tritanium Native Token',
10986
+ symbol: 'tTRN',
10987
+ decimals: 18
10988
+ },
10989
+ infoURL: 'https://tritanium.network',
10990
+ shortName: 'ttrn',
10991
+ chainId: 5353,
10992
+ networkId: 5353,
10993
+ icon: 'tritanium',
10994
+ explorers: [
10995
+ {
10996
+ name: 'TRITANIUM Testnet Explorer',
10997
+ icon: 'tritanium',
10998
+ url: 'https://testnet.tritanium.network',
10999
+ standard: 'none'
11000
+ }
11001
+ ]
11002
+ },
10608
11003
  5551: {
10609
11004
  name: 'Nahmii Mainnet',
10610
11005
  chain: 'Nahmii',
@@ -10674,6 +11069,33 @@ exports.chains = {
10674
11069
  }
10675
11070
  ]
10676
11071
  },
11072
+ 5611: {
11073
+ name: 'opBNB Testnet',
11074
+ chain: 'opBNB',
11075
+ rpc: ['https://opbnb-testnet-rpc.bnbchain.org'],
11076
+ faucets: ['https://testnet.bnbchain.org/faucet-smart'],
11077
+ nativeCurrency: {
11078
+ name: 'BNB Chain Native Token',
11079
+ symbol: 'tBNB',
11080
+ decimals: 18
11081
+ },
11082
+ infoURL: 'https://opbnb.bnbchain.org/en',
11083
+ shortName: 'obnbt',
11084
+ chainId: 5611,
11085
+ networkId: 5611,
11086
+ explorers: [
11087
+ {
11088
+ name: 'bscscan-opbnb-testnet',
11089
+ url: 'https://opbnb-testnet.bscscan.com',
11090
+ standard: 'EIP3091'
11091
+ },
11092
+ {
11093
+ name: 'opbnbscan',
11094
+ url: 'http://opbnbscan.com',
11095
+ standard: 'EIP3091'
11096
+ }
11097
+ ]
11098
+ },
10677
11099
  5616: {
10678
11100
  name: 'Arcturus Chain Testnet',
10679
11101
  chain: 'ARCTURUS',
@@ -10685,6 +11107,21 @@ exports.chains = {
10685
11107
  chainId: 5616,
10686
11108
  networkId: 5616
10687
11109
  },
11110
+ 5678: {
11111
+ name: 'Tanssi EVM ContainerChain',
11112
+ chain: 'EVMCC',
11113
+ rpc: [
11114
+ 'https://fraa-dancebox-3001-rpc.a.dancebox.tanssi.network',
11115
+ 'wss://fraa-dancebox-3001-rpc.a.dancebox.tanssi.network'
11116
+ ],
11117
+ faucets: [],
11118
+ nativeCurrency: { name: 'Unit', symbol: 'Unit', decimals: 18 },
11119
+ infoURL: 'https://tanssi.network',
11120
+ shortName: 'TanssiCC',
11121
+ chainId: 5678,
11122
+ networkId: 5678,
11123
+ explorers: []
11124
+ },
10688
11125
  5700: {
10689
11126
  name: 'Syscoin Tanenbaum Testnet',
10690
11127
  chain: 'SYS',
@@ -11196,11 +11633,14 @@ exports.chains = {
11196
11633
  status: 'incubating'
11197
11634
  },
11198
11635
  7332: {
11199
- name: 'Horizen EON',
11636
+ name: 'Horizen EON Mainnet',
11200
11637
  shortName: 'EON',
11201
11638
  chain: 'EON',
11202
11639
  icon: 'eon',
11203
- rpc: ['https://eon-rpc.horizenlabs.io/ethv1'],
11640
+ rpc: [
11641
+ 'https://eon-rpc.horizenlabs.io/ethv1',
11642
+ 'https://rpc.ankr.com/horizen_eon'
11643
+ ],
11204
11644
  features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
11205
11645
  faucets: [],
11206
11646
  nativeCurrency: { name: 'Zencash', symbol: 'ZEN', decimals: 18 },
@@ -11748,17 +12188,13 @@ exports.chains = {
11748
12188
  status: 'incubating'
11749
12189
  },
11750
12190
  8181: {
11751
- name: 'BeOne Chain Testnet',
11752
- chain: 'BOC',
11753
- rpc: [
11754
- 'https://pre-boc1.beonechain.com',
11755
- 'https://pre-boc2.beonechain.com',
11756
- 'https://pre-boc3.beonechain.com'
11757
- ],
12191
+ name: 'Testnet BeOne Chain',
12192
+ chain: 'tBOC',
12193
+ rpc: ['https://pre-boc1.beonechain.com'],
11758
12194
  faucets: ['https://testnet.beonescan.com/faucet'],
11759
12195
  nativeCurrency: {
11760
- name: 'BeOne Chain Testnet',
11761
- symbol: 'BOC',
12196
+ name: 'Testnet BeOne Chain',
12197
+ symbol: 'tBOC',
11762
12198
  decimals: 18
11763
12199
  },
11764
12200
  infoURL: 'https://testnet.beonescan.com',
@@ -11768,7 +12204,7 @@ exports.chains = {
11768
12204
  icon: 'beonechain',
11769
12205
  explorers: [
11770
12206
  {
11771
- name: 'BeOne Chain Testnet',
12207
+ name: 'Testnet BeOne Chain',
11772
12208
  url: 'https://testnet.beonescan.com',
11773
12209
  icon: 'beonechain',
11774
12210
  standard: 'none'
@@ -11847,7 +12283,10 @@ exports.chains = {
11847
12283
  chain: 'ETH',
11848
12284
  rpc: [
11849
12285
  'https://mainnet.base.org/',
11850
- 'https://developer-access-mainnet.base.org/'
12286
+ 'https://developer-access-mainnet.base.org/',
12287
+ 'https://base.gateway.tenderly.co',
12288
+ 'wss://base.gateway.tenderly.co',
12289
+ 'https://base.publicnode.com'
11851
12290
  ],
11852
12291
  faucets: [],
11853
12292
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
@@ -12392,7 +12831,9 @@ exports.chains = {
12392
12831
  'https://testnet.bnb.boba.network',
12393
12832
  'wss://wss.testnet.bnb.boba.network',
12394
12833
  'https://replica.testnet.bnb.boba.network',
12395
- 'wss://replica-wss.testnet.bnb.boba.network'
12834
+ 'wss://replica-wss.testnet.bnb.boba.network',
12835
+ 'https://boba-bnb-testnet.gateway.tenderly.co',
12836
+ 'wss://boba-bnb-testnet.gateway.tenderly.co'
12396
12837
  ],
12397
12838
  faucets: [],
12398
12839
  nativeCurrency: { name: 'Boba Token', symbol: 'BOBA', decimals: 18 },
@@ -12528,7 +12969,10 @@ exports.chains = {
12528
12969
  name: 'Mind Smart Chain Testnet',
12529
12970
  chain: 'tMIND',
12530
12971
  icon: 'mindchain',
12531
- rpc: ['https://testnet-msc.mindchain.info/'],
12972
+ rpc: [
12973
+ 'https://testnet-msc.mindchain.info/',
12974
+ 'wss://testnet-msc.mindchain.info/ws'
12975
+ ],
12532
12976
  faucets: ['https://faucet.mindchain.info/'],
12533
12977
  nativeCurrency: { name: 'MIND Coin', symbol: 'tMIND', decimals: 18 },
12534
12978
  infoURL: 'https://mindscan.info',
@@ -12799,6 +13243,24 @@ exports.chains = {
12799
13243
  }
12800
13244
  ]
12801
13245
  },
13246
+ 10395: {
13247
+ name: 'Worldland Testnet',
13248
+ chain: 'Worldland',
13249
+ rpc: ['https://gwangju.worldland.foundation'],
13250
+ faucets: [],
13251
+ nativeCurrency: { name: 'Worldland', symbol: 'WL', decimals: 18 },
13252
+ infoURL: 'https://worldland.foundation',
13253
+ shortName: 'TWLC',
13254
+ chainId: 10395,
13255
+ networkId: 10395,
13256
+ explorers: [
13257
+ {
13258
+ name: 'Worldland Explorer',
13259
+ url: 'https://testscan.worldland.foundation',
13260
+ standard: 'EIP3091'
13261
+ }
13262
+ ]
13263
+ },
12802
13264
  10507: {
12803
13265
  name: 'Numbers Mainnet',
12804
13266
  chain: 'NUM',
@@ -13087,6 +13549,25 @@ exports.chains = {
13087
13549
  }
13088
13550
  ]
13089
13551
  },
13552
+ 11891: {
13553
+ name: 'Polygon Supernet Arianee',
13554
+ chain: 'Arianee',
13555
+ rpc: ['https://rpc.polygonsupernet.public.arianee.net'],
13556
+ faucets: [],
13557
+ nativeCurrency: { name: 'Arianee', symbol: 'ARIA20', decimals: 18 },
13558
+ infoURL: 'https://arianee.org',
13559
+ shortName: 'Arianee',
13560
+ chainId: 11891,
13561
+ networkId: 11891,
13562
+ explorers: [
13563
+ {
13564
+ name: 'Polygon Supernet Arianee Explorer',
13565
+ url: 'https://polygonsupernet.explorer.arianee.net',
13566
+ standard: 'EIP3091'
13567
+ }
13568
+ ],
13569
+ parent: { chain: 'eip155-1', type: 'L2' }
13570
+ },
13090
13571
  12009: {
13091
13572
  name: 'SatoshiChain Mainnet',
13092
13573
  chain: 'SATS',
@@ -13304,8 +13785,9 @@ exports.chains = {
13304
13785
  features: [{ name: 'EIP1559' }],
13305
13786
  faucets: [],
13306
13787
  nativeCurrency: { name: 'Merit Circle', symbol: 'MC', decimals: 18 },
13307
- infoURL: 'https://gaming.meritcircle.io',
13308
- shortName: 'BEAM',
13788
+ infoURL: 'https://www.onbeam.com',
13789
+ shortName: 'beam-testnet',
13790
+ icon: 'beam',
13309
13791
  chainId: 13337,
13310
13792
  networkId: 13337,
13311
13793
  explorers: [
@@ -13874,6 +14356,26 @@ exports.chains = {
13874
14356
  }
13875
14357
  ]
13876
14358
  },
14359
+ 22222: {
14360
+ name: 'Nautilus Mainnet',
14361
+ chain: 'ETH',
14362
+ icon: 'nautilus',
14363
+ rpc: ['https://api.nautilus.nautchain.xyz'],
14364
+ faucets: [],
14365
+ nativeCurrency: { name: 'Zebec', symbol: 'ZBC', decimals: 18 },
14366
+ infoURL: 'https://docs.nautchain.xyz',
14367
+ shortName: 'NAUTCHAIN',
14368
+ chainId: 22222,
14369
+ networkId: 22222,
14370
+ explorers: [
14371
+ {
14372
+ name: 'Nautscan',
14373
+ url: 'https://nautscan.com',
14374
+ standard: 'EIP3091',
14375
+ icon: 'nautilus'
14376
+ }
14377
+ ]
14378
+ },
13877
14379
  22776: {
13878
14380
  name: 'MAP Mainnet',
13879
14381
  chain: 'MAP',
@@ -14394,6 +14896,29 @@ exports.chains = {
14394
14896
  }
14395
14897
  ]
14396
14898
  },
14899
+ 38401: {
14900
+ name: 'ConnectorManager Robin',
14901
+ chain: 'Rangers',
14902
+ icon: 'rangers',
14903
+ rpc: ['https://robin-cm.rangersprotocol.com/api/jsonrpc'],
14904
+ faucets: ['https://robin-faucet.rangersprotocol.com'],
14905
+ nativeCurrency: {
14906
+ name: 'Rangers Protocol Gas',
14907
+ symbol: 'ttRPG',
14908
+ decimals: 18
14909
+ },
14910
+ infoURL: 'https://rangersprotocol.com',
14911
+ shortName: 'ttrpg',
14912
+ chainId: 38401,
14913
+ networkId: 38401,
14914
+ explorers: [
14915
+ {
14916
+ name: 'rangersscan-robin',
14917
+ url: 'https://robin-rangersscan.rangersprotocol.com',
14918
+ standard: 'none'
14919
+ }
14920
+ ]
14921
+ },
14397
14922
  39797: {
14398
14923
  name: 'Energi Mainnet',
14399
14924
  chain: 'NRG',
@@ -14978,7 +15503,7 @@ exports.chains = {
14978
15503
  chain: 'ETH',
14979
15504
  rpc: [
14980
15505
  'https://rpc.titan.tokamak.network',
14981
- 'wss://rpc.titan.tokamak.network/ws'
15506
+ 'wss://rpc.titan.tokamak.network'
14982
15507
  ],
14983
15508
  faucets: [],
14984
15509
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
@@ -15037,8 +15562,8 @@ exports.chains = {
15037
15562
  chain: 'Boba BNB Mainnet',
15038
15563
  rpc: [
15039
15564
  'https://bnb.boba.network',
15040
- 'http://boba-bnb.gateway.tenderly.co/',
15041
- 'http://gateway.tenderly.co/public/boba-bnb',
15565
+ 'https://boba-bnb.gateway.tenderly.co/',
15566
+ 'https://gateway.tenderly.co/public/boba-bnb',
15042
15567
  'https://replica.bnb.boba.network',
15043
15568
  'wss://boba-bnb.gateway.tenderly.co/',
15044
15569
  'wss://gateway.tenderly.co/public/boba-bnb'
@@ -15062,6 +15587,25 @@ exports.chains = {
15062
15587
  bridges: [{ url: 'https://gateway.boba.network' }]
15063
15588
  }
15064
15589
  },
15590
+ 56789: {
15591
+ name: 'VELO Labs Mainnet',
15592
+ chain: 'NOVA chain',
15593
+ rpc: ['https://nova.velo.org'],
15594
+ faucets: ['https://nova-faucet.velo.org'],
15595
+ nativeCurrency: { name: 'Nova', symbol: 'NOVA', decimals: 18 },
15596
+ infoURL: 'https://velo.org',
15597
+ shortName: 'VELO',
15598
+ chainId: 56789,
15599
+ networkId: 56789,
15600
+ icon: 'novachain',
15601
+ explorers: [
15602
+ {
15603
+ name: 'novascan',
15604
+ url: 'https://novascan.velo.org',
15605
+ standard: 'EIP3091'
15606
+ }
15607
+ ]
15608
+ },
15065
15609
  57000: {
15066
15610
  name: 'Rollux Testnet',
15067
15611
  chain: 'SYS',
@@ -15757,6 +16301,63 @@ exports.chains = {
15757
16301
  }
15758
16302
  ]
15759
16303
  },
16304
+ 78430: {
16305
+ name: 'Amplify Subnet',
16306
+ chain: 'AMPLIFY',
16307
+ rpc: ['https://subnets.avax.network/amplify/testnet/rpc'],
16308
+ features: [{ name: 'EIP1559' }],
16309
+ faucets: [],
16310
+ nativeCurrency: { name: 'AMP', symbol: 'AMP', decimals: 18 },
16311
+ infoURL: 'https://www.avax.network',
16312
+ shortName: 'amplify',
16313
+ chainId: 78430,
16314
+ networkId: 78430,
16315
+ explorers: [
16316
+ {
16317
+ name: 'AMPLIFY Explorer',
16318
+ url: 'https://subnets-test.avax.network/amplify',
16319
+ standard: 'EIP3091'
16320
+ }
16321
+ ]
16322
+ },
16323
+ 78431: {
16324
+ name: 'Bulletin Subnet',
16325
+ chain: 'BULLETIN',
16326
+ rpc: ['https://subnets.avax.network/bulletin/testnet/rpc'],
16327
+ features: [{ name: 'EIP1559' }],
16328
+ faucets: [],
16329
+ nativeCurrency: { name: 'BLT', symbol: 'BLT', decimals: 18 },
16330
+ infoURL: 'https://www.avax.network',
16331
+ shortName: 'bulletin',
16332
+ chainId: 78431,
16333
+ networkId: 78431,
16334
+ explorers: [
16335
+ {
16336
+ name: 'BULLETIN Explorer',
16337
+ url: 'https://subnets-test.avax.network/bulletin',
16338
+ standard: 'EIP3091'
16339
+ }
16340
+ ]
16341
+ },
16342
+ 78432: {
16343
+ name: 'Conduit Subnet',
16344
+ chain: 'CONDUIT',
16345
+ rpc: ['https://subnets.avax.network/conduit/testnet/rpc'],
16346
+ features: [{ name: 'EIP1559' }],
16347
+ faucets: [],
16348
+ nativeCurrency: { name: 'CON', symbol: 'CON', decimals: 18 },
16349
+ infoURL: 'https://www.avax.network',
16350
+ shortName: 'conduit',
16351
+ chainId: 78432,
16352
+ networkId: 78432,
16353
+ explorers: [
16354
+ {
16355
+ name: 'CONDUIT Explorer',
16356
+ url: 'https://subnets-test.avax.network/conduit',
16357
+ standard: 'EIP3091'
16358
+ }
16359
+ ]
16360
+ },
15760
16361
  79879: {
15761
16362
  name: 'Gold Smart Chain Testnet',
15762
16363
  chain: 'STAND',
@@ -15785,7 +16386,9 @@ exports.chains = {
15785
16386
  'https://matic-mumbai.chainstacklabs.com',
15786
16387
  'https://rpc-mumbai.maticvigil.com',
15787
16388
  'https://matic-testnet-archive-rpc.bwarelabs.com',
15788
- 'https://polygon-mumbai-bor.publicnode.com'
16389
+ 'https://polygon-mumbai-bor.publicnode.com',
16390
+ 'https://polygon-mumbai.gateway.tenderly.co',
16391
+ 'wss://polygon-mumbai.gateway.tenderly.co'
15789
16392
  ],
15790
16393
  faucets: ['https://faucet.polygon.technology/'],
15791
16394
  nativeCurrency: { name: 'MATIC', symbol: 'MATIC', decimals: 18 },
@@ -15921,7 +16524,12 @@ exports.chains = {
15921
16524
  84531: {
15922
16525
  name: 'Base Goerli Testnet',
15923
16526
  chain: 'ETH',
15924
- rpc: ['https://goerli.base.org'],
16527
+ rpc: [
16528
+ 'https://goerli.base.org',
16529
+ 'https://base-goerli.gateway.tenderly.co',
16530
+ 'wss://base-goerli.gateway.tenderly.co',
16531
+ 'https://base-goerli.publicnode.com'
16532
+ ],
15925
16533
  faucets: ['https://www.coinbase.com/faucets/base-ethereum-goerli-faucet'],
15926
16534
  nativeCurrency: { name: 'Goerli Ether', symbol: 'ETH', decimals: 18 },
15927
16535
  infoURL: 'https://base.org',
@@ -15943,6 +16551,26 @@ exports.chains = {
15943
16551
  }
15944
16552
  ]
15945
16553
  },
16554
+ 84886: {
16555
+ name: 'Aerie Network',
16556
+ chain: 'Aerie',
16557
+ rpc: ['https://mainnet.aerielab.io'],
16558
+ faucets: [],
16559
+ nativeCurrency: { name: 'Aerie', symbol: 'AER', decimals: 18 },
16560
+ infoURL: 'https://aerielab.io/',
16561
+ shortName: 'Aerie',
16562
+ chainId: 84886,
16563
+ networkId: 84886,
16564
+ icon: 'aerie',
16565
+ explorers: [
16566
+ {
16567
+ name: 'Aerie Explorer',
16568
+ url: 'https://explorer.aerielab.io',
16569
+ icon: 'aerie',
16570
+ standard: 'EIP3091'
16571
+ }
16572
+ ]
16573
+ },
15946
16574
  85449: {
15947
16575
  name: 'CYBERTRUST',
15948
16576
  chain: 'CYBER',
@@ -15954,6 +16582,26 @@ exports.chains = {
15954
16582
  chainId: 85449,
15955
16583
  networkId: 48501
15956
16584
  },
16585
+ 88002: {
16586
+ name: 'Nautilus Proteus Testnet',
16587
+ chain: 'ETH',
16588
+ icon: 'nautilus',
16589
+ rpc: ['https://api.proteus.nautchain.xyz/solana'],
16590
+ faucets: ['https://proteusfaucet.nautchain.xyz'],
16591
+ nativeCurrency: { name: 'Zebec Test Token', symbol: 'tZBC', decimals: 18 },
16592
+ infoURL: 'https://docs.nautchain.xyz',
16593
+ shortName: 'NAUTTest',
16594
+ chainId: 88002,
16595
+ networkId: 88002,
16596
+ explorers: [
16597
+ {
16598
+ name: 'Nautscan',
16599
+ url: 'https://proteus.nautscan.com',
16600
+ standard: 'EIP3091',
16601
+ icon: 'nautilus'
16602
+ }
16603
+ ]
16604
+ },
15957
16605
  88880: {
15958
16606
  name: 'Chiliz Scoville Testnet',
15959
16607
  chain: 'CHZ',
@@ -16017,7 +16665,7 @@ exports.chains = {
16017
16665
  ]
16018
16666
  },
16019
16667
  91002: {
16020
- name: 'Nautilus Chain',
16668
+ name: 'Nautilus Trition Chain',
16021
16669
  title: 'Nautilus Trition Testnet',
16022
16670
  chain: 'ETH',
16023
16671
  icon: 'nautilus',
@@ -17894,6 +18542,31 @@ exports.chains = {
17894
18542
  }
17895
18543
  ]
17896
18544
  },
18545
+ 622277: {
18546
+ name: 'Rethereum Mainnet',
18547
+ chain: 'RTH',
18548
+ rpc: [
18549
+ 'https://rpc.rethereum.org',
18550
+ 'https://rethereum.rpc.restratagem.com',
18551
+ 'https://rpc.rthcentral.org'
18552
+ ],
18553
+ faucets: [],
18554
+ nativeCurrency: { name: 'Rethereum', symbol: 'RTH', decimals: 18 },
18555
+ features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
18556
+ infoURL: 'https://www.rethereum.org',
18557
+ shortName: 'rth',
18558
+ chainId: 622277,
18559
+ networkId: 622277,
18560
+ icon: 'rethereum',
18561
+ explorers: [
18562
+ {
18563
+ name: 'rethereum',
18564
+ url: 'https://explorer.rethereum.org',
18565
+ icon: 'blockscout',
18566
+ standard: 'EIP3091'
18567
+ }
18568
+ ]
18569
+ },
17897
18570
  641230: {
17898
18571
  name: 'Bear Network Chain Mainnet',
17899
18572
  chain: 'BRNKC',
@@ -18299,6 +18972,25 @@ exports.chains = {
18299
18972
  }
18300
18973
  ]
18301
18974
  },
18975
+ 2021398: {
18976
+ name: 'DeBank Testnet',
18977
+ chain: 'DeBank',
18978
+ rpc: ['http://rpc.testnet.debank.com'],
18979
+ faucets: [],
18980
+ icon: 'debank',
18981
+ nativeCurrency: { name: 'DeBank USD', symbol: 'USD', decimals: 18 },
18982
+ infoURL: 'https://debank.com',
18983
+ shortName: 'dbk',
18984
+ chainId: 2021398,
18985
+ networkId: 2021398,
18986
+ explorers: [
18987
+ {
18988
+ name: 'DeBank Chain Explorer',
18989
+ url: 'https://explorer.testnet.debank.com',
18990
+ standard: 'EIP3091'
18991
+ }
18992
+ ]
18993
+ },
18302
18994
  2099156: {
18303
18995
  name: 'Plian Mainnet Main',
18304
18996
  chain: 'Plian',
@@ -18718,7 +19410,9 @@ exports.chains = {
18718
19410
  'https://rpc-sepolia.rockx.com',
18719
19411
  'https://rpc.sepolia.ethpandaops.io',
18720
19412
  'https://sepolia.infura.io/v3/${INFURA_API_KEY}',
18721
- 'wss://sepolia.infura.io/v3/${INFURA_API_KEY}'
19413
+ 'wss://sepolia.infura.io/v3/${INFURA_API_KEY}',
19414
+ 'https://sepolia.gateway.tenderly.co',
19415
+ 'wss://sepolia.gateway.tenderly.co'
18722
19416
  ],
18723
19417
  faucets: ['http://fauceth.komputing.org?chain=11155111&address=${ADDRESS}'],
18724
19418
  nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },