eth-chainlist 0.0.358 → 0.0.360
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.
- package/CHANGELOG.md +16 -0
- package/data/chain.js +593 -92
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.360 (2024-03-15)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.359 ([b4e88bb](https://github.com/poowf/eth-chainlist/commit/b4e88bb2f6fa49efdc08d310f43323c5a89f89c7))
|
9
|
+
* update chain data ([08bdf1b](https://github.com/poowf/eth-chainlist/commit/08bdf1b27d332f55199b314d565e06c49d18e68b))
|
10
|
+
|
11
|
+
### 0.0.359 (2024-03-14)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.358 ([639eaf6](https://github.com/poowf/eth-chainlist/commit/639eaf69a3f934257a456f75f84597f33be25df5))
|
17
|
+
* update chain data ([3b98d09](https://github.com/poowf/eth-chainlist/commit/3b98d09c134fb451fff7fc85f40ad03ada88826e))
|
18
|
+
|
3
19
|
### 0.0.358 (2024-03-09)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -18,7 +18,9 @@ const chainArray = [
|
|
18
18
|
'https://rpc.mevblocker.io',
|
19
19
|
'https://rpc.mevblocker.io/fast',
|
20
20
|
'https://rpc.mevblocker.io/noreverts',
|
21
|
-
'https://rpc.mevblocker.io/fullprivacy'
|
21
|
+
'https://rpc.mevblocker.io/fullprivacy',
|
22
|
+
'https://eth.drpc.org',
|
23
|
+
'wss://eth.drpc.org'
|
22
24
|
],
|
23
25
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
24
26
|
faucets: [],
|
@@ -227,7 +229,9 @@ const chainArray = [
|
|
227
229
|
'https://optimism-rpc.publicnode.com',
|
228
230
|
'wss://optimism-rpc.publicnode.com',
|
229
231
|
'https://optimism.gateway.tenderly.co',
|
230
|
-
'wss://optimism.gateway.tenderly.co'
|
232
|
+
'wss://optimism.gateway.tenderly.co',
|
233
|
+
'https://optimism.drpc.org',
|
234
|
+
'wss://optimism.drpc.org'
|
231
235
|
],
|
232
236
|
faucets: [],
|
233
237
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
@@ -385,7 +389,11 @@ const chainArray = [
|
|
385
389
|
{
|
386
390
|
name: 'ThunderCore Testnet',
|
387
391
|
chain: 'TST',
|
388
|
-
rpc: [
|
392
|
+
rpc: [
|
393
|
+
'https://testnet-rpc.thundercore.com',
|
394
|
+
'https://thundercore-testnet.drpc.org',
|
395
|
+
'wss://thundercore-testnet.drpc.org'
|
396
|
+
],
|
389
397
|
faucets: [ 'https://faucet-testnet.thundercore.com' ],
|
390
398
|
nativeCurrency: { name: 'ThunderCore Testnet Token', symbol: 'TST', decimals: 18 },
|
391
399
|
infoURL: 'https://thundercore.com',
|
@@ -509,7 +517,9 @@ const chainArray = [
|
|
509
517
|
rpc: [
|
510
518
|
'https://evm.cronos.org',
|
511
519
|
'https://cronos-evm-rpc.publicnode.com',
|
512
|
-
'wss://cronos-evm-rpc.publicnode.com'
|
520
|
+
'wss://cronos-evm-rpc.publicnode.com',
|
521
|
+
'https://cronos.drpc.org',
|
522
|
+
'wss://cronos.drpc.org'
|
513
523
|
],
|
514
524
|
features: [ { name: 'EIP1559' } ],
|
515
525
|
faucets: [],
|
@@ -778,7 +788,11 @@ const chainArray = [
|
|
778
788
|
{
|
779
789
|
name: 'Telos EVM Mainnet',
|
780
790
|
chain: 'TLOS',
|
781
|
-
rpc: [
|
791
|
+
rpc: [
|
792
|
+
'https://mainnet.telos.net/evm',
|
793
|
+
'https://telos.drpc.org',
|
794
|
+
'wss://telos.drpc.org'
|
795
|
+
],
|
782
796
|
faucets: [],
|
783
797
|
nativeCurrency: { name: 'Telos', symbol: 'TLOS', decimals: 18 },
|
784
798
|
infoURL: 'https://telos.net',
|
@@ -796,7 +810,11 @@ const chainArray = [
|
|
796
810
|
{
|
797
811
|
name: 'Telos EVM Testnet',
|
798
812
|
chain: 'TLOS',
|
799
|
-
rpc: [
|
813
|
+
rpc: [
|
814
|
+
'https://testnet.telos.net/evm',
|
815
|
+
'https://telos-testnet.drpc.org',
|
816
|
+
'wss://telos-testnet.drpc.org'
|
817
|
+
],
|
800
818
|
faucets: [ 'https://app.telos.net/testnet/developers' ],
|
801
819
|
nativeCurrency: { name: 'Telos', symbol: 'TLOS', decimals: 18 },
|
802
820
|
infoURL: 'https://telos.net',
|
@@ -1825,25 +1843,25 @@ const chainArray = [
|
|
1825
1843
|
]
|
1826
1844
|
},
|
1827
1845
|
{
|
1828
|
-
name: '
|
1829
|
-
chain: '
|
1830
|
-
rpc: [ 'https://rpc.
|
1846
|
+
name: 'Viction',
|
1847
|
+
chain: 'Viction',
|
1848
|
+
rpc: [ 'https://rpc.viction.xyz' ],
|
1831
1849
|
faucets: [],
|
1832
|
-
nativeCurrency: { name: '
|
1833
|
-
infoURL: 'https://
|
1834
|
-
shortName: '
|
1850
|
+
nativeCurrency: { name: 'Viction', symbol: 'VIC', decimals: 18 },
|
1851
|
+
infoURL: 'https://viction.xyz',
|
1852
|
+
shortName: 'vic',
|
1835
1853
|
chainId: 88,
|
1836
1854
|
networkId: 88,
|
1837
1855
|
slip44: 889
|
1838
1856
|
},
|
1839
1857
|
{
|
1840
|
-
name: '
|
1841
|
-
chain: '
|
1842
|
-
rpc: [ 'https://rpc
|
1858
|
+
name: 'Viction Testnet',
|
1859
|
+
chain: 'Viction',
|
1860
|
+
rpc: [ 'https://rpc-testnet.viction.xyz' ],
|
1843
1861
|
faucets: [],
|
1844
|
-
nativeCurrency: { name: '
|
1845
|
-
infoURL: 'https://
|
1846
|
-
shortName: '
|
1862
|
+
nativeCurrency: { name: 'Viction', symbol: 'VIC', decimals: 18 },
|
1863
|
+
infoURL: 'https://viction.xyz',
|
1864
|
+
shortName: 'vict',
|
1847
1865
|
chainId: 89,
|
1848
1866
|
networkId: 89,
|
1849
1867
|
slip44: 1
|
@@ -2524,7 +2542,11 @@ const chainArray = [
|
|
2524
2542
|
{
|
2525
2543
|
name: 'Fuse Mainnet',
|
2526
2544
|
chain: 'FUSE',
|
2527
|
-
rpc: [
|
2545
|
+
rpc: [
|
2546
|
+
'https://rpc.fuse.io',
|
2547
|
+
'https://fuse.drpc.org',
|
2548
|
+
'wss://fuse.drpc.org'
|
2549
|
+
],
|
2528
2550
|
faucets: [],
|
2529
2551
|
nativeCurrency: { name: 'Fuse', symbol: 'FUSE', decimals: 18 },
|
2530
2552
|
infoURL: 'https://fuse.io/',
|
@@ -2759,7 +2781,9 @@ const chainArray = [
|
|
2759
2781
|
'https://polygon-bor-rpc.publicnode.com',
|
2760
2782
|
'wss://polygon-bor-rpc.publicnode.com',
|
2761
2783
|
'https://polygon.gateway.tenderly.co',
|
2762
|
-
'wss://polygon.gateway.tenderly.co'
|
2784
|
+
'wss://polygon.gateway.tenderly.co',
|
2785
|
+
'https://polygon.drpc.org',
|
2786
|
+
'wss://polygon.drpc.org'
|
2763
2787
|
],
|
2764
2788
|
faucets: [],
|
2765
2789
|
nativeCurrency: { name: 'MATIC', symbol: 'MATIC', decimals: 18 },
|
@@ -3154,7 +3178,11 @@ const chainArray = [
|
|
3154
3178
|
{
|
3155
3179
|
name: 'Manta Pacific Mainnet',
|
3156
3180
|
chain: 'Manta Pacific',
|
3157
|
-
rpc: [
|
3181
|
+
rpc: [
|
3182
|
+
'https://pacific-rpc.manta.network/http',
|
3183
|
+
'https://manta-pacific.drpc.org',
|
3184
|
+
'wss://manta-pacific.drpc.org'
|
3185
|
+
],
|
3158
3186
|
faucets: [],
|
3159
3187
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
3160
3188
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
@@ -3385,7 +3413,11 @@ const chainArray = [
|
|
3385
3413
|
{
|
3386
3414
|
name: 'BitTorrent Chain Mainnet',
|
3387
3415
|
chain: 'BTTC',
|
3388
|
-
rpc: [
|
3416
|
+
rpc: [
|
3417
|
+
'https://rpc.bt.io',
|
3418
|
+
'https://bittorrent.drpc.org',
|
3419
|
+
'wss://bittorrent.drpc.org'
|
3420
|
+
],
|
3389
3421
|
faucets: [],
|
3390
3422
|
nativeCurrency: { name: 'BitTorrent', symbol: 'BTT', decimals: 18 },
|
3391
3423
|
infoURL: 'https://bt.io',
|
@@ -3449,7 +3481,9 @@ const chainArray = [
|
|
3449
3481
|
'https://opbnb-mainnet.nodereal.io/v1/e9a36765eb8a40b9bd12e680a1fd2bc5',
|
3450
3482
|
'wss://opbnb-mainnet.nodereal.io/ws/v1/e9a36765eb8a40b9bd12e680a1fd2bc5',
|
3451
3483
|
'https://opbnb-rpc.publicnode.com',
|
3452
|
-
'wss://opbnb-rpc.publicnode.com'
|
3484
|
+
'wss://opbnb-rpc.publicnode.com',
|
3485
|
+
'https://opbnb.drpc.org',
|
3486
|
+
'wss://opbnb.drpc.org'
|
3453
3487
|
],
|
3454
3488
|
faucets: [],
|
3455
3489
|
nativeCurrency: { name: 'BNB Chain Native Token', symbol: 'BNB', decimals: 18 },
|
@@ -3855,7 +3889,9 @@ const chainArray = [
|
|
3855
3889
|
rpc: [
|
3856
3890
|
'https://rpc.ftm.tools',
|
3857
3891
|
'https://fantom-rpc.publicnode.com',
|
3858
|
-
'wss://fantom-rpc.publicnode.com'
|
3892
|
+
'wss://fantom-rpc.publicnode.com',
|
3893
|
+
'https://fantom.drpc.org',
|
3894
|
+
'wss://fantom.drpc.org'
|
3859
3895
|
],
|
3860
3896
|
faucets: [],
|
3861
3897
|
nativeCurrency: { name: 'Fantom', symbol: 'FTM', decimals: 18 },
|
@@ -3889,6 +3925,7 @@ const chainArray = [
|
|
3889
3925
|
shortName: 'fraxtal',
|
3890
3926
|
chainId: 252,
|
3891
3927
|
networkId: 252,
|
3928
|
+
icon: 'fraxtal',
|
3892
3929
|
explorers: [
|
3893
3930
|
{
|
3894
3931
|
name: 'fraxscan',
|
@@ -4105,7 +4142,9 @@ const chainArray = [
|
|
4105
4142
|
'https://boba-ethereum.gateway.tenderly.co',
|
4106
4143
|
'https://gateway.tenderly.co/public/boba-ethereum',
|
4107
4144
|
'wss://boba-ethereum.gateway.tenderly.co/',
|
4108
|
-
'wss://gateway.tenderly.co/public/boba-ethereum'
|
4145
|
+
'wss://gateway.tenderly.co/public/boba-ethereum',
|
4146
|
+
'https://boba-eth.drpc.org',
|
4147
|
+
'wss://boba-eth.drpc.org'
|
4109
4148
|
],
|
4110
4149
|
faucets: [],
|
4111
4150
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
@@ -4275,7 +4314,11 @@ const chainArray = [
|
|
4275
4314
|
{
|
4276
4315
|
name: 'zkSync Sepolia Testnet',
|
4277
4316
|
chain: 'ETH',
|
4278
|
-
rpc: [
|
4317
|
+
rpc: [
|
4318
|
+
'https://sepolia.era.zksync.dev',
|
4319
|
+
'https://zksync-sepolia.drpc.org',
|
4320
|
+
'wss://zksync-sepolia.drpc.org'
|
4321
|
+
],
|
4279
4322
|
faucets: [],
|
4280
4323
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
4281
4324
|
infoURL: 'https://zksync.io/',
|
@@ -4454,7 +4497,9 @@ const chainArray = [
|
|
4454
4497
|
'https://api.node.glif.io/',
|
4455
4498
|
'https://rpc.ankr.com/filecoin',
|
4456
4499
|
'https://filecoin-mainnet.chainstacklabs.com/rpc/v1',
|
4457
|
-
'https://filfox.info/rpc/v1'
|
4500
|
+
'https://filfox.info/rpc/v1',
|
4501
|
+
'https://filecoin.drpc.org',
|
4502
|
+
'wss://filecoin.drpc.org'
|
4458
4503
|
],
|
4459
4504
|
faucets: [],
|
4460
4505
|
nativeCurrency: { name: 'filecoin', symbol: 'FIL', decimals: 18 },
|
@@ -4556,7 +4601,11 @@ const chainArray = [
|
|
4556
4601
|
{
|
4557
4602
|
name: 'zkSync Mainnet',
|
4558
4603
|
chain: 'ETH',
|
4559
|
-
rpc: [
|
4604
|
+
rpc: [
|
4605
|
+
'https://mainnet.era.zksync.io',
|
4606
|
+
'https://zksync.drpc.org',
|
4607
|
+
'wss://zksync.drpc.org'
|
4608
|
+
],
|
4560
4609
|
faucets: [],
|
4561
4610
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
4562
4611
|
infoURL: 'https://zksync.io/',
|
@@ -4655,7 +4704,11 @@ const chainArray = [
|
|
4655
4704
|
{
|
4656
4705
|
name: 'Cronos Testnet',
|
4657
4706
|
chain: 'CRO',
|
4658
|
-
rpc: [
|
4707
|
+
rpc: [
|
4708
|
+
'https://evm-t3.cronos.org',
|
4709
|
+
'https://cronos-testnet.drpc.org',
|
4710
|
+
'wss://cronos-testnet.drpc.org'
|
4711
|
+
],
|
4659
4712
|
faucets: [ 'https://cronos.org/faucet' ],
|
4660
4713
|
nativeCurrency: { name: 'Cronos Test Coin', symbol: 'TCRO', decimals: 18 },
|
4661
4714
|
infoURL: 'https://cronos.org',
|
@@ -5000,7 +5053,9 @@ const chainArray = [
|
|
5000
5053
|
'https://optimism-goerli-rpc.publicnode.com',
|
5001
5054
|
'wss://optimism-goerli-rpc.publicnode.com',
|
5002
5055
|
'https://optimism-goerli.gateway.tenderly.co',
|
5003
|
-
'wss://optimism-goerli.gateway.tenderly.co'
|
5056
|
+
'wss://optimism-goerli.gateway.tenderly.co',
|
5057
|
+
'https://optimism-testnet.drpc.org',
|
5058
|
+
'wss://optimism-testnet.drpc.org'
|
5004
5059
|
],
|
5005
5060
|
faucets: [],
|
5006
5061
|
nativeCurrency: { name: 'Goerli Ether', symbol: 'ETH', decimals: 18 },
|
@@ -6470,8 +6525,6 @@ const chainArray = [
|
|
6470
6525
|
'https://evm-dataseed2.meerscan.io',
|
6471
6526
|
'https://evm-dataseed3.meerscan.io',
|
6472
6527
|
'https://evm-dataseed.meerscan.com',
|
6473
|
-
'https://evm-dataseed1.meerscan.com',
|
6474
|
-
'https://evm-dataseed2.meerscan.com',
|
6475
6528
|
'https://qng.rpc.qitmeer.io',
|
6476
6529
|
'https://mainnet.meerlabs.com',
|
6477
6530
|
'https://rpc.dimai.ai',
|
@@ -6486,11 +6539,17 @@ const chainArray = [
|
|
6486
6539
|
slip44: 813,
|
6487
6540
|
icon: 'meer',
|
6488
6541
|
explorers: [
|
6542
|
+
{
|
6543
|
+
name: 'meerscan',
|
6544
|
+
icon: 'meer',
|
6545
|
+
url: 'https://qng.qitmeer.io',
|
6546
|
+
standard: 'EIP3091'
|
6547
|
+
},
|
6489
6548
|
{
|
6490
6549
|
name: 'meerscan',
|
6491
6550
|
icon: 'meer',
|
6492
6551
|
url: 'https://qng.meerscan.io',
|
6493
|
-
standard: '
|
6552
|
+
standard: 'EIP3091'
|
6494
6553
|
}
|
6495
6554
|
]
|
6496
6555
|
},
|
@@ -7297,7 +7356,11 @@ const chainArray = [
|
|
7297
7356
|
{
|
7298
7357
|
name: 'Klaytn Testnet Baobab',
|
7299
7358
|
chain: 'KLAY',
|
7300
|
-
rpc: [
|
7359
|
+
rpc: [
|
7360
|
+
'https://api.baobab.klaytn.net:8651',
|
7361
|
+
'https://klaytn-baobab.drpc.org',
|
7362
|
+
'wss://klaytn-baobab.drpc.org'
|
7363
|
+
],
|
7301
7364
|
faucets: [ 'https://baobab.wallet.klaytn.com/access?next=faucet' ],
|
7302
7365
|
nativeCurrency: { name: 'KLAY', symbol: 'KLAY', decimals: 18 },
|
7303
7366
|
infoURL: 'https://www.klaytn.com/',
|
@@ -7658,7 +7721,11 @@ const chainArray = [
|
|
7658
7721
|
{
|
7659
7722
|
name: 'Metis Andromeda Mainnet',
|
7660
7723
|
chain: 'ETH',
|
7661
|
-
rpc: [
|
7724
|
+
rpc: [
|
7725
|
+
'https://andromeda.metis.io/?owner=1088',
|
7726
|
+
'https://metis.drpc.org',
|
7727
|
+
'wss://metis.drpc.org'
|
7728
|
+
],
|
7662
7729
|
faucets: [],
|
7663
7730
|
nativeCurrency: { name: 'Metis', symbol: 'METIS', decimals: 18 },
|
7664
7731
|
infoURL: 'https://www.metis.io',
|
@@ -7749,7 +7816,11 @@ const chainArray = [
|
|
7749
7816
|
name: 'Polygon zkEVM',
|
7750
7817
|
title: 'Polygon zkEVM',
|
7751
7818
|
chain: 'Polygon',
|
7752
|
-
rpc: [
|
7819
|
+
rpc: [
|
7820
|
+
'https://zkevm-rpc.com',
|
7821
|
+
'https://polygon-zkevm.drpc.org',
|
7822
|
+
'wss://polygon-zkevm.drpc.org'
|
7823
|
+
],
|
7753
7824
|
faucets: [],
|
7754
7825
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
7755
7826
|
infoURL: 'https://polygon.technology/polygon-zkevm',
|
@@ -7878,7 +7949,12 @@ const chainArray = [
|
|
7878
7949
|
name: 'Core Blockchain Mainnet',
|
7879
7950
|
chain: 'Core',
|
7880
7951
|
icon: 'core',
|
7881
|
-
rpc: [
|
7952
|
+
rpc: [
|
7953
|
+
'https://rpc.coredao.org/',
|
7954
|
+
'https://rpc-core.icecreamswap.com',
|
7955
|
+
'https://core.drpc.org',
|
7956
|
+
'wss://core.drpc.org'
|
7957
|
+
],
|
7882
7958
|
faucets: [],
|
7883
7959
|
nativeCurrency: {
|
7884
7960
|
name: 'Core Blockchain Native Token',
|
@@ -8395,7 +8471,9 @@ const chainArray = [
|
|
8395
8471
|
'https://rpc.api.moonbeam.network',
|
8396
8472
|
'wss://wss.api.moonbeam.network',
|
8397
8473
|
'https://moonbeam-rpc.publicnode.com',
|
8398
|
-
'wss://moonbeam-rpc.publicnode.com'
|
8474
|
+
'wss://moonbeam-rpc.publicnode.com',
|
8475
|
+
'https://moonbeam.drpc.org',
|
8476
|
+
'wss://moonbeam.drpc.org'
|
8399
8477
|
],
|
8400
8478
|
faucets: [],
|
8401
8479
|
nativeCurrency: { name: 'Glimmer', symbol: 'GLMR', decimals: 18 },
|
@@ -8418,7 +8496,9 @@ const chainArray = [
|
|
8418
8496
|
'https://rpc.api.moonriver.moonbeam.network',
|
8419
8497
|
'wss://wss.api.moonriver.moonbeam.network',
|
8420
8498
|
'https://moonriver-rpc.publicnode.com',
|
8421
|
-
'wss://moonriver-rpc.publicnode.com'
|
8499
|
+
'wss://moonriver-rpc.publicnode.com',
|
8500
|
+
'https://moonriver.drpc.org',
|
8501
|
+
'wss://moonriver.drpc.org'
|
8422
8502
|
],
|
8423
8503
|
faucets: [],
|
8424
8504
|
nativeCurrency: { name: 'Moonriver', symbol: 'MOVR', decimals: 18 },
|
@@ -8451,7 +8531,9 @@ const chainArray = [
|
|
8451
8531
|
chain: 'MOON',
|
8452
8532
|
rpc: [
|
8453
8533
|
'https://rpc.api.moonbase.moonbeam.network',
|
8454
|
-
'wss://wss.api.moonbase.moonbeam.network'
|
8534
|
+
'wss://wss.api.moonbase.moonbeam.network',
|
8535
|
+
'https://moonbase-alpha.drpc.org',
|
8536
|
+
'wss://moonbase-alpha.drpc.org'
|
8455
8537
|
],
|
8456
8538
|
faucets: [],
|
8457
8539
|
nativeCurrency: { name: 'Dev', symbol: 'DEV', decimals: 18 },
|
@@ -8885,7 +8967,11 @@ const chainArray = [
|
|
8885
8967
|
name: 'Polygon zkEVM Testnet',
|
8886
8968
|
title: 'Polygon zkEVM Testnet',
|
8887
8969
|
chain: 'Polygon',
|
8888
|
-
rpc: [
|
8970
|
+
rpc: [
|
8971
|
+
'https://rpc.public.zkevm-test.net',
|
8972
|
+
'https://polygon-zkevm-testnet.drpc.org',
|
8973
|
+
'wss://polygon-zkevm-testnet.drpc.org'
|
8974
|
+
],
|
8889
8975
|
faucets: [],
|
8890
8976
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
8891
8977
|
infoURL: 'https://polygon.technology/solutions/polygon-zkevm/',
|
@@ -9278,6 +9364,25 @@ const chainArray = [
|
|
9278
9364
|
}
|
9279
9365
|
]
|
9280
9366
|
},
|
9367
|
+
{
|
9368
|
+
name: 'Doric Network',
|
9369
|
+
chain: 'DRC',
|
9370
|
+
icon: 'doric',
|
9371
|
+
rpc: [ 'https://mainnet.doric.network' ],
|
9372
|
+
faucets: [],
|
9373
|
+
nativeCurrency: { name: 'Doric Native Token', symbol: 'DRC', decimals: 18 },
|
9374
|
+
infoURL: 'https://doric.network',
|
9375
|
+
shortName: 'DRC',
|
9376
|
+
chainId: 1717,
|
9377
|
+
networkId: 1717,
|
9378
|
+
explorers: [
|
9379
|
+
{
|
9380
|
+
name: 'Doric Explorer',
|
9381
|
+
url: 'https://explorer.doric.network',
|
9382
|
+
standard: 'EIP3091'
|
9383
|
+
}
|
9384
|
+
]
|
9385
|
+
},
|
9281
9386
|
{
|
9282
9387
|
name: 'Palette Chain Mainnet',
|
9283
9388
|
chain: 'PLT',
|
@@ -9299,6 +9404,24 @@ const chainArray = [
|
|
9299
9404
|
}
|
9300
9405
|
]
|
9301
9406
|
},
|
9407
|
+
{
|
9408
|
+
name: 'Reya Network',
|
9409
|
+
chain: 'Reya',
|
9410
|
+
rpc: [ 'https://rpc.reya.network', 'wss://ws.reya.network' ],
|
9411
|
+
faucets: [],
|
9412
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
9413
|
+
infoURL: 'https://reya.network',
|
9414
|
+
shortName: 'reya',
|
9415
|
+
chainId: 1729,
|
9416
|
+
networkId: 1729,
|
9417
|
+
explorers: [
|
9418
|
+
{
|
9419
|
+
name: 'Reya Network Explorer',
|
9420
|
+
url: 'https://explorer.reya.network',
|
9421
|
+
standard: 'EIP3091'
|
9422
|
+
}
|
9423
|
+
]
|
9424
|
+
},
|
9302
9425
|
{
|
9303
9426
|
name: 'PartyChain',
|
9304
9427
|
chain: 'mainnet',
|
@@ -9997,6 +10120,27 @@ const chainArray = [
|
|
9997
10120
|
networkId: 1987,
|
9998
10121
|
slip44: 1987
|
9999
10122
|
},
|
10123
|
+
{
|
10124
|
+
name: 'Hubble Exchange',
|
10125
|
+
chain: 'Hubblenet',
|
10126
|
+
icon: 'hubblenet',
|
10127
|
+
rpc: [ 'https://rpc.hubble.exchange', 'wss://ws-rpc.hubble.exchange' ],
|
10128
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
10129
|
+
faucets: [],
|
10130
|
+
nativeCurrency: { name: 'USD Coin', symbol: 'USDC', decimals: 18 },
|
10131
|
+
infoURL: 'https://www.hubble.exchange',
|
10132
|
+
shortName: 'hubblenet',
|
10133
|
+
chainId: 1992,
|
10134
|
+
networkId: 1992,
|
10135
|
+
slip44: 60,
|
10136
|
+
explorers: [
|
10137
|
+
{
|
10138
|
+
name: 'routescan',
|
10139
|
+
url: 'https://explorer.hubble.exchange',
|
10140
|
+
standard: 'EIP3091'
|
10141
|
+
}
|
10142
|
+
]
|
10143
|
+
},
|
10000
10144
|
{
|
10001
10145
|
name: 'Ekta',
|
10002
10146
|
chain: 'EKTA',
|
@@ -10893,7 +11037,9 @@ const chainArray = [
|
|
10893
11037
|
rpc: [
|
10894
11038
|
'https://evm.testnet.kava.io',
|
10895
11039
|
'https://kava-evm-testnet.rpc.thirdweb.com',
|
10896
|
-
'wss://wevm.testnet.kava.io'
|
11040
|
+
'wss://wevm.testnet.kava.io',
|
11041
|
+
'https://kava-testnet.drpc.org',
|
11042
|
+
'wss://kava-testnet.drpc.org'
|
10897
11043
|
],
|
10898
11044
|
faucets: [ 'https://faucet.kava.io' ],
|
10899
11045
|
nativeCurrency: { name: 'TKava', symbol: 'TKAVA', decimals: 18 },
|
@@ -10923,7 +11069,9 @@ const chainArray = [
|
|
10923
11069
|
'wss://kava-evm-rpc.publicnode.com',
|
10924
11070
|
'https://evm.kava-rpc.com',
|
10925
11071
|
'https://rpc.ankr.com/kava_evm',
|
10926
|
-
'wss://wevm.kava-rpc.com'
|
11072
|
+
'wss://wevm.kava-rpc.com',
|
11073
|
+
'https://kava.drpc.org',
|
11074
|
+
'wss://kava.drpc.org'
|
10927
11075
|
],
|
10928
11076
|
faucets: [],
|
10929
11077
|
nativeCurrency: { name: 'Kava', symbol: 'KAVA', decimals: 18 },
|
@@ -11104,6 +11252,27 @@ const chainArray = [
|
|
11104
11252
|
}
|
11105
11253
|
]
|
11106
11254
|
},
|
11255
|
+
{
|
11256
|
+
name: 'Atleta Testnet',
|
11257
|
+
chain: 'Atleta',
|
11258
|
+
rpc: [ 'https://atleta-testnet-rpc.quark.blue:9944' ],
|
11259
|
+
faucets: [ 'https://faucet.atleta.network' ],
|
11260
|
+
nativeCurrency: { name: 'Atla', symbol: 'ATLA', decimals: 18 },
|
11261
|
+
infoURL: 'https://atleta.network',
|
11262
|
+
shortName: 'atla',
|
11263
|
+
chainId: 2340,
|
11264
|
+
networkId: 2340,
|
11265
|
+
slip44: 1,
|
11266
|
+
icon: 'atleta',
|
11267
|
+
explorers: [
|
11268
|
+
{
|
11269
|
+
name: 'Atleta Testnet Explorer',
|
11270
|
+
icon: 'atleta',
|
11271
|
+
url: 'http://185.234.69.18/?rpc=wss%3A%2F%2Fatleta-testnet-rpc.quark.blue%3A9944#/explorer',
|
11272
|
+
standard: 'none'
|
11273
|
+
}
|
11274
|
+
]
|
11275
|
+
},
|
11107
11276
|
{
|
11108
11277
|
name: '(deprecated) Kroma Sepolia',
|
11109
11278
|
title: '(deprecated) Kroma Testnet Sepolia',
|
@@ -11365,6 +11534,7 @@ const chainArray = [
|
|
11365
11534
|
chainId: 2522,
|
11366
11535
|
networkId: 2522,
|
11367
11536
|
slip44: 1,
|
11537
|
+
icon: 'fraxtal',
|
11368
11538
|
explorers: [
|
11369
11539
|
{
|
11370
11540
|
name: 'fraxscan',
|
@@ -11631,6 +11801,31 @@ const chainArray = [
|
|
11631
11801
|
bridges: [ { url: 'https://gateway.boba.network' } ]
|
11632
11802
|
}
|
11633
11803
|
},
|
11804
|
+
{
|
11805
|
+
name: 'HYCHAIN',
|
11806
|
+
chainId: 2911,
|
11807
|
+
shortName: 'hychain',
|
11808
|
+
chain: 'ETH',
|
11809
|
+
networkId: 2911,
|
11810
|
+
nativeCurrency: { name: 'TOPIA', symbol: 'TOPIA', decimals: 18 },
|
11811
|
+
rpc: [ 'https://rpc.hychain.com/http' ],
|
11812
|
+
faucets: [],
|
11813
|
+
infoURL: 'https://www.hychain.com',
|
11814
|
+
icon: 'hychain',
|
11815
|
+
explorers: [
|
11816
|
+
{
|
11817
|
+
name: 'blockscout',
|
11818
|
+
url: 'https://explorer.hychain.com',
|
11819
|
+
icon: 'hychain',
|
11820
|
+
standard: 'EIP3091'
|
11821
|
+
}
|
11822
|
+
],
|
11823
|
+
parent: {
|
11824
|
+
type: 'L2',
|
11825
|
+
chain: 'eip155-1',
|
11826
|
+
bridges: [ { url: 'https://bridge.hychain.com' } ]
|
11827
|
+
}
|
11828
|
+
},
|
11634
11829
|
{
|
11635
11830
|
name: 'Xenon Chain Testnet',
|
11636
11831
|
chain: 'XEN',
|
@@ -12536,7 +12731,9 @@ const chainArray = [
|
|
12536
12731
|
rpc: [
|
12537
12732
|
'https://rpc.testnet.fantom.network',
|
12538
12733
|
'https://fantom-testnet-rpc.publicnode.com',
|
12539
|
-
'wss://fantom-testnet-rpc.publicnode.com'
|
12734
|
+
'wss://fantom-testnet-rpc.publicnode.com',
|
12735
|
+
'https://fantom-testnet.drpc.org',
|
12736
|
+
'wss://fantom-testnet.drpc.org'
|
12540
12737
|
],
|
12541
12738
|
faucets: [ 'https://faucet.fantom.network' ],
|
12542
12739
|
nativeCurrency: { name: 'Fantom', symbol: 'FTM', decimals: 18 },
|
@@ -13391,6 +13588,57 @@ const chainArray = [
|
|
13391
13588
|
status: 'incubating',
|
13392
13589
|
icon: 'syndicate'
|
13393
13590
|
},
|
13591
|
+
{
|
13592
|
+
name: 'SIC Testnet',
|
13593
|
+
chain: 'SIC Testnet',
|
13594
|
+
rpc: [ 'https://rpc-sic-testnet-zvr7tlkzsi.t.conduit.xyz' ],
|
13595
|
+
faucets: [],
|
13596
|
+
nativeCurrency: { name: 'ETH', symbol: 'ETH', decimals: 18 },
|
13597
|
+
infoURL: 'https://www.fwb.help/',
|
13598
|
+
shortName: 'sic-testnet',
|
13599
|
+
chainId: 5102,
|
13600
|
+
networkId: 5102,
|
13601
|
+
explorers: [
|
13602
|
+
{
|
13603
|
+
name: 'blockscout',
|
13604
|
+
url: 'https://explorerl2new-sic-testnet-zvr7tlkzsi.t.conduit.xyz',
|
13605
|
+
standard: 'EIP3091'
|
13606
|
+
}
|
13607
|
+
]
|
13608
|
+
},
|
13609
|
+
{
|
13610
|
+
name: 'Coordinape Testnet',
|
13611
|
+
chain: 'Coordinape Testnet',
|
13612
|
+
rpc: [ 'https://rpc-coordinape-testnet-vs9se3oc4v.t.conduit.xyz' ],
|
13613
|
+
faucets: [],
|
13614
|
+
nativeCurrency: { name: 'ETH', symbol: 'ETH', decimals: 18 },
|
13615
|
+
infoURL: 'https://coordinape.com/',
|
13616
|
+
shortName: 'coordinape-testnet',
|
13617
|
+
chainId: 5103,
|
13618
|
+
networkId: 5103
|
13619
|
+
},
|
13620
|
+
{
|
13621
|
+
name: 'Charmverse Testnet',
|
13622
|
+
chain: 'Charmverse Testnet',
|
13623
|
+
rpc: [ 'https://rpc-charmverse-testnet-g6blnaebes.t.conduit.xyz' ],
|
13624
|
+
faucets: [],
|
13625
|
+
nativeCurrency: { name: 'ETH', symbol: 'ETH', decimals: 18 },
|
13626
|
+
infoURL: 'https://charmverse.io/',
|
13627
|
+
shortName: 'charmverse-testnet',
|
13628
|
+
chainId: 5104,
|
13629
|
+
networkId: 5104
|
13630
|
+
},
|
13631
|
+
{
|
13632
|
+
name: 'Superloyalty Testnet',
|
13633
|
+
chain: 'Superloyalty Testnet',
|
13634
|
+
rpc: [ 'https://rpc-superloyalty-testnet-1m5gwjbsv1.t.conduit.xyz' ],
|
13635
|
+
faucets: [],
|
13636
|
+
nativeCurrency: { name: 'ETH', symbol: 'ETH', decimals: 18 },
|
13637
|
+
infoURL: 'https://www.superloyal.com/',
|
13638
|
+
shortName: 'superloyalty-testnet',
|
13639
|
+
chainId: 5105,
|
13640
|
+
networkId: 5105
|
13641
|
+
},
|
13394
13642
|
{
|
13395
13643
|
name: 'Bahamut',
|
13396
13644
|
title: 'Bahamut mainnet',
|
@@ -14664,6 +14912,31 @@ const chainArray = [
|
|
14664
14912
|
}
|
14665
14913
|
]
|
14666
14914
|
},
|
14915
|
+
{
|
14916
|
+
name: 'Orenium Mainnet Protocol',
|
14917
|
+
chain: 'ORE',
|
14918
|
+
rpc: [
|
14919
|
+
'https://validator-mainnet.orenium.org',
|
14920
|
+
'https://rpc-oracle-mainnet.orenium.org',
|
14921
|
+
'https://portalmainnet.orenium.org'
|
14922
|
+
],
|
14923
|
+
nativeCurrency: { name: 'ORENIUM', symbol: 'ORE', decimals: 18 },
|
14924
|
+
infoURL: 'https://orenium.org',
|
14925
|
+
shortName: 'ore',
|
14926
|
+
chainId: 7778,
|
14927
|
+
networkId: 7778,
|
14928
|
+
slip44: 1,
|
14929
|
+
icon: 'ore',
|
14930
|
+
faucets: [],
|
14931
|
+
explorers: [
|
14932
|
+
{
|
14933
|
+
name: 'ORE Mainnet Explorer',
|
14934
|
+
icon: 'ore',
|
14935
|
+
url: 'https://oreniumscan.org',
|
14936
|
+
standard: 'none'
|
14937
|
+
}
|
14938
|
+
]
|
14939
|
+
},
|
14667
14940
|
{
|
14668
14941
|
name: 'MaalChain Testnet',
|
14669
14942
|
chain: 'MaalChain Testnet',
|
@@ -14951,8 +15224,8 @@ const chainArray = [
|
|
14951
15224
|
{
|
14952
15225
|
name: 'meerscan testnet',
|
14953
15226
|
icon: 'meer',
|
14954
|
-
url: 'https://qng
|
14955
|
-
standard: '
|
15227
|
+
url: 'https://testnet-qng.qitmeer.io',
|
15228
|
+
standard: 'EIP3091'
|
14956
15229
|
}
|
14957
15230
|
]
|
14958
15231
|
},
|
@@ -15354,6 +15627,25 @@ const chainArray = [
|
|
15354
15627
|
}
|
15355
15628
|
]
|
15356
15629
|
},
|
15630
|
+
{
|
15631
|
+
name: 'SuperLumio',
|
15632
|
+
chain: 'SuperLumio',
|
15633
|
+
icon: 'superlumio',
|
15634
|
+
rpc: [ 'https://mainnet.lumio.io/' ],
|
15635
|
+
faucets: [],
|
15636
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
15637
|
+
infoURL: 'https://lumio.io/',
|
15638
|
+
shortName: 'superlumio',
|
15639
|
+
chainId: 8866,
|
15640
|
+
networkId: 8866,
|
15641
|
+
explorers: [
|
15642
|
+
{
|
15643
|
+
name: 'Lumio explorer',
|
15644
|
+
url: 'https://explorer.lumio.io',
|
15645
|
+
standard: 'none'
|
15646
|
+
}
|
15647
|
+
]
|
15648
|
+
},
|
15357
15649
|
{
|
15358
15650
|
name: 'Unique',
|
15359
15651
|
icon: 'unique',
|
@@ -15488,7 +15780,10 @@ const chainArray = [
|
|
15488
15780
|
chain: 'ORE',
|
15489
15781
|
rpc: [
|
15490
15782
|
'https://rpc-dev-testnet.orenium.org/',
|
15491
|
-
'https://rpc-testnet.orenium.org/'
|
15783
|
+
'https://rpc-testnet.orenium.org/',
|
15784
|
+
'https://rpc-orc.oredex.finance',
|
15785
|
+
'https://testnet-rpc.oredex.finance',
|
15786
|
+
'https://oredex-node.oredex.finance'
|
15492
15787
|
],
|
15493
15788
|
nativeCurrency: { name: 'ORENIUM', symbol: 'tORE', decimals: 18 },
|
15494
15789
|
infoURL: 'https://orenium.org',
|
@@ -16045,6 +16340,28 @@ const chainArray = [
|
|
16045
16340
|
}
|
16046
16341
|
]
|
16047
16342
|
},
|
16343
|
+
{
|
16344
|
+
name: 'Larissa Chain',
|
16345
|
+
title: 'Larissa Chain',
|
16346
|
+
chain: 'Larissa',
|
16347
|
+
rpc: [ 'https://rpc.larissa.network' ],
|
16348
|
+
faucets: [],
|
16349
|
+
nativeCurrency: { name: 'Larissa', symbol: 'LRS', decimals: 18 },
|
16350
|
+
infoURL: 'https://larissa.network',
|
16351
|
+
shortName: 'lrs',
|
16352
|
+
chainId: 9898,
|
16353
|
+
networkId: 1,
|
16354
|
+
slip44: 9898,
|
16355
|
+
status: 'active',
|
16356
|
+
icon: 'larissa',
|
16357
|
+
explorers: [
|
16358
|
+
{
|
16359
|
+
name: 'Larissa Scan',
|
16360
|
+
url: 'https://scan.larissa.network',
|
16361
|
+
standard: 'EIP3091'
|
16362
|
+
}
|
16363
|
+
]
|
16364
|
+
},
|
16048
16365
|
{
|
16049
16366
|
name: 'Mind Smart Chain Testnet',
|
16050
16367
|
chain: 'tMIND',
|
@@ -16288,7 +16605,9 @@ const chainArray = [
|
|
16288
16605
|
'https://rpc.chiado.gnosis.gateway.fm',
|
16289
16606
|
'wss://rpc.chiadochain.net/wss',
|
16290
16607
|
'https://gnosis-chiado-rpc.publicnode.com',
|
16291
|
-
'wss://gnosis-chiado-rpc.publicnode.com'
|
16608
|
+
'wss://gnosis-chiado-rpc.publicnode.com',
|
16609
|
+
'https://gnosis-chiado.drpc.org',
|
16610
|
+
'wss://gnosis-chiado.drpc.org'
|
16292
16611
|
],
|
16293
16612
|
faucets: [ 'https://gnosisfaucet.com' ],
|
16294
16613
|
nativeCurrency: { name: 'Chiado xDAI', symbol: 'XDAI', decimals: 18 },
|
@@ -16620,7 +16939,9 @@ const chainArray = [
|
|
16620
16939
|
rpc: [
|
16621
16940
|
'https://rpc.eth.haqq.network',
|
16622
16941
|
'https://haqq-evm-rpc.publicnode.com',
|
16623
|
-
'wss://haqq-evm-rpc.publicnode.com'
|
16942
|
+
'wss://haqq-evm-rpc.publicnode.com',
|
16943
|
+
'https://haqq.drpc.org',
|
16944
|
+
'wss://haqq.drpc.org'
|
16624
16945
|
],
|
16625
16946
|
faucets: [],
|
16626
16947
|
nativeCurrency: { name: 'Islamic Coin', symbol: 'ISLM', decimals: 18 },
|
@@ -16656,6 +16977,28 @@ const chainArray = [
|
|
16656
16977
|
}
|
16657
16978
|
]
|
16658
16979
|
},
|
16980
|
+
{
|
16981
|
+
name: 'BEVM Mainnet',
|
16982
|
+
chain: 'BEVM',
|
16983
|
+
rpc: [
|
16984
|
+
'https://rpc-mainnet-1.bevm.io/',
|
16985
|
+
'https://rpc-mainnet-2.bevm.io/'
|
16986
|
+
],
|
16987
|
+
faucets: [],
|
16988
|
+
nativeCurrency: { name: 'BTC', symbol: 'BTC', decimals: 18 },
|
16989
|
+
infoURL: 'https://bevm.io',
|
16990
|
+
shortName: 'bevm',
|
16991
|
+
chainId: 11501,
|
16992
|
+
networkId: 11501,
|
16993
|
+
icon: 'bevm',
|
16994
|
+
explorers: [
|
16995
|
+
{
|
16996
|
+
name: 'bevm mainnet scan',
|
16997
|
+
url: 'https://scan-mainnet.bevm.io',
|
16998
|
+
standard: 'none'
|
16999
|
+
}
|
17000
|
+
]
|
17001
|
+
},
|
16659
17002
|
{
|
16660
17003
|
name: 'BEVM Testnet',
|
16661
17004
|
chain: 'BEVM',
|
@@ -16663,10 +17006,10 @@ const chainArray = [
|
|
16663
17006
|
faucets: [],
|
16664
17007
|
nativeCurrency: { name: 'BTC', symbol: 'BTC', decimals: 18 },
|
16665
17008
|
infoURL: 'https://bevm.io',
|
16666
|
-
shortName: 'bevm',
|
17009
|
+
shortName: 'bevm-test',
|
16667
17010
|
chainId: 11503,
|
16668
17011
|
networkId: 11503,
|
16669
|
-
icon: '
|
17012
|
+
icon: 'bevm',
|
16670
17013
|
explorers: [
|
16671
17014
|
{
|
16672
17015
|
name: 'bevm testnet scan',
|
@@ -17020,7 +17363,11 @@ const chainArray = [
|
|
17020
17363
|
{
|
17021
17364
|
name: 'Immutable zkEVM',
|
17022
17365
|
chain: 'Immutable zkEVM',
|
17023
|
-
rpc: [
|
17366
|
+
rpc: [
|
17367
|
+
'https://rpc.immutable.com',
|
17368
|
+
'https://immutable-zkevm.drpc.org',
|
17369
|
+
'wss://immutable-zkevm.drpc.org'
|
17370
|
+
],
|
17024
17371
|
faucets: [ 'https://docs.immutable.com/docs/zkEVM/guides/faucet' ],
|
17025
17372
|
nativeCurrency: { name: 'IMX', symbol: 'IMX', decimals: 18 },
|
17026
17373
|
infoURL: 'https://www.immutable.com',
|
@@ -17059,7 +17406,11 @@ const chainArray = [
|
|
17059
17406
|
{
|
17060
17407
|
name: 'Immutable zkEVM Testnet',
|
17061
17408
|
chain: 'Immutable zkEVM',
|
17062
|
-
rpc: [
|
17409
|
+
rpc: [
|
17410
|
+
'https://rpc.testnet.immutable.com',
|
17411
|
+
'https://immutable-zkevm-testnet.drpc.org',
|
17412
|
+
'wss://immutable-zkevm-testnet.drpc.org'
|
17413
|
+
],
|
17063
17414
|
faucets: [ 'https://docs.immutable.com/docs/zkEVM/guides/faucet' ],
|
17064
17415
|
nativeCurrency: { name: 'Test IMX', symbol: 'tIMX', decimals: 18 },
|
17065
17416
|
infoURL: 'https://www.immutable.com',
|
@@ -17344,7 +17695,9 @@ const chainArray = [
|
|
17344
17695
|
rpc: [
|
17345
17696
|
'https://rpc.holesky.ethpandaops.io',
|
17346
17697
|
'https://ethereum-holesky-rpc.publicnode.com',
|
17347
|
-
'wss://ethereum-holesky-rpc.publicnode.com'
|
17698
|
+
'wss://ethereum-holesky-rpc.publicnode.com',
|
17699
|
+
'https://holesky.drpc.org',
|
17700
|
+
'wss://holesky.drpc.org'
|
17348
17701
|
],
|
17349
17702
|
faucets: [
|
17350
17703
|
'https://faucet.holesky.ethpandaops.io',
|
@@ -18059,7 +18412,7 @@ const chainArray = [
|
|
18059
18412
|
explorers: [
|
18060
18413
|
{
|
18061
18414
|
name: 'Oasis Sapphire Explorer',
|
18062
|
-
url: 'https://explorer.
|
18415
|
+
url: 'https://explorer.oasis.io/mainnet/sapphire',
|
18063
18416
|
standard: 'EIP3091'
|
18064
18417
|
}
|
18065
18418
|
]
|
@@ -18069,8 +18422,8 @@ const chainArray = [
|
|
18069
18422
|
chain: 'Sapphire',
|
18070
18423
|
icon: 'oasis',
|
18071
18424
|
rpc: [
|
18072
|
-
'https://testnet.sapphire.oasis.
|
18073
|
-
'wss://testnet.sapphire.oasis.
|
18425
|
+
'https://testnet.sapphire.oasis.io',
|
18426
|
+
'wss://testnet.sapphire.oasis.io/ws'
|
18074
18427
|
],
|
18075
18428
|
faucets: [],
|
18076
18429
|
nativeCurrency: { name: 'Sapphire Test Rose', symbol: 'TEST', decimals: 18 },
|
@@ -18082,7 +18435,7 @@ const chainArray = [
|
|
18082
18435
|
explorers: [
|
18083
18436
|
{
|
18084
18437
|
name: 'Oasis Sapphire Testnet Explorer',
|
18085
|
-
url: 'https://
|
18438
|
+
url: 'https://explorer.oasis.io/testnet/sapphire',
|
18086
18439
|
standard: 'EIP3091'
|
18087
18440
|
}
|
18088
18441
|
]
|
@@ -18297,6 +18650,27 @@ const chainArray = [
|
|
18297
18650
|
}
|
18298
18651
|
]
|
18299
18652
|
},
|
18653
|
+
{
|
18654
|
+
name: 'HYCHAIN Testnet',
|
18655
|
+
chainId: 29112,
|
18656
|
+
shortName: 'hychain-testnet',
|
18657
|
+
chain: 'ETH',
|
18658
|
+
networkId: 29112,
|
18659
|
+
nativeCurrency: { name: 'TOPIA', symbol: 'TOPIA', decimals: 18 },
|
18660
|
+
rpc: [ 'https://testnet-rpc.hychain.com/http' ],
|
18661
|
+
faucets: [],
|
18662
|
+
infoURL: 'https://www.hychain.com',
|
18663
|
+
icon: 'hychain',
|
18664
|
+
explorers: [
|
18665
|
+
{
|
18666
|
+
name: 'blockscout',
|
18667
|
+
url: 'https://testnet.explorer.hychain.com',
|
18668
|
+
icon: 'hychain',
|
18669
|
+
standard: 'EIP3091'
|
18670
|
+
}
|
18671
|
+
],
|
18672
|
+
parent: { type: 'L2', chain: 'eip155-58008', bridges: [] }
|
18673
|
+
},
|
18300
18674
|
{
|
18301
18675
|
name: 'MCH Verse Mainnet',
|
18302
18676
|
chain: 'MCH Verse',
|
@@ -18670,7 +19044,11 @@ const chainArray = [
|
|
18670
19044
|
{
|
18671
19045
|
name: 'Mode',
|
18672
19046
|
chain: 'ETH',
|
18673
|
-
rpc: [
|
19047
|
+
rpc: [
|
19048
|
+
'https://mainnet.mode.network',
|
19049
|
+
'https://mode.drpc.org',
|
19050
|
+
'wss://mode.drpc.org'
|
19051
|
+
],
|
18674
19052
|
faucets: [],
|
18675
19053
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
18676
19054
|
infoURL: 'https://docs.mode.network/',
|
@@ -18948,10 +19326,10 @@ const chainArray = [
|
|
18948
19326
|
chain: 'Emerald',
|
18949
19327
|
icon: 'oasis',
|
18950
19328
|
rpc: [
|
18951
|
-
'https://testnet.emerald.oasis.
|
18952
|
-
'wss://testnet.emerald.oasis.
|
19329
|
+
'https://testnet.emerald.oasis.io/',
|
19330
|
+
'wss://testnet.emerald.oasis.io/ws'
|
18953
19331
|
],
|
18954
|
-
faucets: [ 'https://faucet.testnet.oasis.
|
19332
|
+
faucets: [ 'https://faucet.testnet.oasis.io/' ],
|
18955
19333
|
nativeCurrency: { name: 'Emerald Rose', symbol: 'ROSE', decimals: 18 },
|
18956
19334
|
infoURL: 'https://docs.oasis.io/dapp/emerald',
|
18957
19335
|
shortName: 'emerald-testnet',
|
@@ -18961,7 +19339,7 @@ const chainArray = [
|
|
18961
19339
|
explorers: [
|
18962
19340
|
{
|
18963
19341
|
name: 'Oasis Emerald Testnet Explorer',
|
18964
|
-
url: 'https://
|
19342
|
+
url: 'https://explorer.oasis.io/testnet/emerald',
|
18965
19343
|
standard: 'EIP3091'
|
18966
19344
|
}
|
18967
19345
|
]
|
@@ -18970,7 +19348,7 @@ const chainArray = [
|
|
18970
19348
|
name: 'Oasis Emerald',
|
18971
19349
|
chain: 'Emerald',
|
18972
19350
|
icon: 'oasis',
|
18973
|
-
rpc: [ 'https://emerald.oasis.
|
19351
|
+
rpc: [ 'https://emerald.oasis.io', 'wss://emerald.oasis.io/ws' ],
|
18974
19352
|
faucets: [],
|
18975
19353
|
nativeCurrency: { name: 'Emerald Rose', symbol: 'ROSE', decimals: 18 },
|
18976
19354
|
infoURL: 'https://docs.oasis.io/dapp/emerald',
|
@@ -18980,7 +19358,7 @@ const chainArray = [
|
|
18980
19358
|
explorers: [
|
18981
19359
|
{
|
18982
19360
|
name: 'Oasis Emerald Explorer',
|
18983
|
-
url: 'https://explorer.
|
19361
|
+
url: 'https://explorer.oasis.io/mainnet/emerald',
|
18984
19362
|
standard: 'EIP3091'
|
18985
19363
|
}
|
18986
19364
|
]
|
@@ -19505,7 +19883,7 @@ const chainArray = [
|
|
19505
19883
|
{
|
19506
19884
|
name: 'Electroneum Mainnet',
|
19507
19885
|
chain: 'Electroneum',
|
19508
|
-
rpc: [ 'https://
|
19886
|
+
rpc: [ 'https://rpc.electroneum.com' ],
|
19509
19887
|
faucets: [],
|
19510
19888
|
nativeCurrency: { name: 'Electroneum', symbol: 'ETN', decimals: 18 },
|
19511
19889
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
@@ -21547,24 +21925,24 @@ const chainArray = [
|
|
21547
21925
|
status: 'deprecated'
|
21548
21926
|
},
|
21549
21927
|
{
|
21550
|
-
name: '
|
21551
|
-
chain: '
|
21552
|
-
icon: '
|
21553
|
-
rpc: [ 'https://
|
21554
|
-
faucets: [
|
21555
|
-
nativeCurrency: { name: '
|
21556
|
-
infoURL: 'https://
|
21557
|
-
shortName: '
|
21928
|
+
name: 'Global Trust Network',
|
21929
|
+
chain: 'GTN',
|
21930
|
+
icon: 'gtn',
|
21931
|
+
rpc: [ 'https://gtn.stabilityprotocol.com' ],
|
21932
|
+
faucets: [],
|
21933
|
+
nativeCurrency: { name: 'FREE', symbol: 'FREE', decimals: 18 },
|
21934
|
+
infoURL: 'https://stabilityprotocol.com',
|
21935
|
+
shortName: 'stabilityprotocol',
|
21558
21936
|
chainId: 101010,
|
21559
21937
|
networkId: 101010,
|
21560
|
-
slip44: 1,
|
21561
21938
|
explorers: [
|
21562
21939
|
{
|
21563
|
-
name: '
|
21564
|
-
url: 'https://
|
21940
|
+
name: 'blockscout',
|
21941
|
+
url: 'https://stability.blockscout.com',
|
21565
21942
|
standard: 'EIP3091'
|
21566
21943
|
}
|
21567
|
-
]
|
21944
|
+
],
|
21945
|
+
redFlags: [ 'reusedChainId' ]
|
21568
21946
|
},
|
21569
21947
|
{
|
21570
21948
|
name: 'Crystaleum',
|
@@ -21608,6 +21986,25 @@ const chainArray = [
|
|
21608
21986
|
}
|
21609
21987
|
]
|
21610
21988
|
},
|
21989
|
+
{
|
21990
|
+
name: 'Stratis Mainnet',
|
21991
|
+
chain: 'Stratis',
|
21992
|
+
rpc: [ 'https://rpc.stratisevm.com' ],
|
21993
|
+
faucets: [],
|
21994
|
+
nativeCurrency: { name: 'Stratis', symbol: 'STRAX', decimals: 18 },
|
21995
|
+
infoURL: 'https://www.stratisplatform.com',
|
21996
|
+
shortName: 'stratis',
|
21997
|
+
chainId: 105105,
|
21998
|
+
networkId: 105105,
|
21999
|
+
icon: 'stratis',
|
22000
|
+
explorers: [
|
22001
|
+
{
|
22002
|
+
name: 'Stratis Explorer',
|
22003
|
+
url: 'https://explorer.stratisevm.com',
|
22004
|
+
standard: 'EIP3091'
|
22005
|
+
}
|
22006
|
+
]
|
22007
|
+
},
|
21611
22008
|
{
|
21612
22009
|
name: 'BROChain Mainnet',
|
21613
22010
|
chain: 'BRO',
|
@@ -22075,7 +22472,12 @@ const chainArray = [
|
|
22075
22472
|
chain: 'ETH',
|
22076
22473
|
status: 'active',
|
22077
22474
|
icon: 'taiko',
|
22078
|
-
rpc: [
|
22475
|
+
rpc: [
|
22476
|
+
'https://rpc.katla.taiko.xyz',
|
22477
|
+
'wss://rpc.katla.taiko.xyz',
|
22478
|
+
'https://taiko-katla.drpc.org',
|
22479
|
+
'wss://taiko-katla.drpc.org'
|
22480
|
+
],
|
22079
22481
|
faucets: [],
|
22080
22482
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
22081
22483
|
infoURL: 'https://taiko.xyz',
|
@@ -22722,7 +23124,9 @@ const chainArray = [
|
|
22722
23124
|
'https://rpc.ankr.com/filecoin_testnet',
|
22723
23125
|
'https://filecoin-calibration.chainstacklabs.com/rpc/v1',
|
22724
23126
|
'https://filecoin-calibration.chainup.net/rpc/v1',
|
22725
|
-
'https://calibration.filfox.info/rpc/v1'
|
23127
|
+
'https://calibration.filfox.info/rpc/v1',
|
23128
|
+
'https://filecoin-calibration.drpc.org',
|
23129
|
+
'wss://filecoin-calibration.drpc.org'
|
22726
23130
|
],
|
22727
23131
|
faucets: [ 'https://faucet.calibration.fildev.network/' ],
|
22728
23132
|
nativeCurrency: { name: 'testnet filecoin', symbol: 'tFIL', decimals: 18 },
|
@@ -23645,6 +24049,24 @@ const chainArray = [
|
|
23645
24049
|
}
|
23646
24050
|
]
|
23647
24051
|
},
|
24052
|
+
{
|
24053
|
+
name: 'Galadriel Testnet',
|
24054
|
+
chain: 'Galadriel',
|
24055
|
+
rpc: [ 'https://testnet.galadriel.com' ],
|
24056
|
+
faucets: [ 'https://docs.galadriel.com/faucet' ],
|
24057
|
+
nativeCurrency: { name: 'Galadriel Testnet token', symbol: 'GAL', decimals: 18 },
|
24058
|
+
infoURL: 'https://galadriel.com',
|
24059
|
+
shortName: 'galadriel-testnet',
|
24060
|
+
chainId: 696969,
|
24061
|
+
networkId: 696969,
|
24062
|
+
explorers: [
|
24063
|
+
{
|
24064
|
+
name: 'Galadriel Explorer',
|
24065
|
+
url: 'https://explorer.galadriel.com',
|
24066
|
+
standard: 'none'
|
24067
|
+
}
|
24068
|
+
]
|
24069
|
+
},
|
23648
24070
|
{
|
23649
24071
|
name: 'Tiltyard Mainnet Subnet',
|
23650
24072
|
chain: 'TILTYARD',
|
@@ -24127,7 +24549,9 @@ const chainArray = [
|
|
24127
24549
|
icon: 'astarzk',
|
24128
24550
|
rpc: [
|
24129
24551
|
'https://rpc.zkatana.gelato.digital',
|
24130
|
-
'https://rpc.startale.com/zkatana'
|
24552
|
+
'https://rpc.startale.com/zkatana',
|
24553
|
+
'https://astar-zkatana.drpc.org',
|
24554
|
+
'wss://astar-zkatana.drpc.org'
|
24131
24555
|
],
|
24132
24556
|
faucets: [],
|
24133
24557
|
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
@@ -24380,7 +24804,11 @@ const chainArray = [
|
|
24380
24804
|
{
|
24381
24805
|
name: 'Manta Pacific Testnet',
|
24382
24806
|
chain: 'Manta Pacific',
|
24383
|
-
rpc: [
|
24807
|
+
rpc: [
|
24808
|
+
'https://manta-testnet.calderachain.xyz/http',
|
24809
|
+
'https://manta-pacific-testnet.drpc.org',
|
24810
|
+
'wss://manta-pacific-testnet.drpc.org'
|
24811
|
+
],
|
24384
24812
|
faucets: [],
|
24385
24813
|
nativeCurrency: { name: 'Manta', symbol: 'MANTA', decimals: 18 },
|
24386
24814
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
@@ -24398,6 +24826,27 @@ const chainArray = [
|
|
24398
24826
|
}
|
24399
24827
|
]
|
24400
24828
|
},
|
24829
|
+
{
|
24830
|
+
name: 'Manta Pacific Sepolia Testnet',
|
24831
|
+
chain: 'Manta Pacific',
|
24832
|
+
rpc: [ 'https://pacific-rpc.sepolia-testnet.manta.network/http' ],
|
24833
|
+
faucets: [],
|
24834
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
24835
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
24836
|
+
infoURL: 'https://manta-testnet.caldera.dev/',
|
24837
|
+
shortName: 'mantaSepoliaTestnet',
|
24838
|
+
chainId: 3441006,
|
24839
|
+
networkId: 3441006,
|
24840
|
+
slip44: 1,
|
24841
|
+
icon: 'manta',
|
24842
|
+
explorers: [
|
24843
|
+
{
|
24844
|
+
name: 'manta-testnet Explorer',
|
24845
|
+
url: 'https://pacific-explorer.sepolia-testnet.manta.network',
|
24846
|
+
standard: 'EIP3091'
|
24847
|
+
}
|
24848
|
+
]
|
24849
|
+
},
|
24401
24850
|
{
|
24402
24851
|
name: 'AltLayer Zero Gas Network',
|
24403
24852
|
chain: 'ETH',
|
@@ -24456,7 +24905,7 @@ const chainArray = [
|
|
24456
24905
|
{
|
24457
24906
|
name: 'Electroneum Testnet',
|
24458
24907
|
chain: 'Electroneum',
|
24459
|
-
rpc: [ 'https://
|
24908
|
+
rpc: [ 'https://testnet-rpc.electroneum.com' ],
|
24460
24909
|
faucets: [],
|
24461
24910
|
nativeCurrency: { name: 'Electroneum', symbol: 'ETN', decimals: 18 },
|
24462
24911
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
@@ -24842,7 +25291,9 @@ const chainArray = [
|
|
24842
25291
|
'https://sepolia.gateway.tenderly.co',
|
24843
25292
|
'wss://sepolia.gateway.tenderly.co',
|
24844
25293
|
'https://ethereum-sepolia-rpc.publicnode.com',
|
24845
|
-
'wss://ethereum-sepolia-rpc.publicnode.com'
|
25294
|
+
'wss://ethereum-sepolia-rpc.publicnode.com',
|
25295
|
+
'https://sepolia.drpc.org',
|
25296
|
+
'wss://sepolia.drpc.org'
|
24846
25297
|
],
|
24847
25298
|
faucets: [
|
24848
25299
|
'http://fauceth.komputing.org?chain=11155111&address=${ADDRESS}'
|
@@ -24869,7 +25320,11 @@ const chainArray = [
|
|
24869
25320
|
{
|
24870
25321
|
name: 'OP Sepolia Testnet',
|
24871
25322
|
chain: 'ETH',
|
24872
|
-
rpc: [
|
25323
|
+
rpc: [
|
25324
|
+
'https://sepolia.optimism.io',
|
25325
|
+
'https://optimism-sepolia.drpc.org',
|
25326
|
+
'wss://optimism-sepolia.drpc.org'
|
25327
|
+
],
|
24873
25328
|
faucets: [ 'https://app.optimism.io/faucet' ],
|
24874
25329
|
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
24875
25330
|
infoURL: 'https://optimism.io',
|
@@ -24946,6 +25401,26 @@ const chainArray = [
|
|
24946
25401
|
chainId: 18289463,
|
24947
25402
|
networkId: 18289463
|
24948
25403
|
},
|
25404
|
+
{
|
25405
|
+
name: 'Stability Testnet',
|
25406
|
+
chain: 'stabilityTestnet',
|
25407
|
+
icon: 'stabilitytestnet',
|
25408
|
+
rpc: [ 'https://free.testnet.stabilityprotocol.com' ],
|
25409
|
+
faucets: [],
|
25410
|
+
nativeCurrency: { name: 'FREE', symbol: 'FREE', decimals: 18 },
|
25411
|
+
infoURL: 'https://stabilityprotocol.com',
|
25412
|
+
shortName: 'stabilitytestnet',
|
25413
|
+
chainId: 20180427,
|
25414
|
+
networkId: 20180427,
|
25415
|
+
slip44: 1,
|
25416
|
+
explorers: [
|
25417
|
+
{
|
25418
|
+
name: 'blockscout',
|
25419
|
+
url: 'https://stability-testnet.blockscout.com',
|
25420
|
+
standard: 'EIP3091'
|
25421
|
+
}
|
25422
|
+
]
|
25423
|
+
},
|
24949
25424
|
{
|
24950
25425
|
name: 'SmartMesh Mainnet',
|
24951
25426
|
chain: 'Spectrum',
|
@@ -25442,7 +25917,11 @@ const chainArray = [
|
|
25442
25917
|
{
|
25443
25918
|
name: 'Blast Sepolia Testnet',
|
25444
25919
|
chain: 'ETH',
|
25445
|
-
rpc: [
|
25920
|
+
rpc: [
|
25921
|
+
'https://sepolia.blast.io',
|
25922
|
+
'https://blast-sepolia.drpc.org',
|
25923
|
+
'wss://blast-sepolia.drpc.org'
|
25924
|
+
],
|
25446
25925
|
faucets: [ 'https://faucet.quicknode.com/blast/sepolia' ],
|
25447
25926
|
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
25448
25927
|
infoURL: 'https://blast.io/',
|
@@ -25512,7 +25991,11 @@ const chainArray = [
|
|
25512
25991
|
{
|
25513
25992
|
name: 'Neon EVM Devnet',
|
25514
25993
|
chain: 'Solana',
|
25515
|
-
rpc: [
|
25994
|
+
rpc: [
|
25995
|
+
'https://devnet.neonevm.org',
|
25996
|
+
'https://neon-evm-devnet.drpc.org',
|
25997
|
+
'wss://neon-evm-devnet.drpc.org'
|
25998
|
+
],
|
25516
25999
|
faucets: [ 'https://neonfaucet.org' ],
|
25517
26000
|
icon: 'neon',
|
25518
26001
|
nativeCurrency: { name: 'Neon', symbol: 'NEON', decimals: 18 },
|
@@ -25537,7 +26020,11 @@ const chainArray = [
|
|
25537
26020
|
{
|
25538
26021
|
name: 'Neon EVM Mainnet',
|
25539
26022
|
chain: 'Solana',
|
25540
|
-
rpc: [
|
26023
|
+
rpc: [
|
26024
|
+
'https://neon-proxy-mainnet.solana.p2p.org',
|
26025
|
+
'https://neon-evm.drpc.org',
|
26026
|
+
'wss://neon-evm.drpc.org'
|
26027
|
+
],
|
25541
26028
|
faucets: [],
|
25542
26029
|
icon: 'neon',
|
25543
26030
|
nativeCurrency: { name: 'Neon', symbol: 'NEON', decimals: 18 },
|
@@ -25914,7 +26401,11 @@ const chainArray = [
|
|
25914
26401
|
{
|
25915
26402
|
name: 'Aurora Mainnet',
|
25916
26403
|
chain: 'NEAR',
|
25917
|
-
rpc: [
|
26404
|
+
rpc: [
|
26405
|
+
'https://mainnet.aurora.dev',
|
26406
|
+
'https://aurora.drpc.org',
|
26407
|
+
'wss://aurora.drpc.org'
|
26408
|
+
],
|
25918
26409
|
faucets: [],
|
25919
26410
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
25920
26411
|
infoURL: 'https://aurora.dev',
|
@@ -25932,7 +26423,11 @@ const chainArray = [
|
|
25932
26423
|
{
|
25933
26424
|
name: 'Aurora Testnet',
|
25934
26425
|
chain: 'NEAR',
|
25935
|
-
rpc: [
|
26426
|
+
rpc: [
|
26427
|
+
'https://testnet.aurora.dev/',
|
26428
|
+
'https://aurora-testnet.drpc.org',
|
26429
|
+
'wss://aurora-testnet.drpc.org'
|
26430
|
+
],
|
25936
26431
|
faucets: [],
|
25937
26432
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
25938
26433
|
infoURL: 'https://aurora.dev',
|
@@ -26139,7 +26634,9 @@ const chainArray = [
|
|
26139
26634
|
'https://api.s0.t.hmny.io',
|
26140
26635
|
'https://rpc.ankr.com/harmony',
|
26141
26636
|
'https://harmony.api.onfinality.io/public',
|
26142
|
-
'https://1rpc.io/one'
|
26637
|
+
'https://1rpc.io/one',
|
26638
|
+
'https://harmony-0.drpc.org',
|
26639
|
+
'wss://harmony-0.drpc.org'
|
26143
26640
|
],
|
26144
26641
|
faucets: [],
|
26145
26642
|
nativeCurrency: { name: 'ONE', symbol: 'ONE', decimals: 18 },
|
@@ -26160,7 +26657,11 @@ const chainArray = [
|
|
26160
26657
|
{
|
26161
26658
|
name: 'Harmony Mainnet Shard 1',
|
26162
26659
|
chain: 'Harmony',
|
26163
|
-
rpc: [
|
26660
|
+
rpc: [
|
26661
|
+
'https://api.s1.t.hmny.io',
|
26662
|
+
'https://harmony-1.drpc.org',
|
26663
|
+
'wss://harmony-1.drpc.org'
|
26664
|
+
],
|
26164
26665
|
faucets: [],
|
26165
26666
|
nativeCurrency: { name: 'ONE', symbol: 'ONE', decimals: 18 },
|
26166
26667
|
infoURL: 'https://www.harmony.one/',
|