eth-chainlist 0.0.424 → 0.0.426
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 +248 -8
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.426 (2024-06-09)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.425 ([cb8f516](https://github.com/poowf/eth-chainlist/commit/cb8f516ca3b55f60db07c292d0dca6275e074de1))
|
9
|
+
* update chain data ([c5e9f4b](https://github.com/poowf/eth-chainlist/commit/c5e9f4bbcc957f6ff83719bfc8c447448dd30ed9))
|
10
|
+
|
11
|
+
### 0.0.425 (2024-06-08)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.424 ([f70092b](https://github.com/poowf/eth-chainlist/commit/f70092b366fb6baacf4f2bc92ec91e5ce34f908f))
|
17
|
+
* update chain data ([915c47e](https://github.com/poowf/eth-chainlist/commit/915c47e54002e56628567841f626b598cbb53015))
|
18
|
+
|
3
19
|
### 0.0.424 (2024-06-07)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -6194,6 +6194,7 @@ const chainArray = [
|
|
6194
6194
|
rpc: [
|
6195
6195
|
'https://rpc.rollux.com',
|
6196
6196
|
'wss://rpc.rollux.com/wss',
|
6197
|
+
'https://rpc.ankr.com/rollux',
|
6197
6198
|
'https://rollux.rpc.syscoin.org',
|
6198
6199
|
'wss://rollux.rpc.syscoin.org/wss'
|
6199
6200
|
],
|
@@ -7525,7 +7526,7 @@ const chainArray = [
|
|
7525
7526
|
chain: 'MAXI',
|
7526
7527
|
rpc: [ 'https://rpc-testnet.maxi.network' ],
|
7527
7528
|
faucets: [ 'https://faucet.maxi.network' ],
|
7528
|
-
nativeCurrency: { name: '
|
7529
|
+
nativeCurrency: { name: 'MAXI GAS', symbol: 'MGAS', decimals: 18 },
|
7529
7530
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
7530
7531
|
infoURL: 'https://maxi.network',
|
7531
7532
|
shortName: 'maxi-testnet',
|
@@ -7540,6 +7541,26 @@ const chainArray = [
|
|
7540
7541
|
}
|
7541
7542
|
]
|
7542
7543
|
},
|
7544
|
+
{
|
7545
|
+
name: 'MAXI Chain Mainnet',
|
7546
|
+
chain: 'MAXI',
|
7547
|
+
rpc: [ 'https://rpc.maxi.network' ],
|
7548
|
+
faucets: [],
|
7549
|
+
nativeCurrency: { name: 'MAXI GAS', symbol: 'MGAS', decimals: 18 },
|
7550
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
7551
|
+
infoURL: 'https://maxi.network',
|
7552
|
+
shortName: 'maxi-mainnet',
|
7553
|
+
chainId: 899,
|
7554
|
+
networkId: 899,
|
7555
|
+
icon: 'maxi',
|
7556
|
+
explorers: [
|
7557
|
+
{
|
7558
|
+
name: 'Maxi Chain Mainnet Explorer',
|
7559
|
+
url: 'https://mainnet.maxi.network',
|
7560
|
+
standard: 'EIP3091'
|
7561
|
+
}
|
7562
|
+
]
|
7563
|
+
},
|
7543
7564
|
{
|
7544
7565
|
name: 'Garizon Testnet Stage0',
|
7545
7566
|
chain: 'GAR',
|
@@ -8951,6 +8972,7 @@ const chainArray = [
|
|
8951
8972
|
{
|
8952
8973
|
name: 'Lisk',
|
8953
8974
|
chain: 'ETH',
|
8975
|
+
icon: 'lisk',
|
8954
8976
|
rpc: [ 'https://rpc.api.lisk.com' ],
|
8955
8977
|
faucets: [],
|
8956
8978
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
@@ -9344,6 +9366,24 @@ const chainArray = [
|
|
9344
9366
|
bridges: [ { url: 'https://bridge.step.network' } ]
|
9345
9367
|
}
|
9346
9368
|
},
|
9369
|
+
{
|
9370
|
+
name: 'ITX Mainnet',
|
9371
|
+
chain: 'ITX',
|
9372
|
+
rpc: [ 'https://rpc.itxchain.com' ],
|
9373
|
+
faucets: [],
|
9374
|
+
nativeCurrency: { name: 'ITX', symbol: 'ITX', decimals: 18 },
|
9375
|
+
infoURL: 'https://explorer.itxchain.com',
|
9376
|
+
shortName: 'itx',
|
9377
|
+
chainId: 1235,
|
9378
|
+
networkId: 1235,
|
9379
|
+
explorers: [
|
9380
|
+
{
|
9381
|
+
name: 'ITX Mainnet Explorer (Blockscout)',
|
9382
|
+
url: 'https://explorer.itxchain.com',
|
9383
|
+
standard: 'EIP3091'
|
9384
|
+
}
|
9385
|
+
]
|
9386
|
+
},
|
9347
9387
|
{
|
9348
9388
|
name: 'ARC Mainnet',
|
9349
9389
|
chain: 'ARC',
|
@@ -13457,15 +13497,21 @@ const chainArray = [
|
|
13457
13497
|
{
|
13458
13498
|
name: 'GM Network Mainnet',
|
13459
13499
|
chain: 'GM Network Mainnet',
|
13460
|
-
rpc: [],
|
13500
|
+
rpc: [ 'https://rpc.gmnetwork.ai' ],
|
13461
13501
|
faucets: [],
|
13462
13502
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
13463
13503
|
infoURL: 'https://gmnetwork.ai',
|
13464
13504
|
shortName: 'gmnetwork-mainnet',
|
13465
13505
|
chainId: 2777,
|
13466
13506
|
networkId: 2777,
|
13467
|
-
explorers: [
|
13468
|
-
|
13507
|
+
explorers: [
|
13508
|
+
{
|
13509
|
+
name: 'GM Network Mainnet Explorer',
|
13510
|
+
url: 'https://scan.gmnetwork.ai',
|
13511
|
+
standard: 'EIP3091'
|
13512
|
+
}
|
13513
|
+
],
|
13514
|
+
status: 'active'
|
13469
13515
|
},
|
13470
13516
|
{
|
13471
13517
|
name: 'Morph Holesky',
|
@@ -13996,6 +14042,26 @@ const chainArray = [
|
|
13996
14042
|
}
|
13997
14043
|
]
|
13998
14044
|
},
|
14045
|
+
{
|
14046
|
+
name: 'LayerEdge testnet',
|
14047
|
+
chain: 'LayerEdge',
|
14048
|
+
rpc: [ 'https://testnet-rpc.layeredge.io' ],
|
14049
|
+
faucets: [ 'https://testnet-faucet.layeredge.io' ],
|
14050
|
+
nativeCurrency: { name: 'Bitcoin', symbol: 'BTC', decimals: 18 },
|
14051
|
+
infoURL: 'https://www.layeredge.io',
|
14052
|
+
shortName: 'LayerEdge-testnet',
|
14053
|
+
chainId: 3456,
|
14054
|
+
networkId: 3456,
|
14055
|
+
icon: 'layerEdge',
|
14056
|
+
explorers: [
|
14057
|
+
{
|
14058
|
+
name: 'LayerEdge Testnet Explorer',
|
14059
|
+
url: 'https://testnet-explorer.layeredge.io',
|
14060
|
+
icon: 'layerEdge',
|
14061
|
+
standard: 'EIP3091'
|
14062
|
+
}
|
14063
|
+
]
|
14064
|
+
},
|
13999
14065
|
{
|
14000
14066
|
name: 'Paribu Net Testnet',
|
14001
14067
|
chain: 'PRB',
|
@@ -14987,8 +15053,9 @@ const chainArray = [
|
|
14987
15053
|
{
|
14988
15054
|
name: 'Lisk Sepolia Testnet',
|
14989
15055
|
chain: 'ETH',
|
15056
|
+
icon: 'lisk',
|
14990
15057
|
rpc: [ 'https://rpc.sepolia-api.lisk.com' ],
|
14991
|
-
faucets: [],
|
15058
|
+
faucets: [ 'https://app.optimism.io/faucet' ],
|
14992
15059
|
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
14993
15060
|
infoURL: 'https://lisk.com',
|
14994
15061
|
shortName: 'lisksep',
|
@@ -15176,7 +15243,7 @@ const chainArray = [
|
|
15176
15243
|
nativeCurrency: { name: 'Hydra', symbol: 'HYDRA', decimals: 18 },
|
15177
15244
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
15178
15245
|
infoURL: 'https://hydrachain.org',
|
15179
|
-
shortName: '
|
15246
|
+
shortName: 'HYDRA',
|
15180
15247
|
chainId: 4488,
|
15181
15248
|
networkId: 4488,
|
15182
15249
|
icon: 'hydra',
|
@@ -15679,6 +15746,27 @@ const chainArray = [
|
|
15679
15746
|
}
|
15680
15747
|
]
|
15681
15748
|
},
|
15749
|
+
{
|
15750
|
+
name: 'Ham',
|
15751
|
+
chain: 'Ham',
|
15752
|
+
rpc: [ 'https://rpc.ham.fun' ],
|
15753
|
+
faucets: [],
|
15754
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
15755
|
+
infoURL: 'https://ham.fun',
|
15756
|
+
shortName: 'ham',
|
15757
|
+
chainId: 5112,
|
15758
|
+
networkId: 5112,
|
15759
|
+
icon: 'ham',
|
15760
|
+
explorers: [
|
15761
|
+
{
|
15762
|
+
name: 'blockscout',
|
15763
|
+
url: 'https://explorer.ham.fun',
|
15764
|
+
icon: 'blockscout',
|
15765
|
+
standard: 'EIP3091'
|
15766
|
+
}
|
15767
|
+
],
|
15768
|
+
status: 'active'
|
15769
|
+
},
|
15682
15770
|
{
|
15683
15771
|
name: 'Bahamut',
|
15684
15772
|
title: 'Bahamut mainnet',
|
@@ -15824,6 +15912,24 @@ const chainArray = [
|
|
15824
15912
|
}
|
15825
15913
|
]
|
15826
15914
|
},
|
15915
|
+
{
|
15916
|
+
name: 'ITX Testnet',
|
15917
|
+
chain: 'ITX',
|
15918
|
+
rpc: [ 'https://rpc.testnet.itxchain.com' ],
|
15919
|
+
faucets: [],
|
15920
|
+
nativeCurrency: { name: 'ITX', symbol: 'ITX', decimals: 18 },
|
15921
|
+
infoURL: 'https://explorer.testnet.itxchain.com',
|
15922
|
+
shortName: 'itx-testnet',
|
15923
|
+
chainId: 5321,
|
15924
|
+
networkId: 5321,
|
15925
|
+
explorers: [
|
15926
|
+
{
|
15927
|
+
name: 'ITX Testnet Explorer (Blockscout)',
|
15928
|
+
url: 'https://explorer.testnet.itxchain.com',
|
15929
|
+
standard: 'EIP3091'
|
15930
|
+
}
|
15931
|
+
]
|
15932
|
+
},
|
15827
15933
|
{
|
15828
15934
|
name: 'Tritanium Testnet',
|
15829
15935
|
chain: 'TRITANIUM',
|
@@ -18184,7 +18290,7 @@ const chainArray = [
|
|
18184
18290
|
nativeCurrency: { name: 'tHydra', symbol: 'tHYDRA', decimals: 18 },
|
18185
18291
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
18186
18292
|
infoURL: 'https://hydrachain.org',
|
18187
|
-
shortName: '
|
18293
|
+
shortName: 'THYDRA',
|
18188
18294
|
chainId: 8844,
|
18189
18295
|
networkId: 8844,
|
18190
18296
|
icon: 'hydra',
|
@@ -19447,6 +19553,27 @@ const chainArray = [
|
|
19447
19553
|
}
|
19448
19554
|
]
|
19449
19555
|
},
|
19556
|
+
{
|
19557
|
+
name: 'GLScan',
|
19558
|
+
chain: 'GLC',
|
19559
|
+
icon: 'glc',
|
19560
|
+
rpc: [ 'https://glc-dataseed.glscan.io/' ],
|
19561
|
+
faucets: [],
|
19562
|
+
nativeCurrency: { name: 'GLC', symbol: 'GLC', decimals: 18 },
|
19563
|
+
infoURL: 'https://glscan.io/',
|
19564
|
+
shortName: 'glc',
|
19565
|
+
chainId: 10222,
|
19566
|
+
networkId: 10222,
|
19567
|
+
slip44: 1,
|
19568
|
+
explorers: [
|
19569
|
+
{
|
19570
|
+
name: 'GLScan Explorer',
|
19571
|
+
url: 'https://glscan.io',
|
19572
|
+
standard: 'none',
|
19573
|
+
icon: 'glc'
|
19574
|
+
}
|
19575
|
+
]
|
19576
|
+
},
|
19450
19577
|
{
|
19451
19578
|
name: 'Arthera Mainnet',
|
19452
19579
|
chain: 'AA',
|
@@ -23538,6 +23665,45 @@ const chainArray = [
|
|
23538
23665
|
}
|
23539
23666
|
]
|
23540
23667
|
},
|
23668
|
+
{
|
23669
|
+
name: 'Space Subnet Testnet',
|
23670
|
+
chain: 'SPACETESTNET',
|
23671
|
+
rpc: [ 'https://subnets.avax.network/space/testnet/rpc' ],
|
23672
|
+
features: [ { name: 'EIP1559' } ],
|
23673
|
+
faucets: [],
|
23674
|
+
nativeCurrency: { name: 'FUEL', symbol: 'FUEL', decimals: 18 },
|
23675
|
+
infoURL: 'https://otherworld.network',
|
23676
|
+
shortName: 'spacetestnet',
|
23677
|
+
chainId: 48795,
|
23678
|
+
networkId: 48795,
|
23679
|
+
explorers: [
|
23680
|
+
{
|
23681
|
+
name: 'SPACE Explorer',
|
23682
|
+
url: 'https://subnets-test.avax.network/space',
|
23683
|
+
standard: 'EIP3091'
|
23684
|
+
}
|
23685
|
+
]
|
23686
|
+
},
|
23687
|
+
{
|
23688
|
+
name: 'Zircuit Testnet',
|
23689
|
+
chain: 'Zircuit Testnet',
|
23690
|
+
icon: 'zircuit',
|
23691
|
+
rpc: [ 'https://zircuit1.p2pify.com/' ],
|
23692
|
+
faucets: [],
|
23693
|
+
nativeCurrency: { name: 'ETH', symbol: 'ETH', decimals: 18 },
|
23694
|
+
infoURL: 'https://www.zircuit.com/',
|
23695
|
+
shortName: 'zircuit-testnet',
|
23696
|
+
chainId: 48899,
|
23697
|
+
networkId: 48899,
|
23698
|
+
explorers: [
|
23699
|
+
{
|
23700
|
+
name: 'Zircuit',
|
23701
|
+
url: 'https://explorer.zircuit.com',
|
23702
|
+
icon: 'zircuit',
|
23703
|
+
standard: 'none'
|
23704
|
+
}
|
23705
|
+
]
|
23706
|
+
},
|
23541
23707
|
{
|
23542
23708
|
name: 'Wireshape Floripa Testnet',
|
23543
23709
|
title: 'Wireshape Floripa Testnet',
|
@@ -29127,7 +29293,7 @@ const chainArray = [
|
|
29127
29293
|
icon: 'atlas',
|
29128
29294
|
rpc: [ 'https://rpc.testnet.atl.network' ],
|
29129
29295
|
faucets: [],
|
29130
|
-
nativeCurrency: { name: '
|
29296
|
+
nativeCurrency: { name: 'TON', symbol: 'TON', decimals: 18 },
|
29131
29297
|
infoURL: 'https://atl.network',
|
29132
29298
|
shortName: 'atlas-testnet',
|
29133
29299
|
chainId: 622463,
|
@@ -30222,6 +30388,24 @@ const chainArray = [
|
|
30222
30388
|
bridges: [ { url: 'https://portal.playfi.ai/bridge' } ]
|
30223
30389
|
}
|
30224
30390
|
},
|
30391
|
+
{
|
30392
|
+
name: 'Xterio Testnet',
|
30393
|
+
chain: 'Xterio Testnet',
|
30394
|
+
rpc: [ 'https://xterio-testnet.alt.technology' ],
|
30395
|
+
faucets: [],
|
30396
|
+
nativeCurrency: { name: 'tBNB', symbol: 'tBNB', decimals: 18 },
|
30397
|
+
infoURL: 'https://xter.io',
|
30398
|
+
shortName: 'xteriotest',
|
30399
|
+
chainId: 1637450,
|
30400
|
+
networkId: 1637450,
|
30401
|
+
explorers: [
|
30402
|
+
{
|
30403
|
+
name: 'Xterio Testnet Explorer',
|
30404
|
+
url: 'https://testnet.xterscan.io',
|
30405
|
+
standard: 'EIP3091'
|
30406
|
+
}
|
30407
|
+
]
|
30408
|
+
},
|
30225
30409
|
{
|
30226
30410
|
name: 'Turkey Demo Dev',
|
30227
30411
|
chain: 'ETH',
|
@@ -30804,6 +30988,25 @@ const chainArray = [
|
|
30804
30988
|
],
|
30805
30989
|
parent: { chain: 'eip155-2099156', type: 'L2' }
|
30806
30990
|
},
|
30991
|
+
{
|
30992
|
+
name: 'Fhenix Helium',
|
30993
|
+
chain: 'tFHE',
|
30994
|
+
rpc: [ 'https://api.helium.fhenix.zone' ],
|
30995
|
+
faucets: [ 'https://get-helium.fhenix.zone' ],
|
30996
|
+
nativeCurrency: { name: 'tFHE', symbol: 'tFHE', decimals: 18 },
|
30997
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
30998
|
+
infoURL: 'https://www.fhenix.io',
|
30999
|
+
shortName: 'fhe-helium',
|
31000
|
+
chainId: 8008135,
|
31001
|
+
networkId: 8008135,
|
31002
|
+
explorers: [
|
31003
|
+
{
|
31004
|
+
name: 'Fhenix Helium Explorer (Blockscout)',
|
31005
|
+
url: 'https://explorer.helium.fhenix.zone',
|
31006
|
+
standard: 'EIP3091'
|
31007
|
+
}
|
31008
|
+
]
|
31009
|
+
},
|
30807
31010
|
{
|
30808
31011
|
name: 'Hokum',
|
30809
31012
|
chain: 'Hokum',
|
@@ -32064,6 +32267,25 @@ const chainArray = [
|
|
32064
32267
|
}
|
32065
32268
|
]
|
32066
32269
|
},
|
32270
|
+
{
|
32271
|
+
name: 'Nal Sepolia Testnet',
|
32272
|
+
chain: 'ETH',
|
32273
|
+
rpc: [ 'https://testnet-rpc.nal.network' ],
|
32274
|
+
faucets: [],
|
32275
|
+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
32276
|
+
icon: 'nal',
|
32277
|
+
infoURL: 'https://www.nal.network',
|
32278
|
+
shortName: 'nalsep',
|
32279
|
+
chainId: 328527624,
|
32280
|
+
networkId: 328527624,
|
32281
|
+
explorers: [
|
32282
|
+
{
|
32283
|
+
name: 'Nal Sepolia Testnet Network Explorer',
|
32284
|
+
url: 'https://testnet-scan.nal.network',
|
32285
|
+
standard: 'EIP3091'
|
32286
|
+
}
|
32287
|
+
]
|
32288
|
+
},
|
32067
32289
|
{
|
32068
32290
|
name: 'Meld',
|
32069
32291
|
title: 'Meld Mainnet',
|
@@ -33123,6 +33345,24 @@ const chainArray = [
|
|
33123
33345
|
}
|
33124
33346
|
]
|
33125
33347
|
},
|
33348
|
+
{
|
33349
|
+
name: 'GM Network Testnet',
|
33350
|
+
chain: 'GM Network Testnet',
|
33351
|
+
rpc: [ 'https://gmnetwork-testnet.alt.technology/' ],
|
33352
|
+
faucets: [],
|
33353
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
33354
|
+
infoURL: 'https://gmnetwork.ai',
|
33355
|
+
shortName: 'gmnetwork-testnet',
|
33356
|
+
chainId: 202402181627,
|
33357
|
+
networkId: 202402181627,
|
33358
|
+
explorers: [
|
33359
|
+
{
|
33360
|
+
name: 'gmnetwork-testnet',
|
33361
|
+
url: 'https://gmnetwork-testnet-explorer.alt.technology',
|
33362
|
+
standard: 'EIP3091'
|
33363
|
+
}
|
33364
|
+
]
|
33365
|
+
},
|
33126
33366
|
{
|
33127
33367
|
name: 'Zeniq',
|
33128
33368
|
chain: 'ZENIQ',
|