@revoke.cash/chains 69.0.0 → 70.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.
- package/README.md +1 -1
- package/dist/src/chains.js +236 -60
- package/dist/src/enums.d.ts +26 -8
- package/dist/src/enums.js +26 -8
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
[](https://github.com/RevokeCash/chains/actions/workflows/publish-release.yml
|
|
1
|
+
[](https://github.com/RevokeCash/chains/actions/workflows/publish-release.yml) [](https://www.npmjs.com/package/@revoke.cash/chains)
|
|
2
2
|
|
|
3
3
|
# Eth Chains
|
|
4
4
|
|
package/dist/src/chains.js
CHANGED
|
@@ -1288,6 +1288,7 @@ exports.chains = {
|
|
|
1288
1288
|
'https://rpc.syscoin.org',
|
|
1289
1289
|
'https://rpc.ankr.com/syscoin/${ANKR_API_KEY}',
|
|
1290
1290
|
'https://syscoin.public-rpc.com',
|
|
1291
|
+
'https://57.rpc.thirdweb.com',
|
|
1291
1292
|
'wss://rpc.syscoin.org/wss',
|
|
1292
1293
|
'https://syscoin-evm.publicnode.com',
|
|
1293
1294
|
'wss://syscoin-evm.publicnode.com'
|
|
@@ -3728,6 +3729,26 @@ exports.chains = {
|
|
|
3728
3729
|
networkId: 172,
|
|
3729
3730
|
slip44: 1
|
|
3730
3731
|
},
|
|
3732
|
+
173: {
|
|
3733
|
+
name: 'ENI Mainnet',
|
|
3734
|
+
chain: 'ENI',
|
|
3735
|
+
rpc: ['https://rpc.eniac.network'],
|
|
3736
|
+
faucets: [],
|
|
3737
|
+
nativeCurrency: { name: 'ENI', symbol: 'ENI', decimals: 18 },
|
|
3738
|
+
infoURL: 'https://eniac.network/',
|
|
3739
|
+
shortName: 'eni',
|
|
3740
|
+
chainId: 173,
|
|
3741
|
+
networkId: 173,
|
|
3742
|
+
icon: 'eni',
|
|
3743
|
+
explorers: [
|
|
3744
|
+
{
|
|
3745
|
+
name: 'ENI Explorer',
|
|
3746
|
+
url: 'https://scan.eniac.network',
|
|
3747
|
+
standard: 'EIP3091'
|
|
3748
|
+
}
|
|
3749
|
+
],
|
|
3750
|
+
iconURL: 'https://ipfs.io/ipfs/QmdhqHQnPHhuhowh3ifncxw2SNzjMRCy2jQY8aMScpjUpd'
|
|
3751
|
+
},
|
|
3731
3752
|
175: {
|
|
3732
3753
|
name: 'OTC',
|
|
3733
3754
|
chain: 'OTC',
|
|
@@ -5098,9 +5119,9 @@ exports.chains = {
|
|
|
5098
5119
|
'wss://fraxtal-rpc.publicnode.com'
|
|
5099
5120
|
],
|
|
5100
5121
|
faucets: [],
|
|
5101
|
-
nativeCurrency: { name: 'Frax
|
|
5122
|
+
nativeCurrency: { name: 'Frax', symbol: 'FRAX', decimals: 18 },
|
|
5102
5123
|
infoURL: 'https://mainnet.frax.com',
|
|
5103
|
-
shortName: '
|
|
5124
|
+
shortName: 'frax',
|
|
5104
5125
|
chainId: 252,
|
|
5105
5126
|
networkId: 252,
|
|
5106
5127
|
icon: 'fraxtal',
|
|
@@ -6109,19 +6130,20 @@ exports.chains = {
|
|
|
6109
6130
|
]
|
|
6110
6131
|
},
|
|
6111
6132
|
323: {
|
|
6112
|
-
name: '
|
|
6113
|
-
chain: '
|
|
6114
|
-
rpc: ['https://rpc.
|
|
6133
|
+
name: 'BuyCex Infinity Chain',
|
|
6134
|
+
chain: 'BUYCEX',
|
|
6135
|
+
rpc: ['https://rpc.buycex.net', 'wss://socket.buycex.net'],
|
|
6115
6136
|
faucets: [],
|
|
6116
|
-
nativeCurrency: { name: '
|
|
6117
|
-
infoURL: 'https://
|
|
6118
|
-
shortName: '
|
|
6137
|
+
nativeCurrency: { name: 'Buycex', symbol: 'BCX', decimals: 18 },
|
|
6138
|
+
infoURL: 'https://infinity.buycex.com',
|
|
6139
|
+
shortName: 'buycex',
|
|
6119
6140
|
chainId: 323,
|
|
6120
6141
|
networkId: 323,
|
|
6142
|
+
status: 'active',
|
|
6121
6143
|
explorers: [
|
|
6122
6144
|
{
|
|
6123
6145
|
name: 'Blockscout',
|
|
6124
|
-
url: 'https://
|
|
6146
|
+
url: 'https://buycex.com',
|
|
6125
6147
|
icon: 'blockscout',
|
|
6126
6148
|
standard: 'EIP3091'
|
|
6127
6149
|
}
|
|
@@ -9490,6 +9512,22 @@ exports.chains = {
|
|
|
9490
9512
|
}
|
|
9491
9513
|
]
|
|
9492
9514
|
},
|
|
9515
|
+
869: {
|
|
9516
|
+
name: 'WorldMobileChain-Mainnet',
|
|
9517
|
+
chain: 'WMC',
|
|
9518
|
+
rpc: [],
|
|
9519
|
+
faucets: [],
|
|
9520
|
+
nativeCurrency: {
|
|
9521
|
+
name: 'World Mobile Token',
|
|
9522
|
+
symbol: 'WMTX',
|
|
9523
|
+
decimals: 18
|
|
9524
|
+
},
|
|
9525
|
+
infoURL: 'https://worldmobile.io/the-chain',
|
|
9526
|
+
shortName: 'WMC',
|
|
9527
|
+
chainId: 869,
|
|
9528
|
+
networkId: 869,
|
|
9529
|
+
status: 'incubating'
|
|
9530
|
+
},
|
|
9493
9531
|
871: {
|
|
9494
9532
|
name: 'Electra Test Network',
|
|
9495
9533
|
chain: 'Electra',
|
|
@@ -14893,6 +14931,26 @@ exports.chains = {
|
|
|
14893
14931
|
],
|
|
14894
14932
|
iconURL: 'https://ipfs.io/ipfs/QmbnLDuVc4JReFysyKvmpuqUtj9HCus6qoKD5nQ9QkokzK'
|
|
14895
14933
|
},
|
|
14934
|
+
1962: {
|
|
14935
|
+
name: 'T-Rex Testnet',
|
|
14936
|
+
chain: 'T-Rex',
|
|
14937
|
+
rpc: ['https://testnetrpc.trex.xyz'],
|
|
14938
|
+
faucets: [],
|
|
14939
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
14940
|
+
infoURL: 'https://trex.xyz/',
|
|
14941
|
+
shortName: 'TREX',
|
|
14942
|
+
chainId: 1962,
|
|
14943
|
+
networkId: 1962,
|
|
14944
|
+
icon: 'trex',
|
|
14945
|
+
explorers: [
|
|
14946
|
+
{
|
|
14947
|
+
name: 'T-Rex Testnet explorer',
|
|
14948
|
+
url: 'https://testnet.trex.xyz',
|
|
14949
|
+
standard: 'none'
|
|
14950
|
+
}
|
|
14951
|
+
],
|
|
14952
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreienf63hqo2stiq2wqiprvhowrv3cvhjeko2u3h5vcvjby5ix6ud7a'
|
|
14953
|
+
},
|
|
14896
14954
|
1967: {
|
|
14897
14955
|
name: 'Eleanor',
|
|
14898
14956
|
title: 'Metatime Testnet Eleanor',
|
|
@@ -18587,15 +18645,13 @@ exports.chains = {
|
|
|
18587
18645
|
chain: 'peaq',
|
|
18588
18646
|
icon: 'peaq',
|
|
18589
18647
|
rpc: [
|
|
18590
|
-
'https://peaq.
|
|
18591
|
-
'https://peaq
|
|
18592
|
-
'https://peaq
|
|
18593
|
-
'https://evm.peaq.network',
|
|
18594
|
-
'https://responsive-powerful-mansion.peaq-mainnet.quiknode.pro/29963d0a2deee01a20b091926b08d68db12bc68b'
|
|
18648
|
+
'https://quicknode1.peaq.xyz',
|
|
18649
|
+
'https://quicknode2.peaq.xyz',
|
|
18650
|
+
'https://quicknode3.peaq.xyz'
|
|
18595
18651
|
],
|
|
18596
18652
|
faucets: [],
|
|
18597
18653
|
nativeCurrency: { name: 'peaq', symbol: 'PEAQ', decimals: 18 },
|
|
18598
|
-
infoURL: 'https://www.peaq.
|
|
18654
|
+
infoURL: 'https://www.peaq.xyz',
|
|
18599
18655
|
shortName: 'PEAQ',
|
|
18600
18656
|
chainId: 3338,
|
|
18601
18657
|
networkId: 3338,
|
|
@@ -19587,14 +19643,14 @@ exports.chains = {
|
|
|
19587
19643
|
iconURL: 'https://ipfs.io/ipfs/QmUTDMvoY7JgDs9sZuuBhsyJz6B2dNfc5jj6xUj355be2C'
|
|
19588
19644
|
},
|
|
19589
19645
|
4048: {
|
|
19590
|
-
name: '
|
|
19646
|
+
name: 'GANchain L1',
|
|
19591
19647
|
chain: 'GAN',
|
|
19592
19648
|
icon: 'gpu',
|
|
19593
19649
|
rpc: ['https://rpc.gpu.net'],
|
|
19594
19650
|
faucets: [],
|
|
19595
|
-
nativeCurrency: { name: '
|
|
19651
|
+
nativeCurrency: { name: 'GPUnet', symbol: 'GPU', decimals: 18 },
|
|
19596
19652
|
infoURL: 'https://docs.gpu.net/',
|
|
19597
|
-
shortName: '
|
|
19653
|
+
shortName: 'GANchain',
|
|
19598
19654
|
chainId: 4048,
|
|
19599
19655
|
networkId: 4048,
|
|
19600
19656
|
explorers: [
|
|
@@ -20081,9 +20137,7 @@ exports.chains = {
|
|
|
20081
20137
|
'https://layeredge-mainnet-evm.itrocket.net',
|
|
20082
20138
|
'https://layeredge.rpc.subquery.network/public',
|
|
20083
20139
|
'https://rpc.layeredge.io',
|
|
20084
|
-
'https://
|
|
20085
|
-
'https://rpc.layeredge.foundation',
|
|
20086
|
-
'https://rpc2.layeredge.foundation'
|
|
20140
|
+
'https://rpc.layeredge.foundation'
|
|
20087
20141
|
],
|
|
20088
20142
|
faucets: [],
|
|
20089
20143
|
nativeCurrency: { name: 'Layer Edge', symbol: 'EDGEN', decimals: 18 },
|
|
@@ -21281,6 +21335,8 @@ exports.chains = {
|
|
|
21281
21335
|
rpc: [
|
|
21282
21336
|
'https://rpc1.bahamut.io',
|
|
21283
21337
|
'https://rpc2.bahamut.io',
|
|
21338
|
+
'https://rpc1.ftnscan.io',
|
|
21339
|
+
'https://rpc2.ftnscan.io',
|
|
21284
21340
|
'wss://ws1.sahara.bahamutchain.com',
|
|
21285
21341
|
'wss://ws2.sahara.bahamutchain.com',
|
|
21286
21342
|
'https://bahamut-rpc.publicnode.com',
|
|
@@ -21298,7 +21354,8 @@ exports.chains = {
|
|
|
21298
21354
|
name: 'blockscout',
|
|
21299
21355
|
url: 'https://ftnscan.com',
|
|
21300
21356
|
standard: 'none'
|
|
21301
|
-
}
|
|
21357
|
+
},
|
|
21358
|
+
{ name: 'blockscout', url: 'https://ftnscan.io', standard: 'none' }
|
|
21302
21359
|
],
|
|
21303
21360
|
iconURL: 'https://ipfs.io/ipfs/QmSemioP83RXnDWwTZbet8VpwJxcFRboX4B3pcdhLZGodP'
|
|
21304
21361
|
},
|
|
@@ -21900,8 +21957,8 @@ exports.chains = {
|
|
|
21900
21957
|
name: 'Tanssi Demo',
|
|
21901
21958
|
chain: 'TANGO',
|
|
21902
21959
|
rpc: [
|
|
21903
|
-
'https://
|
|
21904
|
-
'wss://
|
|
21960
|
+
'https://dancelight-2001.tanssi-api.network',
|
|
21961
|
+
'wss://dancelight-2001.tanssi-api.network'
|
|
21905
21962
|
],
|
|
21906
21963
|
faucets: ['https://apps.tanssi.network/demo'],
|
|
21907
21964
|
nativeCurrency: { name: 'TANGO', symbol: 'TANGO', decimals: 18 },
|
|
@@ -21912,7 +21969,7 @@ exports.chains = {
|
|
|
21912
21969
|
explorers: [
|
|
21913
21970
|
{
|
|
21914
21971
|
name: 'BlockScout',
|
|
21915
|
-
url: 'https://
|
|
21972
|
+
url: 'https://dancelight-2001-blockscout.tanssi-chains.network',
|
|
21916
21973
|
standard: 'EIP3091'
|
|
21917
21974
|
}
|
|
21918
21975
|
]
|
|
@@ -22900,9 +22957,9 @@ exports.chains = {
|
|
|
22900
22957
|
6934: {
|
|
22901
22958
|
name: 'Xylume TestNet',
|
|
22902
22959
|
chain: 'XYL',
|
|
22903
|
-
rpc: ['https://
|
|
22904
|
-
faucets: ['https://debxylen.github.io/
|
|
22905
|
-
nativeCurrency: { name: '
|
|
22960
|
+
rpc: ['https://xylume-testnet.sparked.network/rpc/'],
|
|
22961
|
+
faucets: ['https://debxylen.github.io/Xylume_TestNet/faucet.html'],
|
|
22962
|
+
nativeCurrency: { name: 'Xylume', symbol: 'XYL', decimals: 18 },
|
|
22906
22963
|
features: [
|
|
22907
22964
|
{ name: 'EIP155' },
|
|
22908
22965
|
{ name: 'EIP1559' },
|
|
@@ -26397,9 +26454,9 @@ exports.chains = {
|
|
|
26397
26454
|
9746: {
|
|
26398
26455
|
name: 'Plasma Testnet',
|
|
26399
26456
|
chain: 'Plasma',
|
|
26400
|
-
rpc: ['https://
|
|
26457
|
+
rpc: ['https://testnet-rpc.plasma.to'],
|
|
26401
26458
|
faucets: [],
|
|
26402
|
-
nativeCurrency: { name: 'Testnet Plasma', symbol: '
|
|
26459
|
+
nativeCurrency: { name: 'Testnet Plasma', symbol: 'XPL', decimals: 18 },
|
|
26403
26460
|
infoURL: 'https://plasma.to',
|
|
26404
26461
|
shortName: 'plasma',
|
|
26405
26462
|
chainId: 9746,
|
|
@@ -26407,8 +26464,8 @@ exports.chains = {
|
|
|
26407
26464
|
icon: 'plasma',
|
|
26408
26465
|
explorers: [
|
|
26409
26466
|
{
|
|
26410
|
-
name: '
|
|
26411
|
-
url: 'https://
|
|
26467
|
+
name: 'RouteScan',
|
|
26468
|
+
url: 'https://testnet.plasmaexplorer.io',
|
|
26412
26469
|
icon: 'plasma',
|
|
26413
26470
|
standard: 'EIP3091'
|
|
26414
26471
|
}
|
|
@@ -26652,39 +26709,21 @@ exports.chains = {
|
|
|
26652
26709
|
iconURL: 'https://ipfs.io/ipfs/QmV1Q7Q9XKRin5C5Qg6TTb3BnqmC1Qb6jyebUbTMXGPV1L'
|
|
26653
26710
|
},
|
|
26654
26711
|
9897: {
|
|
26655
|
-
name: 'arena-z-testnet',
|
|
26656
|
-
title: 'Arena-Z-Testnet',
|
|
26657
|
-
chain: 'arena-z-testnet',
|
|
26658
|
-
rpc: [
|
|
26659
|
-
'https://rpc.arena-z.t.raas.gelato.cloud',
|
|
26660
|
-
'wss://ws.arena-z.t.raas.gelato.cloud'
|
|
26661
|
-
],
|
|
26712
|
+
name: 'arena-z-testnet-deprecated',
|
|
26713
|
+
title: 'Arena-Z-Testnet-deprecated',
|
|
26714
|
+
chain: 'arena-z-testnet-deprecated',
|
|
26715
|
+
rpc: [],
|
|
26662
26716
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
26663
26717
|
icon: 'arena-z',
|
|
26664
26718
|
infoURL: 'https://raas.gelato.network/rollups/details/public/arena-z-testnet',
|
|
26665
26719
|
faucets: [],
|
|
26666
|
-
shortName: 'arena-z-testnet',
|
|
26720
|
+
shortName: 'arena-z-testnet-deprecated',
|
|
26667
26721
|
chainId: 9897,
|
|
26668
26722
|
networkId: 9897,
|
|
26669
26723
|
slip44: 60,
|
|
26670
|
-
explorers: [
|
|
26671
|
-
|
|
26672
|
-
|
|
26673
|
-
url: 'https://arena-z.blockscout.com',
|
|
26674
|
-
icon: 'blockscout',
|
|
26675
|
-
standard: 'EIP3091'
|
|
26676
|
-
}
|
|
26677
|
-
],
|
|
26678
|
-
parent: {
|
|
26679
|
-
type: 'L2',
|
|
26680
|
-
chain: 'eip155-11155111',
|
|
26681
|
-
bridges: [
|
|
26682
|
-
{
|
|
26683
|
-
url: 'https://testnet-bridge.gelato.network/bridge/arena-z-testnet'
|
|
26684
|
-
}
|
|
26685
|
-
]
|
|
26686
|
-
},
|
|
26687
|
-
status: 'active',
|
|
26724
|
+
explorers: [],
|
|
26725
|
+
parent: { type: 'L2', chain: 'eip155-11155111', bridges: [] },
|
|
26726
|
+
status: 'deprecated',
|
|
26688
26727
|
iconURL: 'https://ipfs.io/ipfs/bafkreic2vglaqxdbk5u7uw4vgksxri5xcbrnlysam57dsob2uvr33dzoma'
|
|
26689
26728
|
},
|
|
26690
26729
|
9898: {
|
|
@@ -26710,6 +26749,34 @@ exports.chains = {
|
|
|
26710
26749
|
],
|
|
26711
26750
|
iconURL: 'https://ipfs.io/ipfs/QmZTWoZ3LvivSinaJ4aSwqU8pCXw8oSZNnUCh4wwXxtAoQ'
|
|
26712
26751
|
},
|
|
26752
|
+
9899: {
|
|
26753
|
+
name: 'Arena-Z-Testnet',
|
|
26754
|
+
title: 'Arena-Z-Testnet',
|
|
26755
|
+
chain: 'arena-z-testnet',
|
|
26756
|
+
rpc: ['https://testnet-rpc.arena-z.gg', 'wss://testnet-ws.arena-z.gg'],
|
|
26757
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
26758
|
+
icon: 'arena-z',
|
|
26759
|
+
infoURL: 'https://raas.gelato.network/rollups/details/public/arena-z-testnet',
|
|
26760
|
+
faucets: ['https://testnet-faucet.arena-z.gg'],
|
|
26761
|
+
shortName: 'arena-z-testnet',
|
|
26762
|
+
chainId: 9899,
|
|
26763
|
+
networkId: 9899,
|
|
26764
|
+
explorers: [
|
|
26765
|
+
{
|
|
26766
|
+
name: 'blockscout',
|
|
26767
|
+
url: 'https://testnet-explorer.arena-z.gg',
|
|
26768
|
+
icon: 'blockscout',
|
|
26769
|
+
standard: 'EIP3091'
|
|
26770
|
+
}
|
|
26771
|
+
],
|
|
26772
|
+
parent: {
|
|
26773
|
+
type: 'L2',
|
|
26774
|
+
chain: 'eip155-11155111',
|
|
26775
|
+
bridges: [{ url: 'https://testnet-bridge.arena-z.gg' }]
|
|
26776
|
+
},
|
|
26777
|
+
status: 'active',
|
|
26778
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreic2vglaqxdbk5u7uw4vgksxri5xcbrnlysam57dsob2uvr33dzoma'
|
|
26779
|
+
},
|
|
26713
26780
|
9901: {
|
|
26714
26781
|
name: 'Zytron Linea Mainnet',
|
|
26715
26782
|
chain: 'ETH',
|
|
@@ -36716,7 +36783,7 @@ exports.chains = {
|
|
|
36716
36783
|
iconURL: 'https://ipfs.io/ipfs/QmRNqgazYuxUa5WdddFPftTWiP3KwzBMgV9Z19QWnLMETc'
|
|
36717
36784
|
},
|
|
36718
36785
|
80008: {
|
|
36719
|
-
name: '
|
|
36786
|
+
name: 'Polynomial Sepolia',
|
|
36720
36787
|
chain: 'polynomialSepolia',
|
|
36721
36788
|
rpc: ['https://rpc.sepolia.polynomial.fi'],
|
|
36722
36789
|
faucets: [],
|
|
@@ -45788,6 +45855,75 @@ exports.chains = {
|
|
|
45788
45855
|
}
|
|
45789
45856
|
]
|
|
45790
45857
|
},
|
|
45858
|
+
6912115: {
|
|
45859
|
+
name: 'ENI Testnet',
|
|
45860
|
+
chain: 'ENI',
|
|
45861
|
+
rpc: ['https://rpc-testnet.eniac.network'],
|
|
45862
|
+
faucets: [],
|
|
45863
|
+
nativeCurrency: { name: 'ENI Testnet Token', symbol: 'ENI', decimals: 18 },
|
|
45864
|
+
infoURL: 'https://eniac.network/',
|
|
45865
|
+
shortName: 'eni-test',
|
|
45866
|
+
chainId: 6912115,
|
|
45867
|
+
networkId: 6912115,
|
|
45868
|
+
icon: 'eni-test',
|
|
45869
|
+
explorers: [
|
|
45870
|
+
{
|
|
45871
|
+
name: 'ENI Testnet Explorer',
|
|
45872
|
+
url: 'https://scan-testnet.eniac.network',
|
|
45873
|
+
standard: 'EIP3091'
|
|
45874
|
+
}
|
|
45875
|
+
],
|
|
45876
|
+
iconURL: 'https://ipfs.io/ipfs/QmdhqHQnPHhuhowh3ifncxw2SNzjMRCy2jQY8aMScpjUpd'
|
|
45877
|
+
},
|
|
45878
|
+
6985385: {
|
|
45879
|
+
name: 'Humanity Protocol',
|
|
45880
|
+
chain: 'Humanity',
|
|
45881
|
+
rpc: ['https://humanity-mainnet.g.alchemy.com/public'],
|
|
45882
|
+
faucets: [],
|
|
45883
|
+
nativeCurrency: { name: 'H', symbol: 'H', decimals: 18 },
|
|
45884
|
+
infoURL: 'https://humanity.org',
|
|
45885
|
+
parent: {
|
|
45886
|
+
type: 'L2',
|
|
45887
|
+
chain: 'eip155-42161',
|
|
45888
|
+
bridges: [{ url: 'https://bridge.arbitrum.io' }]
|
|
45889
|
+
},
|
|
45890
|
+
shortName: 'hp',
|
|
45891
|
+
chainId: 6985385,
|
|
45892
|
+
networkId: 6985385,
|
|
45893
|
+
status: 'active',
|
|
45894
|
+
explorers: [
|
|
45895
|
+
{
|
|
45896
|
+
name: 'Humanity Mainnet explorer',
|
|
45897
|
+
url: 'https://humanity-mainnet.explorer.alchemy.com',
|
|
45898
|
+
standard: 'none'
|
|
45899
|
+
}
|
|
45900
|
+
],
|
|
45901
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }]
|
|
45902
|
+
},
|
|
45903
|
+
7080969: {
|
|
45904
|
+
name: 'Humanity Protocol testnet',
|
|
45905
|
+
chain: 'Humanity',
|
|
45906
|
+
rpc: [
|
|
45907
|
+
'https://rpc.testnet.humanity.org',
|
|
45908
|
+
'https://humanity-testnet.g.alchemy.com/public'
|
|
45909
|
+
],
|
|
45910
|
+
faucets: ['https://faucets.alchemy.com/faucets/humanity-testnet'],
|
|
45911
|
+
nativeCurrency: { name: 'tHP', symbol: 'tHP', decimals: 18 },
|
|
45912
|
+
infoURL: 'https://testnet.humanity.org',
|
|
45913
|
+
parent: { type: 'L2', chain: 'eip155-42161', bridges: [] },
|
|
45914
|
+
shortName: 'thp',
|
|
45915
|
+
chainId: 7080969,
|
|
45916
|
+
networkId: 7080969,
|
|
45917
|
+
status: 'active',
|
|
45918
|
+
explorers: [
|
|
45919
|
+
{
|
|
45920
|
+
name: 'Humanity Testnet explorer',
|
|
45921
|
+
url: 'https://humanity-testnet.explorer.alchemy.com',
|
|
45922
|
+
standard: 'none'
|
|
45923
|
+
}
|
|
45924
|
+
],
|
|
45925
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }]
|
|
45926
|
+
},
|
|
45791
45927
|
7082400: {
|
|
45792
45928
|
name: 'COTI Testnet',
|
|
45793
45929
|
title: 'COTI Testnet',
|
|
@@ -47409,7 +47545,7 @@ exports.chains = {
|
|
|
47409
47545
|
61022448: {
|
|
47410
47546
|
name: 'dKargo Warehouse Testnet',
|
|
47411
47547
|
chain: 'dKargo Warehouse',
|
|
47412
|
-
rpc: ['https://warehouse
|
|
47548
|
+
rpc: ['https://rpc.warehouse.dkargo.io'],
|
|
47413
47549
|
faucets: [],
|
|
47414
47550
|
nativeCurrency: { name: 'dKargo', symbol: 'DKA', decimals: 18 },
|
|
47415
47551
|
infoURL: 'https://dkargo.io',
|
|
@@ -48374,6 +48510,18 @@ exports.chains = {
|
|
|
48374
48510
|
}
|
|
48375
48511
|
]
|
|
48376
48512
|
},
|
|
48513
|
+
420420422: {
|
|
48514
|
+
name: 'Paseo PassetHub',
|
|
48515
|
+
chain: 'PAS',
|
|
48516
|
+
rpc: ['https://testnet-passet-hub-eth-rpc.polkadot.io'],
|
|
48517
|
+
faucets: ['https://faucet.polkadot.io/?parachain=1111'],
|
|
48518
|
+
nativeCurrency: { name: 'PAS', symbol: 'PAS', decimals: 18 },
|
|
48519
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
48520
|
+
infoURL: 'https://polkadot.network',
|
|
48521
|
+
shortName: 'pas',
|
|
48522
|
+
chainId: 420420422,
|
|
48523
|
+
networkId: 420420422
|
|
48524
|
+
},
|
|
48377
48525
|
476158412: {
|
|
48378
48526
|
name: 'Deprecated SKALE Europa Hub Testnet',
|
|
48379
48527
|
title: 'Deprecated Europa Hub Testnet',
|
|
@@ -49553,6 +49701,34 @@ exports.chains = {
|
|
|
49553
49701
|
chainId: 2021121117,
|
|
49554
49702
|
networkId: 2021121117
|
|
49555
49703
|
},
|
|
49704
|
+
2030232745: {
|
|
49705
|
+
name: 'Lumia Beam Testnet',
|
|
49706
|
+
shortName: 'lumia-beam-testnet',
|
|
49707
|
+
title: 'Lumia Beam Testnet',
|
|
49708
|
+
chain: 'ETH',
|
|
49709
|
+
icon: 'lumia',
|
|
49710
|
+
rpc: ['https://beam-rpc.lumia.org'],
|
|
49711
|
+
faucets: ['https://beam-faucet.lumia.org/'],
|
|
49712
|
+
nativeCurrency: { name: 'Lumia', symbol: 'LUMIA', decimals: 18 },
|
|
49713
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
49714
|
+
infoURL: 'https://lumia.org',
|
|
49715
|
+
chainId: 2030232745,
|
|
49716
|
+
networkId: 2030232745,
|
|
49717
|
+
explorers: [
|
|
49718
|
+
{
|
|
49719
|
+
name: 'Lumia Beam Testnet Explorer',
|
|
49720
|
+
url: 'https://beam-explorer.lumia.org',
|
|
49721
|
+
icon: 'lumia',
|
|
49722
|
+
standard: 'EIP3091'
|
|
49723
|
+
}
|
|
49724
|
+
],
|
|
49725
|
+
parent: {
|
|
49726
|
+
type: 'L2',
|
|
49727
|
+
chain: 'eip155-1',
|
|
49728
|
+
bridges: [{ url: 'https://beam-bridge.lumia.org' }]
|
|
49729
|
+
},
|
|
49730
|
+
iconURL: 'https://ipfs.io/ipfs/QmV3V19LTs7RobiBo4pgwvNGY7AXEXDTVbRPuB8pPvmxi4'
|
|
49731
|
+
},
|
|
49556
49732
|
2046399126: {
|
|
49557
49733
|
name: 'SKALE Europa Hub',
|
|
49558
49734
|
chain: 'europa',
|
package/dist/src/enums.d.ts
CHANGED
|
@@ -170,6 +170,7 @@ export declare enum ChainName {
|
|
|
170
170
|
HOOSmartChainTestnet = "HOO Smart Chain Testnet",
|
|
171
171
|
CO2eChain = "CO2e Chain",
|
|
172
172
|
'Latam-BlockchainResilTestnet' = "Latam-Blockchain Resil Testnet",
|
|
173
|
+
ENIMainnet = "ENI Mainnet",
|
|
173
174
|
OTC = "OTC",
|
|
174
175
|
DCMainnet = "DC Mainnet",
|
|
175
176
|
HashKeyChain = "HashKey Chain",
|
|
@@ -278,7 +279,7 @@ export declare enum ChainName {
|
|
|
278
279
|
ZKcandyMainnet = "ZKcandy Mainnet",
|
|
279
280
|
KCCMainnet = "KCC Mainnet",
|
|
280
281
|
KCCTestnet = "KCC Testnet",
|
|
281
|
-
|
|
282
|
+
BuyCexInfinityChain = "BuyCex Infinity Chain",
|
|
282
283
|
ZkSyncMainnet = "zkSync Mainnet",
|
|
283
284
|
GRVTExchange = "GRVT Exchange",
|
|
284
285
|
GRVTExchangeTestnet = "GRVT Exchange Testnet",
|
|
@@ -435,6 +436,7 @@ export declare enum ChainName {
|
|
|
435
436
|
ElectraNetwork = "Electra Network",
|
|
436
437
|
RadiusTestnet = "Radius Testnet",
|
|
437
438
|
FantasiaChainMainnet = "Fantasia Chain Mainnet",
|
|
439
|
+
'WorldMobileChain-Mainnet' = "WorldMobileChain-Mainnet",
|
|
438
440
|
ElectraTestNetwork = "Electra Test Network",
|
|
439
441
|
BandaiNamcoResearchVerseMainnet = "Bandai Namco Research Verse Mainnet",
|
|
440
442
|
DexitNetwork = "Dexit Network",
|
|
@@ -692,6 +694,7 @@ export declare enum ChainName {
|
|
|
692
694
|
DexillaTestnet = "Dexilla Testnet",
|
|
693
695
|
AIW3Testnet = "AIW3 Testnet",
|
|
694
696
|
SelendraNetworkMainnet = "Selendra Network Mainnet",
|
|
697
|
+
'T-RexTestnet' = "T-Rex Testnet",
|
|
695
698
|
Eleanor = "Eleanor",
|
|
696
699
|
SuperSmartChainTestnet = "Super Smart Chain Testnet",
|
|
697
700
|
SuperSmartChainMainnet = "Super Smart Chain Mainnet",
|
|
@@ -915,7 +918,7 @@ export declare enum ChainName {
|
|
|
915
918
|
FantomTestnet = "Fantom Testnet",
|
|
916
919
|
X1Fastnet = "X1 Fastnet",
|
|
917
920
|
CarboniumTestnetNetwork = "Carbonium Testnet Network",
|
|
918
|
-
|
|
921
|
+
GANchainL1 = "GANchain L1",
|
|
919
922
|
BobaoperaTestnet = "Bobaopera Testnet",
|
|
920
923
|
Bahamutocean = "Bahamut ocean",
|
|
921
924
|
Nahmii3Mainnet = "Nahmii 3 Mainnet",
|
|
@@ -1246,8 +1249,9 @@ export declare enum ChainName {
|
|
|
1246
1249
|
BinaryChainTestnet = "BinaryChain Testnet",
|
|
1247
1250
|
DogelayerMainnet = "Dogelayer Mainnet",
|
|
1248
1251
|
Pointledger = "pointledger",
|
|
1249
|
-
'Arena-z-testnet' = "arena-z-testnet",
|
|
1252
|
+
'Arena-z-testnet-deprecated' = "arena-z-testnet-deprecated",
|
|
1250
1253
|
LarissaChain = "Larissa Chain",
|
|
1254
|
+
'Arena-Z-Testnet' = "Arena-Z-Testnet",
|
|
1251
1255
|
ZytronLineaMainnet = "Zytron Linea Mainnet",
|
|
1252
1256
|
EspentoMainnet = "Espento Mainnet",
|
|
1253
1257
|
UXERTESTNETNETWORK = "UXER TESTNET NETWORK",
|
|
@@ -1711,7 +1715,7 @@ export declare enum ChainName {
|
|
|
1711
1715
|
GoldSmartChainTestnet = "Gold Smart Chain Testnet",
|
|
1712
1716
|
Mumbai = "Mumbai",
|
|
1713
1717
|
Amoy = "Amoy",
|
|
1714
|
-
|
|
1718
|
+
PolynomialSepolia = "Polynomial Sepolia",
|
|
1715
1719
|
BerachainBepolia = "Berachain Bepolia",
|
|
1716
1720
|
BerachainbArtio = "Berachain bArtio",
|
|
1717
1721
|
BerachainArtio = "Berachain Artio",
|
|
@@ -2138,6 +2142,9 @@ export declare enum ChainName {
|
|
|
2138
2142
|
'Safe(AnWang)Mainnet' = "Safe(AnWang) Mainnet",
|
|
2139
2143
|
'Safe(AnWang)Testnet' = "Safe(AnWang) Testnet",
|
|
2140
2144
|
TheTingBlockchainTestnetExplorer = "The Ting Blockchain Testnet Explorer",
|
|
2145
|
+
ENITestnet = "ENI Testnet",
|
|
2146
|
+
HumanityProtocol = "Humanity Protocol",
|
|
2147
|
+
HumanityProtocoltestnet = "Humanity Protocol testnet",
|
|
2141
2148
|
COTITestnet = "COTI Testnet",
|
|
2142
2149
|
SaakuruMainnet = "Saakuru Mainnet",
|
|
2143
2150
|
OpenVessel = "OpenVessel",
|
|
@@ -2259,6 +2266,7 @@ export declare enum ChainName {
|
|
|
2259
2266
|
GatherTestnetNetwork = "Gather Testnet Network",
|
|
2260
2267
|
AssetHub = "Asset Hub",
|
|
2261
2268
|
WestendAssetHub = "Westend Asset Hub",
|
|
2269
|
+
PaseoPassetHub = "Paseo PassetHub",
|
|
2262
2270
|
DeprecatedSKALEEuropaHubTestnet = "Deprecated SKALE Europa Hub Testnet",
|
|
2263
2271
|
GPTTestnet = "GPT Testnet",
|
|
2264
2272
|
GatherDevnetNetwork = "Gather Devnet Network",
|
|
@@ -2313,6 +2321,7 @@ export declare enum ChainName {
|
|
|
2313
2321
|
RARIChainTestnet = "RARI Chain Testnet",
|
|
2314
2322
|
LumiaTestnet = "Lumia Testnet",
|
|
2315
2323
|
DataHopper = "DataHopper",
|
|
2324
|
+
LumiaBeamTestnet = "Lumia Beam Testnet",
|
|
2316
2325
|
SKALEEuropaHub = "SKALE Europa Hub",
|
|
2317
2326
|
AccumulateKermit = "Accumulate Kermit",
|
|
2318
2327
|
TronShasta = "Tron Shasta",
|
|
@@ -2524,6 +2533,7 @@ export declare enum ChainId {
|
|
|
2524
2533
|
HOOSmartChainTestnet = 170,
|
|
2525
2534
|
CO2eChain = 171,
|
|
2526
2535
|
'Latam-BlockchainResilTestnet' = 172,
|
|
2536
|
+
ENIMainnet = 173,
|
|
2527
2537
|
OTC = 175,
|
|
2528
2538
|
DCMainnet = 176,
|
|
2529
2539
|
HashKeyChain = 177,
|
|
@@ -2632,7 +2642,7 @@ export declare enum ChainId {
|
|
|
2632
2642
|
ZKcandyMainnet = 320,
|
|
2633
2643
|
KCCMainnet = 321,
|
|
2634
2644
|
KCCTestnet = 322,
|
|
2635
|
-
|
|
2645
|
+
BuyCexInfinityChain = 323,
|
|
2636
2646
|
ZkSyncMainnet = 324,
|
|
2637
2647
|
GRVTExchange = 325,
|
|
2638
2648
|
GRVTExchangeTestnet = 326,
|
|
@@ -2789,6 +2799,7 @@ export declare enum ChainId {
|
|
|
2789
2799
|
ElectraNetwork = 861,
|
|
2790
2800
|
RadiusTestnet = 863,
|
|
2791
2801
|
FantasiaChainMainnet = 868,
|
|
2802
|
+
'WorldMobileChain-Mainnet' = 869,
|
|
2792
2803
|
ElectraTestNetwork = 871,
|
|
2793
2804
|
BandaiNamcoResearchVerseMainnet = 876,
|
|
2794
2805
|
DexitNetwork = 877,
|
|
@@ -3046,6 +3057,7 @@ export declare enum ChainId {
|
|
|
3046
3057
|
DexillaTestnet = 1954,
|
|
3047
3058
|
AIW3Testnet = 1956,
|
|
3048
3059
|
SelendraNetworkMainnet = 1961,
|
|
3060
|
+
'T-RexTestnet' = 1962,
|
|
3049
3061
|
Eleanor = 1967,
|
|
3050
3062
|
SuperSmartChainTestnet = 1969,
|
|
3051
3063
|
SuperSmartChainMainnet = 1970,
|
|
@@ -3269,7 +3281,7 @@ export declare enum ChainId {
|
|
|
3269
3281
|
FantomTestnet = 4002,
|
|
3270
3282
|
X1Fastnet = 4003,
|
|
3271
3283
|
CarboniumTestnetNetwork = 4040,
|
|
3272
|
-
|
|
3284
|
+
GANchainL1 = 4048,
|
|
3273
3285
|
BobaoperaTestnet = 4051,
|
|
3274
3286
|
Bahamutocean = 4058,
|
|
3275
3287
|
Nahmii3Mainnet = 4061,
|
|
@@ -3600,8 +3612,9 @@ export declare enum ChainId {
|
|
|
3600
3612
|
BinaryChainTestnet = 9876,
|
|
3601
3613
|
DogelayerMainnet = 9888,
|
|
3602
3614
|
Pointledger = 9889,
|
|
3603
|
-
'Arena-z-testnet' = 9897,
|
|
3615
|
+
'Arena-z-testnet-deprecated' = 9897,
|
|
3604
3616
|
LarissaChain = 9898,
|
|
3617
|
+
'Arena-Z-Testnet' = 9899,
|
|
3605
3618
|
ZytronLineaMainnet = 9901,
|
|
3606
3619
|
EspentoMainnet = 9911,
|
|
3607
3620
|
UXERTESTNETNETWORK = 9966,
|
|
@@ -4065,7 +4078,7 @@ export declare enum ChainId {
|
|
|
4065
4078
|
GoldSmartChainTestnet = 79879,
|
|
4066
4079
|
Mumbai = 80001,
|
|
4067
4080
|
Amoy = 80002,
|
|
4068
|
-
|
|
4081
|
+
PolynomialSepolia = 80008,
|
|
4069
4082
|
BerachainBepolia = 80069,
|
|
4070
4083
|
BerachainbArtio = 80084,
|
|
4071
4084
|
BerachainArtio = 80085,
|
|
@@ -4492,6 +4505,9 @@ export declare enum ChainId {
|
|
|
4492
4505
|
'Safe(AnWang)Mainnet' = 6666665,
|
|
4493
4506
|
'Safe(AnWang)Testnet' = 6666666,
|
|
4494
4507
|
TheTingBlockchainTestnetExplorer = 6666689,
|
|
4508
|
+
ENITestnet = 6912115,
|
|
4509
|
+
HumanityProtocol = 6985385,
|
|
4510
|
+
HumanityProtocoltestnet = 7080969,
|
|
4495
4511
|
COTITestnet = 7082400,
|
|
4496
4512
|
SaakuruMainnet = 7225878,
|
|
4497
4513
|
OpenVessel = 7355310,
|
|
@@ -4613,6 +4629,7 @@ export declare enum ChainId {
|
|
|
4613
4629
|
GatherTestnetNetwork = 356256156,
|
|
4614
4630
|
AssetHub = 420420419,
|
|
4615
4631
|
WestendAssetHub = 420420421,
|
|
4632
|
+
PaseoPassetHub = 420420422,
|
|
4616
4633
|
DeprecatedSKALEEuropaHubTestnet = 476158412,
|
|
4617
4634
|
GPTTestnet = 476462898,
|
|
4618
4635
|
GatherDevnetNetwork = 486217935,
|
|
@@ -4667,6 +4684,7 @@ export declare enum ChainId {
|
|
|
4667
4684
|
RARIChainTestnet = 1918988905,
|
|
4668
4685
|
LumiaTestnet = 1952959480,
|
|
4669
4686
|
DataHopper = 2021121117,
|
|
4687
|
+
LumiaBeamTestnet = 2030232745,
|
|
4670
4688
|
SKALEEuropaHub = 2046399126,
|
|
4671
4689
|
AccumulateKermit = 2478899481,
|
|
4672
4690
|
TronShasta = 2494104990,
|
package/dist/src/enums.js
CHANGED
|
@@ -174,6 +174,7 @@ var ChainName;
|
|
|
174
174
|
ChainName["HOOSmartChainTestnet"] = "HOO Smart Chain Testnet";
|
|
175
175
|
ChainName["CO2eChain"] = "CO2e Chain";
|
|
176
176
|
ChainName["Latam-BlockchainResilTestnet"] = "Latam-Blockchain Resil Testnet";
|
|
177
|
+
ChainName["ENIMainnet"] = "ENI Mainnet";
|
|
177
178
|
ChainName["OTC"] = "OTC";
|
|
178
179
|
ChainName["DCMainnet"] = "DC Mainnet";
|
|
179
180
|
ChainName["HashKeyChain"] = "HashKey Chain";
|
|
@@ -282,7 +283,7 @@ var ChainName;
|
|
|
282
283
|
ChainName["ZKcandyMainnet"] = "ZKcandy Mainnet";
|
|
283
284
|
ChainName["KCCMainnet"] = "KCC Mainnet";
|
|
284
285
|
ChainName["KCCTestnet"] = "KCC Testnet";
|
|
285
|
-
ChainName["
|
|
286
|
+
ChainName["BuyCexInfinityChain"] = "BuyCex Infinity Chain";
|
|
286
287
|
ChainName["ZkSyncMainnet"] = "zkSync Mainnet";
|
|
287
288
|
ChainName["GRVTExchange"] = "GRVT Exchange";
|
|
288
289
|
ChainName["GRVTExchangeTestnet"] = "GRVT Exchange Testnet";
|
|
@@ -439,6 +440,7 @@ var ChainName;
|
|
|
439
440
|
ChainName["ElectraNetwork"] = "Electra Network";
|
|
440
441
|
ChainName["RadiusTestnet"] = "Radius Testnet";
|
|
441
442
|
ChainName["FantasiaChainMainnet"] = "Fantasia Chain Mainnet";
|
|
443
|
+
ChainName["WorldMobileChain-Mainnet"] = "WorldMobileChain-Mainnet";
|
|
442
444
|
ChainName["ElectraTestNetwork"] = "Electra Test Network";
|
|
443
445
|
ChainName["BandaiNamcoResearchVerseMainnet"] = "Bandai Namco Research Verse Mainnet";
|
|
444
446
|
ChainName["DexitNetwork"] = "Dexit Network";
|
|
@@ -696,6 +698,7 @@ var ChainName;
|
|
|
696
698
|
ChainName["DexillaTestnet"] = "Dexilla Testnet";
|
|
697
699
|
ChainName["AIW3Testnet"] = "AIW3 Testnet";
|
|
698
700
|
ChainName["SelendraNetworkMainnet"] = "Selendra Network Mainnet";
|
|
701
|
+
ChainName["T-RexTestnet"] = "T-Rex Testnet";
|
|
699
702
|
ChainName["Eleanor"] = "Eleanor";
|
|
700
703
|
ChainName["SuperSmartChainTestnet"] = "Super Smart Chain Testnet";
|
|
701
704
|
ChainName["SuperSmartChainMainnet"] = "Super Smart Chain Mainnet";
|
|
@@ -919,7 +922,7 @@ var ChainName;
|
|
|
919
922
|
ChainName["FantomTestnet"] = "Fantom Testnet";
|
|
920
923
|
ChainName["X1Fastnet"] = "X1 Fastnet";
|
|
921
924
|
ChainName["CarboniumTestnetNetwork"] = "Carbonium Testnet Network";
|
|
922
|
-
ChainName["
|
|
925
|
+
ChainName["GANchainL1"] = "GANchain L1";
|
|
923
926
|
ChainName["BobaoperaTestnet"] = "Bobaopera Testnet";
|
|
924
927
|
ChainName["Bahamutocean"] = "Bahamut ocean";
|
|
925
928
|
ChainName["Nahmii3Mainnet"] = "Nahmii 3 Mainnet";
|
|
@@ -1250,8 +1253,9 @@ var ChainName;
|
|
|
1250
1253
|
ChainName["BinaryChainTestnet"] = "BinaryChain Testnet";
|
|
1251
1254
|
ChainName["DogelayerMainnet"] = "Dogelayer Mainnet";
|
|
1252
1255
|
ChainName["Pointledger"] = "pointledger";
|
|
1253
|
-
ChainName["Arena-z-testnet"] = "arena-z-testnet";
|
|
1256
|
+
ChainName["Arena-z-testnet-deprecated"] = "arena-z-testnet-deprecated";
|
|
1254
1257
|
ChainName["LarissaChain"] = "Larissa Chain";
|
|
1258
|
+
ChainName["Arena-Z-Testnet"] = "Arena-Z-Testnet";
|
|
1255
1259
|
ChainName["ZytronLineaMainnet"] = "Zytron Linea Mainnet";
|
|
1256
1260
|
ChainName["EspentoMainnet"] = "Espento Mainnet";
|
|
1257
1261
|
ChainName["UXERTESTNETNETWORK"] = "UXER TESTNET NETWORK";
|
|
@@ -1715,7 +1719,7 @@ var ChainName;
|
|
|
1715
1719
|
ChainName["GoldSmartChainTestnet"] = "Gold Smart Chain Testnet";
|
|
1716
1720
|
ChainName["Mumbai"] = "Mumbai";
|
|
1717
1721
|
ChainName["Amoy"] = "Amoy";
|
|
1718
|
-
ChainName["
|
|
1722
|
+
ChainName["PolynomialSepolia"] = "Polynomial Sepolia";
|
|
1719
1723
|
ChainName["BerachainBepolia"] = "Berachain Bepolia";
|
|
1720
1724
|
ChainName["BerachainbArtio"] = "Berachain bArtio";
|
|
1721
1725
|
ChainName["BerachainArtio"] = "Berachain Artio";
|
|
@@ -2142,6 +2146,9 @@ var ChainName;
|
|
|
2142
2146
|
ChainName["Safe(AnWang)Mainnet"] = "Safe(AnWang) Mainnet";
|
|
2143
2147
|
ChainName["Safe(AnWang)Testnet"] = "Safe(AnWang) Testnet";
|
|
2144
2148
|
ChainName["TheTingBlockchainTestnetExplorer"] = "The Ting Blockchain Testnet Explorer";
|
|
2149
|
+
ChainName["ENITestnet"] = "ENI Testnet";
|
|
2150
|
+
ChainName["HumanityProtocol"] = "Humanity Protocol";
|
|
2151
|
+
ChainName["HumanityProtocoltestnet"] = "Humanity Protocol testnet";
|
|
2145
2152
|
ChainName["COTITestnet"] = "COTI Testnet";
|
|
2146
2153
|
ChainName["SaakuruMainnet"] = "Saakuru Mainnet";
|
|
2147
2154
|
ChainName["OpenVessel"] = "OpenVessel";
|
|
@@ -2263,6 +2270,7 @@ var ChainName;
|
|
|
2263
2270
|
ChainName["GatherTestnetNetwork"] = "Gather Testnet Network";
|
|
2264
2271
|
ChainName["AssetHub"] = "Asset Hub";
|
|
2265
2272
|
ChainName["WestendAssetHub"] = "Westend Asset Hub";
|
|
2273
|
+
ChainName["PaseoPassetHub"] = "Paseo PassetHub";
|
|
2266
2274
|
ChainName["DeprecatedSKALEEuropaHubTestnet"] = "Deprecated SKALE Europa Hub Testnet";
|
|
2267
2275
|
ChainName["GPTTestnet"] = "GPT Testnet";
|
|
2268
2276
|
ChainName["GatherDevnetNetwork"] = "Gather Devnet Network";
|
|
@@ -2317,6 +2325,7 @@ var ChainName;
|
|
|
2317
2325
|
ChainName["RARIChainTestnet"] = "RARI Chain Testnet";
|
|
2318
2326
|
ChainName["LumiaTestnet"] = "Lumia Testnet";
|
|
2319
2327
|
ChainName["DataHopper"] = "DataHopper";
|
|
2328
|
+
ChainName["LumiaBeamTestnet"] = "Lumia Beam Testnet";
|
|
2320
2329
|
ChainName["SKALEEuropaHub"] = "SKALE Europa Hub";
|
|
2321
2330
|
ChainName["AccumulateKermit"] = "Accumulate Kermit";
|
|
2322
2331
|
ChainName["TronShasta"] = "Tron Shasta";
|
|
@@ -2529,6 +2538,7 @@ var ChainId;
|
|
|
2529
2538
|
ChainId[ChainId["HOOSmartChainTestnet"] = 170] = "HOOSmartChainTestnet";
|
|
2530
2539
|
ChainId[ChainId["CO2eChain"] = 171] = "CO2eChain";
|
|
2531
2540
|
ChainId[ChainId["Latam-BlockchainResilTestnet"] = 172] = "Latam-BlockchainResilTestnet";
|
|
2541
|
+
ChainId[ChainId["ENIMainnet"] = 173] = "ENIMainnet";
|
|
2532
2542
|
ChainId[ChainId["OTC"] = 175] = "OTC";
|
|
2533
2543
|
ChainId[ChainId["DCMainnet"] = 176] = "DCMainnet";
|
|
2534
2544
|
ChainId[ChainId["HashKeyChain"] = 177] = "HashKeyChain";
|
|
@@ -2637,7 +2647,7 @@ var ChainId;
|
|
|
2637
2647
|
ChainId[ChainId["ZKcandyMainnet"] = 320] = "ZKcandyMainnet";
|
|
2638
2648
|
ChainId[ChainId["KCCMainnet"] = 321] = "KCCMainnet";
|
|
2639
2649
|
ChainId[ChainId["KCCTestnet"] = 322] = "KCCTestnet";
|
|
2640
|
-
ChainId[ChainId["
|
|
2650
|
+
ChainId[ChainId["BuyCexInfinityChain"] = 323] = "BuyCexInfinityChain";
|
|
2641
2651
|
ChainId[ChainId["ZkSyncMainnet"] = 324] = "ZkSyncMainnet";
|
|
2642
2652
|
ChainId[ChainId["GRVTExchange"] = 325] = "GRVTExchange";
|
|
2643
2653
|
ChainId[ChainId["GRVTExchangeTestnet"] = 326] = "GRVTExchangeTestnet";
|
|
@@ -2794,6 +2804,7 @@ var ChainId;
|
|
|
2794
2804
|
ChainId[ChainId["ElectraNetwork"] = 861] = "ElectraNetwork";
|
|
2795
2805
|
ChainId[ChainId["RadiusTestnet"] = 863] = "RadiusTestnet";
|
|
2796
2806
|
ChainId[ChainId["FantasiaChainMainnet"] = 868] = "FantasiaChainMainnet";
|
|
2807
|
+
ChainId[ChainId["WorldMobileChain-Mainnet"] = 869] = "WorldMobileChain-Mainnet";
|
|
2797
2808
|
ChainId[ChainId["ElectraTestNetwork"] = 871] = "ElectraTestNetwork";
|
|
2798
2809
|
ChainId[ChainId["BandaiNamcoResearchVerseMainnet"] = 876] = "BandaiNamcoResearchVerseMainnet";
|
|
2799
2810
|
ChainId[ChainId["DexitNetwork"] = 877] = "DexitNetwork";
|
|
@@ -3051,6 +3062,7 @@ var ChainId;
|
|
|
3051
3062
|
ChainId[ChainId["DexillaTestnet"] = 1954] = "DexillaTestnet";
|
|
3052
3063
|
ChainId[ChainId["AIW3Testnet"] = 1956] = "AIW3Testnet";
|
|
3053
3064
|
ChainId[ChainId["SelendraNetworkMainnet"] = 1961] = "SelendraNetworkMainnet";
|
|
3065
|
+
ChainId[ChainId["T-RexTestnet"] = 1962] = "T-RexTestnet";
|
|
3054
3066
|
ChainId[ChainId["Eleanor"] = 1967] = "Eleanor";
|
|
3055
3067
|
ChainId[ChainId["SuperSmartChainTestnet"] = 1969] = "SuperSmartChainTestnet";
|
|
3056
3068
|
ChainId[ChainId["SuperSmartChainMainnet"] = 1970] = "SuperSmartChainMainnet";
|
|
@@ -3274,7 +3286,7 @@ var ChainId;
|
|
|
3274
3286
|
ChainId[ChainId["FantomTestnet"] = 4002] = "FantomTestnet";
|
|
3275
3287
|
ChainId[ChainId["X1Fastnet"] = 4003] = "X1Fastnet";
|
|
3276
3288
|
ChainId[ChainId["CarboniumTestnetNetwork"] = 4040] = "CarboniumTestnetNetwork";
|
|
3277
|
-
ChainId[ChainId["
|
|
3289
|
+
ChainId[ChainId["GANchainL1"] = 4048] = "GANchainL1";
|
|
3278
3290
|
ChainId[ChainId["BobaoperaTestnet"] = 4051] = "BobaoperaTestnet";
|
|
3279
3291
|
ChainId[ChainId["Bahamutocean"] = 4058] = "Bahamutocean";
|
|
3280
3292
|
ChainId[ChainId["Nahmii3Mainnet"] = 4061] = "Nahmii3Mainnet";
|
|
@@ -3605,8 +3617,9 @@ var ChainId;
|
|
|
3605
3617
|
ChainId[ChainId["BinaryChainTestnet"] = 9876] = "BinaryChainTestnet";
|
|
3606
3618
|
ChainId[ChainId["DogelayerMainnet"] = 9888] = "DogelayerMainnet";
|
|
3607
3619
|
ChainId[ChainId["Pointledger"] = 9889] = "Pointledger";
|
|
3608
|
-
ChainId[ChainId["Arena-z-testnet"] = 9897] = "Arena-z-testnet";
|
|
3620
|
+
ChainId[ChainId["Arena-z-testnet-deprecated"] = 9897] = "Arena-z-testnet-deprecated";
|
|
3609
3621
|
ChainId[ChainId["LarissaChain"] = 9898] = "LarissaChain";
|
|
3622
|
+
ChainId[ChainId["Arena-Z-Testnet"] = 9899] = "Arena-Z-Testnet";
|
|
3610
3623
|
ChainId[ChainId["ZytronLineaMainnet"] = 9901] = "ZytronLineaMainnet";
|
|
3611
3624
|
ChainId[ChainId["EspentoMainnet"] = 9911] = "EspentoMainnet";
|
|
3612
3625
|
ChainId[ChainId["UXERTESTNETNETWORK"] = 9966] = "UXERTESTNETNETWORK";
|
|
@@ -4070,7 +4083,7 @@ var ChainId;
|
|
|
4070
4083
|
ChainId[ChainId["GoldSmartChainTestnet"] = 79879] = "GoldSmartChainTestnet";
|
|
4071
4084
|
ChainId[ChainId["Mumbai"] = 80001] = "Mumbai";
|
|
4072
4085
|
ChainId[ChainId["Amoy"] = 80002] = "Amoy";
|
|
4073
|
-
ChainId[ChainId["
|
|
4086
|
+
ChainId[ChainId["PolynomialSepolia"] = 80008] = "PolynomialSepolia";
|
|
4074
4087
|
ChainId[ChainId["BerachainBepolia"] = 80069] = "BerachainBepolia";
|
|
4075
4088
|
ChainId[ChainId["BerachainbArtio"] = 80084] = "BerachainbArtio";
|
|
4076
4089
|
ChainId[ChainId["BerachainArtio"] = 80085] = "BerachainArtio";
|
|
@@ -4497,6 +4510,9 @@ var ChainId;
|
|
|
4497
4510
|
ChainId[ChainId["Safe(AnWang)Mainnet"] = 6666665] = "Safe(AnWang)Mainnet";
|
|
4498
4511
|
ChainId[ChainId["Safe(AnWang)Testnet"] = 6666666] = "Safe(AnWang)Testnet";
|
|
4499
4512
|
ChainId[ChainId["TheTingBlockchainTestnetExplorer"] = 6666689] = "TheTingBlockchainTestnetExplorer";
|
|
4513
|
+
ChainId[ChainId["ENITestnet"] = 6912115] = "ENITestnet";
|
|
4514
|
+
ChainId[ChainId["HumanityProtocol"] = 6985385] = "HumanityProtocol";
|
|
4515
|
+
ChainId[ChainId["HumanityProtocoltestnet"] = 7080969] = "HumanityProtocoltestnet";
|
|
4500
4516
|
ChainId[ChainId["COTITestnet"] = 7082400] = "COTITestnet";
|
|
4501
4517
|
ChainId[ChainId["SaakuruMainnet"] = 7225878] = "SaakuruMainnet";
|
|
4502
4518
|
ChainId[ChainId["OpenVessel"] = 7355310] = "OpenVessel";
|
|
@@ -4618,6 +4634,7 @@ var ChainId;
|
|
|
4618
4634
|
ChainId[ChainId["GatherTestnetNetwork"] = 356256156] = "GatherTestnetNetwork";
|
|
4619
4635
|
ChainId[ChainId["AssetHub"] = 420420419] = "AssetHub";
|
|
4620
4636
|
ChainId[ChainId["WestendAssetHub"] = 420420421] = "WestendAssetHub";
|
|
4637
|
+
ChainId[ChainId["PaseoPassetHub"] = 420420422] = "PaseoPassetHub";
|
|
4621
4638
|
ChainId[ChainId["DeprecatedSKALEEuropaHubTestnet"] = 476158412] = "DeprecatedSKALEEuropaHubTestnet";
|
|
4622
4639
|
ChainId[ChainId["GPTTestnet"] = 476462898] = "GPTTestnet";
|
|
4623
4640
|
ChainId[ChainId["GatherDevnetNetwork"] = 486217935] = "GatherDevnetNetwork";
|
|
@@ -4672,6 +4689,7 @@ var ChainId;
|
|
|
4672
4689
|
ChainId[ChainId["RARIChainTestnet"] = 1918988905] = "RARIChainTestnet";
|
|
4673
4690
|
ChainId[ChainId["LumiaTestnet"] = 1952959480] = "LumiaTestnet";
|
|
4674
4691
|
ChainId[ChainId["DataHopper"] = 2021121117] = "DataHopper";
|
|
4692
|
+
ChainId[ChainId["LumiaBeamTestnet"] = 2030232745] = "LumiaBeamTestnet";
|
|
4675
4693
|
ChainId[ChainId["SKALEEuropaHub"] = 2046399126] = "SKALEEuropaHub";
|
|
4676
4694
|
ChainId[ChainId["AccumulateKermit"] = 2478899481] = "AccumulateKermit";
|
|
4677
4695
|
ChainId[ChainId["TronShasta"] = 2494104990] = "TronShasta";
|