@revoke.cash/chains 69.0.0 → 71.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 +393 -71
- package/dist/src/enums.d.ts +42 -12
- package/dist/src/enums.js +42 -12
- 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: 'EGAS', symbol: 'EGAS', 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',
|
|
@@ -3790,8 +3811,8 @@ exports.chains = {
|
|
|
3790
3811
|
parent: { type: 'L2', chain: 'eip155-1' }
|
|
3791
3812
|
},
|
|
3792
3813
|
178: {
|
|
3793
|
-
name: '
|
|
3794
|
-
chain: '
|
|
3814
|
+
name: 'Abey Testnet',
|
|
3815
|
+
chain: 'Abey',
|
|
3795
3816
|
rpc: ['https://testrpc.abeychain.com'],
|
|
3796
3817
|
features: [{ name: 'EIP155' }],
|
|
3797
3818
|
faucets: ['https://testnet-faucet.abeychain.com'],
|
|
@@ -3800,17 +3821,20 @@ exports.chains = {
|
|
|
3800
3821
|
shortName: 'abeyt',
|
|
3801
3822
|
chainId: 178,
|
|
3802
3823
|
networkId: 178,
|
|
3824
|
+
icon: 'abey',
|
|
3803
3825
|
explorers: [
|
|
3804
3826
|
{
|
|
3805
3827
|
name: 'abeyscan-testnet',
|
|
3806
3828
|
url: 'https://testnet.abeyscan.com',
|
|
3829
|
+
icon: 'abey',
|
|
3807
3830
|
standard: 'EIP3091'
|
|
3808
3831
|
}
|
|
3809
|
-
]
|
|
3832
|
+
],
|
|
3833
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreicaucnt5aqvwq6pw2fzvotzonkeaf7cj5yqt3m2wyhtusblroi4se'
|
|
3810
3834
|
},
|
|
3811
3835
|
179: {
|
|
3812
|
-
name: '
|
|
3813
|
-
chain: '
|
|
3836
|
+
name: 'Abey Mainnet',
|
|
3837
|
+
chain: 'Abey',
|
|
3814
3838
|
rpc: ['https://rpc.abeychain.com'],
|
|
3815
3839
|
features: [{ name: 'EIP155' }],
|
|
3816
3840
|
faucets: [],
|
|
@@ -3819,13 +3843,16 @@ exports.chains = {
|
|
|
3819
3843
|
shortName: 'abey',
|
|
3820
3844
|
chainId: 179,
|
|
3821
3845
|
networkId: 179,
|
|
3846
|
+
icon: 'abey',
|
|
3822
3847
|
explorers: [
|
|
3823
3848
|
{
|
|
3824
3849
|
name: 'abeyscan',
|
|
3825
3850
|
url: 'https://abeyscan.com',
|
|
3851
|
+
icon: 'abey',
|
|
3826
3852
|
standard: 'EIP3091'
|
|
3827
3853
|
}
|
|
3828
|
-
]
|
|
3854
|
+
],
|
|
3855
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreicaucnt5aqvwq6pw2fzvotzonkeaf7cj5yqt3m2wyhtusblroi4se'
|
|
3829
3856
|
},
|
|
3830
3857
|
180: {
|
|
3831
3858
|
name: 'AME Chain Mainnet',
|
|
@@ -5098,9 +5125,9 @@ exports.chains = {
|
|
|
5098
5125
|
'wss://fraxtal-rpc.publicnode.com'
|
|
5099
5126
|
],
|
|
5100
5127
|
faucets: [],
|
|
5101
|
-
nativeCurrency: { name: 'Frax
|
|
5128
|
+
nativeCurrency: { name: 'Frax', symbol: 'FRAX', decimals: 18 },
|
|
5102
5129
|
infoURL: 'https://mainnet.frax.com',
|
|
5103
|
-
shortName: '
|
|
5130
|
+
shortName: 'frax',
|
|
5104
5131
|
chainId: 252,
|
|
5105
5132
|
networkId: 252,
|
|
5106
5133
|
icon: 'fraxtal',
|
|
@@ -6109,19 +6136,20 @@ exports.chains = {
|
|
|
6109
6136
|
]
|
|
6110
6137
|
},
|
|
6111
6138
|
323: {
|
|
6112
|
-
name: '
|
|
6113
|
-
chain: '
|
|
6114
|
-
rpc: ['https://rpc.
|
|
6139
|
+
name: 'BuyCex Infinity Chain',
|
|
6140
|
+
chain: 'BUYCEX',
|
|
6141
|
+
rpc: ['https://rpc.buycex.net', 'wss://socket.buycex.net'],
|
|
6115
6142
|
faucets: [],
|
|
6116
|
-
nativeCurrency: { name: '
|
|
6117
|
-
infoURL: 'https://
|
|
6118
|
-
shortName: '
|
|
6143
|
+
nativeCurrency: { name: 'Buycex', symbol: 'BCX', decimals: 18 },
|
|
6144
|
+
infoURL: 'https://infinity.buycex.com',
|
|
6145
|
+
shortName: 'buycex',
|
|
6119
6146
|
chainId: 323,
|
|
6120
6147
|
networkId: 323,
|
|
6148
|
+
status: 'active',
|
|
6121
6149
|
explorers: [
|
|
6122
6150
|
{
|
|
6123
6151
|
name: 'Blockscout',
|
|
6124
|
-
url: 'https://
|
|
6152
|
+
url: 'https://buycex.com',
|
|
6125
6153
|
icon: 'blockscout',
|
|
6126
6154
|
standard: 'EIP3091'
|
|
6127
6155
|
}
|
|
@@ -9490,6 +9518,22 @@ exports.chains = {
|
|
|
9490
9518
|
}
|
|
9491
9519
|
]
|
|
9492
9520
|
},
|
|
9521
|
+
869: {
|
|
9522
|
+
name: 'WorldMobileChain-Mainnet',
|
|
9523
|
+
chain: 'WMC',
|
|
9524
|
+
rpc: [],
|
|
9525
|
+
faucets: [],
|
|
9526
|
+
nativeCurrency: {
|
|
9527
|
+
name: 'World Mobile Token',
|
|
9528
|
+
symbol: 'WMTX',
|
|
9529
|
+
decimals: 18
|
|
9530
|
+
},
|
|
9531
|
+
infoURL: 'https://worldmobile.io/the-chain',
|
|
9532
|
+
shortName: 'WMC',
|
|
9533
|
+
chainId: 869,
|
|
9534
|
+
networkId: 869,
|
|
9535
|
+
status: 'incubating'
|
|
9536
|
+
},
|
|
9493
9537
|
871: {
|
|
9494
9538
|
name: 'Electra Test Network',
|
|
9495
9539
|
chain: 'Electra',
|
|
@@ -13519,6 +13563,31 @@ exports.chains = {
|
|
|
13519
13563
|
],
|
|
13520
13564
|
iconURL: 'https://ipfs.io/ipfs/QmQnf8Fp3xVimXszkCt7EfKWjUzGWK9HBq9EQ8xXbm1APH'
|
|
13521
13565
|
},
|
|
13566
|
+
1612: {
|
|
13567
|
+
name: 'OpenLedger Mainnet',
|
|
13568
|
+
chain: 'OpenLedger',
|
|
13569
|
+
rpc: ['https://rpc.openledger.xyz'],
|
|
13570
|
+
faucets: [],
|
|
13571
|
+
nativeCurrency: { name: 'Open', symbol: 'OPEN', decimals: 18 },
|
|
13572
|
+
infoURL: 'https://www.openledger.xyz',
|
|
13573
|
+
shortName: 'open',
|
|
13574
|
+
chainId: 1612,
|
|
13575
|
+
networkId: 1612,
|
|
13576
|
+
icon: 'openledger',
|
|
13577
|
+
explorers: [
|
|
13578
|
+
{
|
|
13579
|
+
name: 'OpenLedger Explorer',
|
|
13580
|
+
url: 'https://scan.openledger.xyz',
|
|
13581
|
+
standard: 'EIP3091'
|
|
13582
|
+
}
|
|
13583
|
+
],
|
|
13584
|
+
parent: {
|
|
13585
|
+
type: 'L2',
|
|
13586
|
+
chain: 'eip155-1',
|
|
13587
|
+
bridges: [{ url: 'https://bridge.openledger.xyz/' }]
|
|
13588
|
+
},
|
|
13589
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreia37de5s5jtm5t74jtbx5clas3dnbojnrue7ls7ricbnr4kmgcfca'
|
|
13590
|
+
},
|
|
13522
13591
|
1617: {
|
|
13523
13592
|
name: 'Ethereum Inscription Mainnet',
|
|
13524
13593
|
chain: 'ETINS',
|
|
@@ -14893,6 +14962,26 @@ exports.chains = {
|
|
|
14893
14962
|
],
|
|
14894
14963
|
iconURL: 'https://ipfs.io/ipfs/QmbnLDuVc4JReFysyKvmpuqUtj9HCus6qoKD5nQ9QkokzK'
|
|
14895
14964
|
},
|
|
14965
|
+
1962: {
|
|
14966
|
+
name: 'T-Rex Testnet',
|
|
14967
|
+
chain: 'T-Rex',
|
|
14968
|
+
rpc: ['https://testnetrpc.trex.xyz'],
|
|
14969
|
+
faucets: [],
|
|
14970
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
14971
|
+
infoURL: 'https://trex.xyz/',
|
|
14972
|
+
shortName: 'TREX',
|
|
14973
|
+
chainId: 1962,
|
|
14974
|
+
networkId: 1962,
|
|
14975
|
+
icon: 'trex',
|
|
14976
|
+
explorers: [
|
|
14977
|
+
{
|
|
14978
|
+
name: 'T-Rex Testnet explorer',
|
|
14979
|
+
url: 'https://testnet.trex.xyz',
|
|
14980
|
+
standard: 'none'
|
|
14981
|
+
}
|
|
14982
|
+
],
|
|
14983
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreienf63hqo2stiq2wqiprvhowrv3cvhjeko2u3h5vcvjby5ix6ud7a'
|
|
14984
|
+
},
|
|
14896
14985
|
1967: {
|
|
14897
14986
|
name: 'Eleanor',
|
|
14898
14987
|
title: 'Metatime Testnet Eleanor',
|
|
@@ -18587,15 +18676,13 @@ exports.chains = {
|
|
|
18587
18676
|
chain: 'peaq',
|
|
18588
18677
|
icon: 'peaq',
|
|
18589
18678
|
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'
|
|
18679
|
+
'https://quicknode1.peaq.xyz',
|
|
18680
|
+
'https://quicknode2.peaq.xyz',
|
|
18681
|
+
'https://quicknode3.peaq.xyz'
|
|
18595
18682
|
],
|
|
18596
18683
|
faucets: [],
|
|
18597
18684
|
nativeCurrency: { name: 'peaq', symbol: 'PEAQ', decimals: 18 },
|
|
18598
|
-
infoURL: 'https://www.peaq.
|
|
18685
|
+
infoURL: 'https://www.peaq.xyz',
|
|
18599
18686
|
shortName: 'PEAQ',
|
|
18600
18687
|
chainId: 3338,
|
|
18601
18688
|
networkId: 3338,
|
|
@@ -19587,14 +19674,14 @@ exports.chains = {
|
|
|
19587
19674
|
iconURL: 'https://ipfs.io/ipfs/QmUTDMvoY7JgDs9sZuuBhsyJz6B2dNfc5jj6xUj355be2C'
|
|
19588
19675
|
},
|
|
19589
19676
|
4048: {
|
|
19590
|
-
name: '
|
|
19677
|
+
name: 'GANchain L1',
|
|
19591
19678
|
chain: 'GAN',
|
|
19592
19679
|
icon: 'gpu',
|
|
19593
19680
|
rpc: ['https://rpc.gpu.net'],
|
|
19594
19681
|
faucets: [],
|
|
19595
|
-
nativeCurrency: { name: '
|
|
19682
|
+
nativeCurrency: { name: 'GPUnet', symbol: 'GPU', decimals: 18 },
|
|
19596
19683
|
infoURL: 'https://docs.gpu.net/',
|
|
19597
|
-
shortName: '
|
|
19684
|
+
shortName: 'GANchain',
|
|
19598
19685
|
chainId: 4048,
|
|
19599
19686
|
networkId: 4048,
|
|
19600
19687
|
explorers: [
|
|
@@ -20081,9 +20168,7 @@ exports.chains = {
|
|
|
20081
20168
|
'https://layeredge-mainnet-evm.itrocket.net',
|
|
20082
20169
|
'https://layeredge.rpc.subquery.network/public',
|
|
20083
20170
|
'https://rpc.layeredge.io',
|
|
20084
|
-
'https://
|
|
20085
|
-
'https://rpc.layeredge.foundation',
|
|
20086
|
-
'https://rpc2.layeredge.foundation'
|
|
20171
|
+
'https://rpc.layeredge.foundation'
|
|
20087
20172
|
],
|
|
20088
20173
|
faucets: [],
|
|
20089
20174
|
nativeCurrency: { name: 'Layer Edge', symbol: 'EDGEN', decimals: 18 },
|
|
@@ -21281,6 +21366,8 @@ exports.chains = {
|
|
|
21281
21366
|
rpc: [
|
|
21282
21367
|
'https://rpc1.bahamut.io',
|
|
21283
21368
|
'https://rpc2.bahamut.io',
|
|
21369
|
+
'https://rpc1.ftnscan.io',
|
|
21370
|
+
'https://rpc2.ftnscan.io',
|
|
21284
21371
|
'wss://ws1.sahara.bahamutchain.com',
|
|
21285
21372
|
'wss://ws2.sahara.bahamutchain.com',
|
|
21286
21373
|
'https://bahamut-rpc.publicnode.com',
|
|
@@ -21298,7 +21385,8 @@ exports.chains = {
|
|
|
21298
21385
|
name: 'blockscout',
|
|
21299
21386
|
url: 'https://ftnscan.com',
|
|
21300
21387
|
standard: 'none'
|
|
21301
|
-
}
|
|
21388
|
+
},
|
|
21389
|
+
{ name: 'blockscout', url: 'https://ftnscan.io', standard: 'none' }
|
|
21302
21390
|
],
|
|
21303
21391
|
iconURL: 'https://ipfs.io/ipfs/QmSemioP83RXnDWwTZbet8VpwJxcFRboX4B3pcdhLZGodP'
|
|
21304
21392
|
},
|
|
@@ -21900,8 +21988,8 @@ exports.chains = {
|
|
|
21900
21988
|
name: 'Tanssi Demo',
|
|
21901
21989
|
chain: 'TANGO',
|
|
21902
21990
|
rpc: [
|
|
21903
|
-
'https://
|
|
21904
|
-
'wss://
|
|
21991
|
+
'https://dancelight-2001.tanssi-api.network',
|
|
21992
|
+
'wss://dancelight-2001.tanssi-api.network'
|
|
21905
21993
|
],
|
|
21906
21994
|
faucets: ['https://apps.tanssi.network/demo'],
|
|
21907
21995
|
nativeCurrency: { name: 'TANGO', symbol: 'TANGO', decimals: 18 },
|
|
@@ -21912,7 +22000,7 @@ exports.chains = {
|
|
|
21912
22000
|
explorers: [
|
|
21913
22001
|
{
|
|
21914
22002
|
name: 'BlockScout',
|
|
21915
|
-
url: 'https://
|
|
22003
|
+
url: 'https://dancelight-2001-blockscout.tanssi-chains.network',
|
|
21916
22004
|
standard: 'EIP3091'
|
|
21917
22005
|
}
|
|
21918
22006
|
]
|
|
@@ -22093,6 +22181,31 @@ exports.chains = {
|
|
|
22093
22181
|
}
|
|
22094
22182
|
]
|
|
22095
22183
|
},
|
|
22184
|
+
5887: {
|
|
22185
|
+
name: 'MANTRACHAIN Testnet',
|
|
22186
|
+
chain: 'Dukong',
|
|
22187
|
+
rpc: [
|
|
22188
|
+
'https://evm.dukong.mantrachain.io',
|
|
22189
|
+
'wss://evm.dukong.mantrachain.io/ws'
|
|
22190
|
+
],
|
|
22191
|
+
faucets: ['https://faucet.dukong.mantrachain.io'],
|
|
22192
|
+
nativeCurrency: { name: 'OM', symbol: 'OM', decimals: 18 },
|
|
22193
|
+
infoURL: 'https://mantrachain.io',
|
|
22194
|
+
shortName: 'dukong',
|
|
22195
|
+
chainId: 5887,
|
|
22196
|
+
networkId: 5887,
|
|
22197
|
+
slip44: 1,
|
|
22198
|
+
icon: 'om',
|
|
22199
|
+
explorers: [
|
|
22200
|
+
{
|
|
22201
|
+
name: 'Dukong Explorer',
|
|
22202
|
+
url: 'http://mantrascan.io',
|
|
22203
|
+
standard: 'none',
|
|
22204
|
+
icon: 'om'
|
|
22205
|
+
}
|
|
22206
|
+
],
|
|
22207
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreiftgt747chqsw67a3jyklr52op5rozqmi3qnp4edwjcf2gxabwdnu'
|
|
22208
|
+
},
|
|
22096
22209
|
6000: {
|
|
22097
22210
|
name: 'BounceBit Testnet',
|
|
22098
22211
|
chain: 'BounceBit',
|
|
@@ -22900,9 +23013,9 @@ exports.chains = {
|
|
|
22900
23013
|
6934: {
|
|
22901
23014
|
name: 'Xylume TestNet',
|
|
22902
23015
|
chain: 'XYL',
|
|
22903
|
-
rpc: ['https://
|
|
22904
|
-
faucets: ['https://debxylen.github.io/
|
|
22905
|
-
nativeCurrency: { name: '
|
|
23016
|
+
rpc: ['https://xylume-testnet.sparked.network/rpc/'],
|
|
23017
|
+
faucets: ['https://debxylen.github.io/Xylume_TestNet/faucet.html'],
|
|
23018
|
+
nativeCurrency: { name: 'Xylume', symbol: 'XYL', decimals: 18 },
|
|
22906
23019
|
features: [
|
|
22907
23020
|
{ name: 'EIP155' },
|
|
22908
23021
|
{ name: 'EIP1559' },
|
|
@@ -26394,26 +26507,59 @@ exports.chains = {
|
|
|
26394
26507
|
bridges: [{ url: 'https://gateway.boba.network' }]
|
|
26395
26508
|
}
|
|
26396
26509
|
},
|
|
26510
|
+
9745: {
|
|
26511
|
+
name: 'Plasma Mainnet',
|
|
26512
|
+
chain: 'Plasma',
|
|
26513
|
+
rpc: ['https://rpc.plasma.to'],
|
|
26514
|
+
faucets: [],
|
|
26515
|
+
nativeCurrency: { name: 'Plasma', symbol: 'XPL', decimals: 18 },
|
|
26516
|
+
infoURL: 'https://plasma.to',
|
|
26517
|
+
shortName: 'plasma',
|
|
26518
|
+
chainId: 9745,
|
|
26519
|
+
networkId: 9745,
|
|
26520
|
+
icon: 'plasma',
|
|
26521
|
+
explorers: [
|
|
26522
|
+
{
|
|
26523
|
+
name: 'Routescan',
|
|
26524
|
+
url: 'https://plasmascan.to',
|
|
26525
|
+
standard: 'EIP3091'
|
|
26526
|
+
}
|
|
26527
|
+
],
|
|
26528
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreicgr636cvsomnqj3ikgdpixfv7eh2nr2u3k7v423raav2lrpsvfwy'
|
|
26529
|
+
},
|
|
26397
26530
|
9746: {
|
|
26398
26531
|
name: 'Plasma Testnet',
|
|
26399
26532
|
chain: 'Plasma',
|
|
26400
|
-
rpc: ['https://
|
|
26533
|
+
rpc: ['https://testnet-rpc.plasma.to'],
|
|
26401
26534
|
faucets: [],
|
|
26402
|
-
nativeCurrency: { name: 'Testnet Plasma', symbol: '
|
|
26535
|
+
nativeCurrency: { name: 'Testnet Plasma', symbol: 'XPL', decimals: 18 },
|
|
26403
26536
|
infoURL: 'https://plasma.to',
|
|
26404
|
-
shortName: 'plasma',
|
|
26537
|
+
shortName: 'plasma-testnet',
|
|
26405
26538
|
chainId: 9746,
|
|
26406
26539
|
networkId: 9746,
|
|
26407
26540
|
icon: 'plasma',
|
|
26408
26541
|
explorers: [
|
|
26409
26542
|
{
|
|
26410
|
-
name: '
|
|
26411
|
-
url: 'https://
|
|
26412
|
-
icon: 'plasma',
|
|
26543
|
+
name: 'Routescan',
|
|
26544
|
+
url: 'https://testnet.plasmascan.to',
|
|
26413
26545
|
standard: 'EIP3091'
|
|
26414
26546
|
}
|
|
26415
26547
|
],
|
|
26416
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
26548
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreicgr636cvsomnqj3ikgdpixfv7eh2nr2u3k7v423raav2lrpsvfwy'
|
|
26549
|
+
},
|
|
26550
|
+
9747: {
|
|
26551
|
+
name: 'Plasma Devnet',
|
|
26552
|
+
chain: 'Plasma',
|
|
26553
|
+
rpc: ['https://devnet-rpc.plasma.to'],
|
|
26554
|
+
faucets: [],
|
|
26555
|
+
nativeCurrency: { name: 'Devnet Plasma', symbol: 'XPL', decimals: 18 },
|
|
26556
|
+
infoURL: 'https://plasma.to',
|
|
26557
|
+
shortName: 'plasma-devnet',
|
|
26558
|
+
chainId: 9747,
|
|
26559
|
+
networkId: 9747,
|
|
26560
|
+
icon: 'plasma',
|
|
26561
|
+
explorers: [],
|
|
26562
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreicgr636cvsomnqj3ikgdpixfv7eh2nr2u3k7v423raav2lrpsvfwy'
|
|
26417
26563
|
},
|
|
26418
26564
|
9768: {
|
|
26419
26565
|
name: 'MainnetZ Testnet',
|
|
@@ -26652,39 +26798,21 @@ exports.chains = {
|
|
|
26652
26798
|
iconURL: 'https://ipfs.io/ipfs/QmV1Q7Q9XKRin5C5Qg6TTb3BnqmC1Qb6jyebUbTMXGPV1L'
|
|
26653
26799
|
},
|
|
26654
26800
|
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
|
-
],
|
|
26801
|
+
name: 'arena-z-testnet-deprecated',
|
|
26802
|
+
title: 'Arena-Z-Testnet-deprecated',
|
|
26803
|
+
chain: 'arena-z-testnet-deprecated',
|
|
26804
|
+
rpc: [],
|
|
26662
26805
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
26663
26806
|
icon: 'arena-z',
|
|
26664
26807
|
infoURL: 'https://raas.gelato.network/rollups/details/public/arena-z-testnet',
|
|
26665
26808
|
faucets: [],
|
|
26666
|
-
shortName: 'arena-z-testnet',
|
|
26809
|
+
shortName: 'arena-z-testnet-deprecated',
|
|
26667
26810
|
chainId: 9897,
|
|
26668
26811
|
networkId: 9897,
|
|
26669
26812
|
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',
|
|
26813
|
+
explorers: [],
|
|
26814
|
+
parent: { type: 'L2', chain: 'eip155-11155111', bridges: [] },
|
|
26815
|
+
status: 'deprecated',
|
|
26688
26816
|
iconURL: 'https://ipfs.io/ipfs/bafkreic2vglaqxdbk5u7uw4vgksxri5xcbrnlysam57dsob2uvr33dzoma'
|
|
26689
26817
|
},
|
|
26690
26818
|
9898: {
|
|
@@ -26710,6 +26838,34 @@ exports.chains = {
|
|
|
26710
26838
|
],
|
|
26711
26839
|
iconURL: 'https://ipfs.io/ipfs/QmZTWoZ3LvivSinaJ4aSwqU8pCXw8oSZNnUCh4wwXxtAoQ'
|
|
26712
26840
|
},
|
|
26841
|
+
9899: {
|
|
26842
|
+
name: 'Arena-Z-Testnet',
|
|
26843
|
+
title: 'Arena-Z-Testnet',
|
|
26844
|
+
chain: 'arena-z-testnet',
|
|
26845
|
+
rpc: ['https://testnet-rpc.arena-z.gg', 'wss://testnet-ws.arena-z.gg'],
|
|
26846
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
26847
|
+
icon: 'arena-z',
|
|
26848
|
+
infoURL: 'https://raas.gelato.network/rollups/details/public/arena-z-testnet',
|
|
26849
|
+
faucets: ['https://testnet-faucet.arena-z.gg'],
|
|
26850
|
+
shortName: 'arena-z-testnet',
|
|
26851
|
+
chainId: 9899,
|
|
26852
|
+
networkId: 9899,
|
|
26853
|
+
explorers: [
|
|
26854
|
+
{
|
|
26855
|
+
name: 'blockscout',
|
|
26856
|
+
url: 'https://testnet-explorer.arena-z.gg',
|
|
26857
|
+
icon: 'blockscout',
|
|
26858
|
+
standard: 'EIP3091'
|
|
26859
|
+
}
|
|
26860
|
+
],
|
|
26861
|
+
parent: {
|
|
26862
|
+
type: 'L2',
|
|
26863
|
+
chain: 'eip155-11155111',
|
|
26864
|
+
bridges: [{ url: 'https://testnet-bridge.arena-z.gg' }]
|
|
26865
|
+
},
|
|
26866
|
+
status: 'active',
|
|
26867
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreic2vglaqxdbk5u7uw4vgksxri5xcbrnlysam57dsob2uvr33dzoma'
|
|
26868
|
+
},
|
|
26713
26869
|
9901: {
|
|
26714
26870
|
name: 'Zytron Linea Mainnet',
|
|
26715
26871
|
chain: 'ETH',
|
|
@@ -32881,6 +33037,11 @@ exports.chains = {
|
|
|
32881
33037
|
rpc: ['https://forno.celo.org', 'wss://forno.celo.org/ws'],
|
|
32882
33038
|
faucets: [],
|
|
32883
33039
|
infoURL: 'https://docs.celo.org/',
|
|
33040
|
+
parent: {
|
|
33041
|
+
type: 'L2',
|
|
33042
|
+
chain: 'eip155-1',
|
|
33043
|
+
bridges: [{ url: 'https://superbridge.app/celo' }]
|
|
33044
|
+
},
|
|
32884
33045
|
explorers: [
|
|
32885
33046
|
{
|
|
32886
33047
|
name: 'Celoscan',
|
|
@@ -32889,8 +33050,8 @@ exports.chains = {
|
|
|
32889
33050
|
},
|
|
32890
33051
|
{
|
|
32891
33052
|
name: 'blockscout',
|
|
32892
|
-
url: 'https://
|
|
32893
|
-
standard: '
|
|
33053
|
+
url: 'https://celo.blockscout.com',
|
|
33054
|
+
standard: 'EIP3091'
|
|
32894
33055
|
}
|
|
32895
33056
|
]
|
|
32896
33057
|
},
|
|
@@ -36716,7 +36877,7 @@ exports.chains = {
|
|
|
36716
36877
|
iconURL: 'https://ipfs.io/ipfs/QmRNqgazYuxUa5WdddFPftTWiP3KwzBMgV9Z19QWnLMETc'
|
|
36717
36878
|
},
|
|
36718
36879
|
80008: {
|
|
36719
|
-
name: '
|
|
36880
|
+
name: 'Polynomial Sepolia',
|
|
36720
36881
|
chain: 'polynomialSepolia',
|
|
36721
36882
|
rpc: ['https://rpc.sepolia.polynomial.fi'],
|
|
36722
36883
|
faucets: [],
|
|
@@ -39373,6 +39534,28 @@ exports.chains = {
|
|
|
39373
39534
|
],
|
|
39374
39535
|
iconURL: 'https://ipfs.io/ipfs/QmcCFUTStKKJKfzTwrjfMFoVaPCMsvAvWXRdDkYMvCkEs3'
|
|
39375
39536
|
},
|
|
39537
|
+
120893: {
|
|
39538
|
+
name: 'Sova Sepolia Testnet',
|
|
39539
|
+
chain: 'ETH',
|
|
39540
|
+
icon: 'sova',
|
|
39541
|
+
rpc: ['https://rpc.testnet.sova.io'],
|
|
39542
|
+
faucets: [],
|
|
39543
|
+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
|
39544
|
+
infoURL: 'https://sova.io',
|
|
39545
|
+
shortName: 'sovasep',
|
|
39546
|
+
chainId: 120893,
|
|
39547
|
+
networkId: 120893,
|
|
39548
|
+
slip44: 1,
|
|
39549
|
+
explorers: [
|
|
39550
|
+
{
|
|
39551
|
+
name: 'blockscout',
|
|
39552
|
+
url: 'https://explorer.testnet.sova.io',
|
|
39553
|
+
icon: 'blockscout',
|
|
39554
|
+
standard: 'EIP3091'
|
|
39555
|
+
}
|
|
39556
|
+
],
|
|
39557
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreid7xn7bs3l66axinbq25gl7ypdlwbinnbit4bz3qcy36fia4icrgm'
|
|
39558
|
+
},
|
|
39376
39559
|
121212: {
|
|
39377
39560
|
name: 'Rome Devnet Esquiline',
|
|
39378
39561
|
chain: 'ROME',
|
|
@@ -45788,6 +45971,75 @@ exports.chains = {
|
|
|
45788
45971
|
}
|
|
45789
45972
|
]
|
|
45790
45973
|
},
|
|
45974
|
+
6912115: {
|
|
45975
|
+
name: 'ENI Testnet',
|
|
45976
|
+
chain: 'ENI',
|
|
45977
|
+
rpc: ['https://rpc-testnet.eniac.network'],
|
|
45978
|
+
faucets: [],
|
|
45979
|
+
nativeCurrency: { name: 'EGAS', symbol: 'EGAS', decimals: 18 },
|
|
45980
|
+
infoURL: 'https://eniac.network/',
|
|
45981
|
+
shortName: 'eni-test',
|
|
45982
|
+
chainId: 6912115,
|
|
45983
|
+
networkId: 6912115,
|
|
45984
|
+
icon: 'eni-test',
|
|
45985
|
+
explorers: [
|
|
45986
|
+
{
|
|
45987
|
+
name: 'ENI Testnet Explorer',
|
|
45988
|
+
url: 'https://scan-testnet.eniac.network',
|
|
45989
|
+
standard: 'EIP3091'
|
|
45990
|
+
}
|
|
45991
|
+
],
|
|
45992
|
+
iconURL: 'https://ipfs.io/ipfs/QmdhqHQnPHhuhowh3ifncxw2SNzjMRCy2jQY8aMScpjUpd'
|
|
45993
|
+
},
|
|
45994
|
+
6985385: {
|
|
45995
|
+
name: 'Humanity Protocol',
|
|
45996
|
+
chain: 'Humanity',
|
|
45997
|
+
rpc: ['https://humanity-mainnet.g.alchemy.com/public'],
|
|
45998
|
+
faucets: [],
|
|
45999
|
+
nativeCurrency: { name: 'H', symbol: 'H', decimals: 18 },
|
|
46000
|
+
infoURL: 'https://humanity.org',
|
|
46001
|
+
parent: {
|
|
46002
|
+
type: 'L2',
|
|
46003
|
+
chain: 'eip155-42161',
|
|
46004
|
+
bridges: [{ url: 'https://bridge.arbitrum.io' }]
|
|
46005
|
+
},
|
|
46006
|
+
shortName: 'hp',
|
|
46007
|
+
chainId: 6985385,
|
|
46008
|
+
networkId: 6985385,
|
|
46009
|
+
status: 'active',
|
|
46010
|
+
explorers: [
|
|
46011
|
+
{
|
|
46012
|
+
name: 'Humanity Mainnet explorer',
|
|
46013
|
+
url: 'https://humanity-mainnet.explorer.alchemy.com',
|
|
46014
|
+
standard: 'none'
|
|
46015
|
+
}
|
|
46016
|
+
],
|
|
46017
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }]
|
|
46018
|
+
},
|
|
46019
|
+
7080969: {
|
|
46020
|
+
name: 'Humanity Protocol testnet',
|
|
46021
|
+
chain: 'Humanity',
|
|
46022
|
+
rpc: [
|
|
46023
|
+
'https://rpc.testnet.humanity.org',
|
|
46024
|
+
'https://humanity-testnet.g.alchemy.com/public'
|
|
46025
|
+
],
|
|
46026
|
+
faucets: ['https://faucets.alchemy.com/faucets/humanity-testnet'],
|
|
46027
|
+
nativeCurrency: { name: 'tHP', symbol: 'tHP', decimals: 18 },
|
|
46028
|
+
infoURL: 'https://testnet.humanity.org',
|
|
46029
|
+
parent: { type: 'L2', chain: 'eip155-42161', bridges: [] },
|
|
46030
|
+
shortName: 'thp',
|
|
46031
|
+
chainId: 7080969,
|
|
46032
|
+
networkId: 7080969,
|
|
46033
|
+
status: 'active',
|
|
46034
|
+
explorers: [
|
|
46035
|
+
{
|
|
46036
|
+
name: 'Humanity Testnet explorer',
|
|
46037
|
+
url: 'https://humanity-testnet.explorer.alchemy.com',
|
|
46038
|
+
standard: 'none'
|
|
46039
|
+
}
|
|
46040
|
+
],
|
|
46041
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }]
|
|
46042
|
+
},
|
|
45791
46043
|
7082400: {
|
|
45792
46044
|
name: 'COTI Testnet',
|
|
45793
46045
|
title: 'COTI Testnet',
|
|
@@ -46234,6 +46486,36 @@ exports.chains = {
|
|
|
46234
46486
|
],
|
|
46235
46487
|
iconURL: 'https://ipfs.io/ipfs/QmWAa7JayD8HCtAMXezzUNcUoi2Rikqpu2WmrHpFBmDEez'
|
|
46236
46488
|
},
|
|
46489
|
+
11142220: {
|
|
46490
|
+
name: 'Celo Sepolia Testnet',
|
|
46491
|
+
chainId: 11142220,
|
|
46492
|
+
shortName: 'celo-sep',
|
|
46493
|
+
chain: 'CELO',
|
|
46494
|
+
networkId: 11142220,
|
|
46495
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
46496
|
+
slip44: 60,
|
|
46497
|
+
nativeCurrency: { name: 'CELO-S', symbol: 'CELO', decimals: 18 },
|
|
46498
|
+
parent: {
|
|
46499
|
+
type: 'L2',
|
|
46500
|
+
chain: 'eip155-11155111',
|
|
46501
|
+
bridges: [
|
|
46502
|
+
{
|
|
46503
|
+
url: 'https://superbridge.app/?fromChainId=11155111&toChainId=11142220'
|
|
46504
|
+
}
|
|
46505
|
+
]
|
|
46506
|
+
},
|
|
46507
|
+
rpc: ['https://forno.celo-sepolia.celo-testnet.org'],
|
|
46508
|
+
faucets: ['https://faucet.celo.org'],
|
|
46509
|
+
infoURL: 'https://docs.celo.org',
|
|
46510
|
+
explorers: [
|
|
46511
|
+
{
|
|
46512
|
+
name: 'Celo Sepolia Explorer',
|
|
46513
|
+
url: 'https://celo-sepolia.blockscout.com',
|
|
46514
|
+
icon: 'blockscout',
|
|
46515
|
+
standard: 'EIP3091'
|
|
46516
|
+
}
|
|
46517
|
+
]
|
|
46518
|
+
},
|
|
46237
46519
|
11145513: {
|
|
46238
46520
|
name: 'Blessnet Sepolia',
|
|
46239
46521
|
chain: 'ETH',
|
|
@@ -47409,7 +47691,7 @@ exports.chains = {
|
|
|
47409
47691
|
61022448: {
|
|
47410
47692
|
name: 'dKargo Warehouse Testnet',
|
|
47411
47693
|
chain: 'dKargo Warehouse',
|
|
47412
|
-
rpc: ['https://warehouse
|
|
47694
|
+
rpc: ['https://rpc.warehouse.dkargo.io'],
|
|
47413
47695
|
faucets: [],
|
|
47414
47696
|
nativeCurrency: { name: 'dKargo', symbol: 'DKA', decimals: 18 },
|
|
47415
47697
|
infoURL: 'https://dkargo.io',
|
|
@@ -48374,6 +48656,18 @@ exports.chains = {
|
|
|
48374
48656
|
}
|
|
48375
48657
|
]
|
|
48376
48658
|
},
|
|
48659
|
+
420420422: {
|
|
48660
|
+
name: 'Paseo PassetHub',
|
|
48661
|
+
chain: 'PAS',
|
|
48662
|
+
rpc: ['https://testnet-passet-hub-eth-rpc.polkadot.io'],
|
|
48663
|
+
faucets: ['https://faucet.polkadot.io/?parachain=1111'],
|
|
48664
|
+
nativeCurrency: { name: 'PAS', symbol: 'PAS', decimals: 18 },
|
|
48665
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
48666
|
+
infoURL: 'https://polkadot.network',
|
|
48667
|
+
shortName: 'pas',
|
|
48668
|
+
chainId: 420420422,
|
|
48669
|
+
networkId: 420420422
|
|
48670
|
+
},
|
|
48377
48671
|
476158412: {
|
|
48378
48672
|
name: 'Deprecated SKALE Europa Hub Testnet',
|
|
48379
48673
|
title: 'Deprecated Europa Hub Testnet',
|
|
@@ -49553,6 +49847,34 @@ exports.chains = {
|
|
|
49553
49847
|
chainId: 2021121117,
|
|
49554
49848
|
networkId: 2021121117
|
|
49555
49849
|
},
|
|
49850
|
+
2030232745: {
|
|
49851
|
+
name: 'Lumia Beam Testnet',
|
|
49852
|
+
shortName: 'lumia-beam-testnet',
|
|
49853
|
+
title: 'Lumia Beam Testnet',
|
|
49854
|
+
chain: 'ETH',
|
|
49855
|
+
icon: 'lumia',
|
|
49856
|
+
rpc: ['https://beam-rpc.lumia.org'],
|
|
49857
|
+
faucets: ['https://beam-faucet.lumia.org/'],
|
|
49858
|
+
nativeCurrency: { name: 'Lumia', symbol: 'LUMIA', decimals: 18 },
|
|
49859
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
49860
|
+
infoURL: 'https://lumia.org',
|
|
49861
|
+
chainId: 2030232745,
|
|
49862
|
+
networkId: 2030232745,
|
|
49863
|
+
explorers: [
|
|
49864
|
+
{
|
|
49865
|
+
name: 'Lumia Beam Testnet Explorer',
|
|
49866
|
+
url: 'https://beam-explorer.lumia.org',
|
|
49867
|
+
icon: 'lumia',
|
|
49868
|
+
standard: 'EIP3091'
|
|
49869
|
+
}
|
|
49870
|
+
],
|
|
49871
|
+
parent: {
|
|
49872
|
+
type: 'L2',
|
|
49873
|
+
chain: 'eip155-1',
|
|
49874
|
+
bridges: [{ url: 'https://beam-bridge.lumia.org' }]
|
|
49875
|
+
},
|
|
49876
|
+
iconURL: 'https://ipfs.io/ipfs/QmV3V19LTs7RobiBo4pgwvNGY7AXEXDTVbRPuB8pPvmxi4'
|
|
49877
|
+
},
|
|
49556
49878
|
2046399126: {
|
|
49557
49879
|
name: 'SKALE Europa Hub',
|
|
49558
49880
|
chain: 'europa',
|
package/dist/src/enums.d.ts
CHANGED
|
@@ -170,11 +170,12 @@ 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",
|
|
176
|
-
|
|
177
|
-
|
|
177
|
+
AbeyTestnet = "Abey Testnet",
|
|
178
|
+
AbeyMainnet = "Abey Mainnet",
|
|
178
179
|
AMEChainMainnet = "AME Chain Mainnet",
|
|
179
180
|
WaterfallNetwork = "Waterfall Network",
|
|
180
181
|
IOSTMainnet = "IOST Mainnet",
|
|
@@ -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",
|
|
@@ -629,6 +631,7 @@ export declare enum ChainName {
|
|
|
629
631
|
StarCHAIN = "StarCHAIN",
|
|
630
632
|
ReactiveMainnet = "Reactive Mainnet",
|
|
631
633
|
Betherance = "Betherance",
|
|
634
|
+
OpenLedgerMainnet = "OpenLedger Mainnet",
|
|
632
635
|
EthereumInscriptionMainnet = "Ethereum Inscription Mainnet",
|
|
633
636
|
CatecoinChainMainnet = "Catecoin Chain Mainnet",
|
|
634
637
|
Atheios = "Atheios",
|
|
@@ -692,6 +695,7 @@ export declare enum ChainName {
|
|
|
692
695
|
DexillaTestnet = "Dexilla Testnet",
|
|
693
696
|
AIW3Testnet = "AIW3 Testnet",
|
|
694
697
|
SelendraNetworkMainnet = "Selendra Network Mainnet",
|
|
698
|
+
'T-RexTestnet' = "T-Rex Testnet",
|
|
695
699
|
Eleanor = "Eleanor",
|
|
696
700
|
SuperSmartChainTestnet = "Super Smart Chain Testnet",
|
|
697
701
|
SuperSmartChainMainnet = "Super Smart Chain Mainnet",
|
|
@@ -915,7 +919,7 @@ export declare enum ChainName {
|
|
|
915
919
|
FantomTestnet = "Fantom Testnet",
|
|
916
920
|
X1Fastnet = "X1 Fastnet",
|
|
917
921
|
CarboniumTestnetNetwork = "Carbonium Testnet Network",
|
|
918
|
-
|
|
922
|
+
GANchainL1 = "GANchain L1",
|
|
919
923
|
BobaoperaTestnet = "Bobaopera Testnet",
|
|
920
924
|
Bahamutocean = "Bahamut ocean",
|
|
921
925
|
Nahmii3Mainnet = "Nahmii 3 Mainnet",
|
|
@@ -1030,6 +1034,7 @@ export declare enum ChainName {
|
|
|
1030
1034
|
OntologyTestnet = "Ontology Testnet",
|
|
1031
1035
|
ChangChainFoundationMainnet = "Chang Chain Foundation Mainnet",
|
|
1032
1036
|
WegochainRubidiumMainnet = "Wegochain Rubidium Mainnet",
|
|
1037
|
+
MANTRACHAINTestnet = "MANTRACHAIN Testnet",
|
|
1033
1038
|
BounceBitTestnet = "BounceBit Testnet",
|
|
1034
1039
|
BounceBitMainnet = "BounceBit Mainnet",
|
|
1035
1040
|
BCHyperChainTestnet = "BC Hyper Chain Testnet",
|
|
@@ -1233,7 +1238,9 @@ export declare enum ChainName {
|
|
|
1233
1238
|
RebusMainnet = "Rebus Mainnet",
|
|
1234
1239
|
OortMainnetDev = "Oort MainnetDev",
|
|
1235
1240
|
BobaBNBTestnet = "Boba BNB Testnet",
|
|
1241
|
+
PlasmaMainnet = "Plasma Mainnet",
|
|
1236
1242
|
PlasmaTestnet = "Plasma Testnet",
|
|
1243
|
+
PlasmaDevnet = "Plasma Devnet",
|
|
1237
1244
|
MainnetZTestnet = "MainnetZ Testnet",
|
|
1238
1245
|
PepeNetworkMainnet = "PepeNetwork Mainnet",
|
|
1239
1246
|
TabiTestnetv2 = "Tabi Testnetv2",
|
|
@@ -1246,8 +1253,9 @@ export declare enum ChainName {
|
|
|
1246
1253
|
BinaryChainTestnet = "BinaryChain Testnet",
|
|
1247
1254
|
DogelayerMainnet = "Dogelayer Mainnet",
|
|
1248
1255
|
Pointledger = "pointledger",
|
|
1249
|
-
'Arena-z-testnet' = "arena-z-testnet",
|
|
1256
|
+
'Arena-z-testnet-deprecated' = "arena-z-testnet-deprecated",
|
|
1250
1257
|
LarissaChain = "Larissa Chain",
|
|
1258
|
+
'Arena-Z-Testnet' = "Arena-Z-Testnet",
|
|
1251
1259
|
ZytronLineaMainnet = "Zytron Linea Mainnet",
|
|
1252
1260
|
EspentoMainnet = "Espento Mainnet",
|
|
1253
1261
|
UXERTESTNETNETWORK = "UXER TESTNET NETWORK",
|
|
@@ -1711,7 +1719,7 @@ export declare enum ChainName {
|
|
|
1711
1719
|
GoldSmartChainTestnet = "Gold Smart Chain Testnet",
|
|
1712
1720
|
Mumbai = "Mumbai",
|
|
1713
1721
|
Amoy = "Amoy",
|
|
1714
|
-
|
|
1722
|
+
PolynomialSepolia = "Polynomial Sepolia",
|
|
1715
1723
|
BerachainBepolia = "Berachain Bepolia",
|
|
1716
1724
|
BerachainbArtio = "Berachain bArtio",
|
|
1717
1725
|
BerachainArtio = "Berachain Artio",
|
|
@@ -1837,6 +1845,7 @@ export declare enum ChainName {
|
|
|
1837
1845
|
EGoldChainTestnet = "eGold Chain Testnet",
|
|
1838
1846
|
MetachainOneMainnet = "Metachain One Mainnet",
|
|
1839
1847
|
MetaDAPEnterpriseTestnet = "MetaDAP Enterprise Testnet",
|
|
1848
|
+
SovaSepoliaTestnet = "Sova Sepolia Testnet",
|
|
1840
1849
|
RomeDevnetEsquiline = "Rome Devnet Esquiline",
|
|
1841
1850
|
RomeDevnetSubura = "Rome Devnet Subura",
|
|
1842
1851
|
RomeTestnetMartius = "Rome Testnet Martius",
|
|
@@ -2138,6 +2147,9 @@ export declare enum ChainName {
|
|
|
2138
2147
|
'Safe(AnWang)Mainnet' = "Safe(AnWang) Mainnet",
|
|
2139
2148
|
'Safe(AnWang)Testnet' = "Safe(AnWang) Testnet",
|
|
2140
2149
|
TheTingBlockchainTestnetExplorer = "The Ting Blockchain Testnet Explorer",
|
|
2150
|
+
ENITestnet = "ENI Testnet",
|
|
2151
|
+
HumanityProtocol = "Humanity Protocol",
|
|
2152
|
+
HumanityProtocoltestnet = "Humanity Protocol testnet",
|
|
2141
2153
|
COTITestnet = "COTI Testnet",
|
|
2142
2154
|
SaakuruMainnet = "Saakuru Mainnet",
|
|
2143
2155
|
OpenVessel = "OpenVessel",
|
|
@@ -2161,6 +2173,7 @@ export declare enum ChainName {
|
|
|
2161
2173
|
SoverunMainnet = "Soverun Mainnet",
|
|
2162
2174
|
AlienXMainnet = "AlienX Mainnet",
|
|
2163
2175
|
ALIENXHalTestnet = "ALIENX Hal Testnet",
|
|
2176
|
+
CeloSepoliaTestnet = "Celo Sepolia Testnet",
|
|
2164
2177
|
BlessnetSepolia = "Blessnet Sepolia",
|
|
2165
2178
|
EthereumSepolia = "Ethereum Sepolia",
|
|
2166
2179
|
OPSepoliaTestnet = "OP Sepolia Testnet",
|
|
@@ -2259,6 +2272,7 @@ export declare enum ChainName {
|
|
|
2259
2272
|
GatherTestnetNetwork = "Gather Testnet Network",
|
|
2260
2273
|
AssetHub = "Asset Hub",
|
|
2261
2274
|
WestendAssetHub = "Westend Asset Hub",
|
|
2275
|
+
PaseoPassetHub = "Paseo PassetHub",
|
|
2262
2276
|
DeprecatedSKALEEuropaHubTestnet = "Deprecated SKALE Europa Hub Testnet",
|
|
2263
2277
|
GPTTestnet = "GPT Testnet",
|
|
2264
2278
|
GatherDevnetNetwork = "Gather Devnet Network",
|
|
@@ -2313,6 +2327,7 @@ export declare enum ChainName {
|
|
|
2313
2327
|
RARIChainTestnet = "RARI Chain Testnet",
|
|
2314
2328
|
LumiaTestnet = "Lumia Testnet",
|
|
2315
2329
|
DataHopper = "DataHopper",
|
|
2330
|
+
LumiaBeamTestnet = "Lumia Beam Testnet",
|
|
2316
2331
|
SKALEEuropaHub = "SKALE Europa Hub",
|
|
2317
2332
|
AccumulateKermit = "Accumulate Kermit",
|
|
2318
2333
|
TronShasta = "Tron Shasta",
|
|
@@ -2524,11 +2539,12 @@ export declare enum ChainId {
|
|
|
2524
2539
|
HOOSmartChainTestnet = 170,
|
|
2525
2540
|
CO2eChain = 171,
|
|
2526
2541
|
'Latam-BlockchainResilTestnet' = 172,
|
|
2542
|
+
ENIMainnet = 173,
|
|
2527
2543
|
OTC = 175,
|
|
2528
2544
|
DCMainnet = 176,
|
|
2529
2545
|
HashKeyChain = 177,
|
|
2530
|
-
|
|
2531
|
-
|
|
2546
|
+
AbeyTestnet = 178,
|
|
2547
|
+
AbeyMainnet = 179,
|
|
2532
2548
|
AMEChainMainnet = 180,
|
|
2533
2549
|
WaterfallNetwork = 181,
|
|
2534
2550
|
IOSTMainnet = 182,
|
|
@@ -2632,7 +2648,7 @@ export declare enum ChainId {
|
|
|
2632
2648
|
ZKcandyMainnet = 320,
|
|
2633
2649
|
KCCMainnet = 321,
|
|
2634
2650
|
KCCTestnet = 322,
|
|
2635
|
-
|
|
2651
|
+
BuyCexInfinityChain = 323,
|
|
2636
2652
|
ZkSyncMainnet = 324,
|
|
2637
2653
|
GRVTExchange = 325,
|
|
2638
2654
|
GRVTExchangeTestnet = 326,
|
|
@@ -2789,6 +2805,7 @@ export declare enum ChainId {
|
|
|
2789
2805
|
ElectraNetwork = 861,
|
|
2790
2806
|
RadiusTestnet = 863,
|
|
2791
2807
|
FantasiaChainMainnet = 868,
|
|
2808
|
+
'WorldMobileChain-Mainnet' = 869,
|
|
2792
2809
|
ElectraTestNetwork = 871,
|
|
2793
2810
|
BandaiNamcoResearchVerseMainnet = 876,
|
|
2794
2811
|
DexitNetwork = 877,
|
|
@@ -2983,6 +3000,7 @@ export declare enum ChainId {
|
|
|
2983
3000
|
StarCHAIN = 1578,
|
|
2984
3001
|
ReactiveMainnet = 1597,
|
|
2985
3002
|
Betherance = 1605,
|
|
3003
|
+
OpenLedgerMainnet = 1612,
|
|
2986
3004
|
EthereumInscriptionMainnet = 1617,
|
|
2987
3005
|
CatecoinChainMainnet = 1618,
|
|
2988
3006
|
Atheios = 1620,
|
|
@@ -3046,6 +3064,7 @@ export declare enum ChainId {
|
|
|
3046
3064
|
DexillaTestnet = 1954,
|
|
3047
3065
|
AIW3Testnet = 1956,
|
|
3048
3066
|
SelendraNetworkMainnet = 1961,
|
|
3067
|
+
'T-RexTestnet' = 1962,
|
|
3049
3068
|
Eleanor = 1967,
|
|
3050
3069
|
SuperSmartChainTestnet = 1969,
|
|
3051
3070
|
SuperSmartChainMainnet = 1970,
|
|
@@ -3269,7 +3288,7 @@ export declare enum ChainId {
|
|
|
3269
3288
|
FantomTestnet = 4002,
|
|
3270
3289
|
X1Fastnet = 4003,
|
|
3271
3290
|
CarboniumTestnetNetwork = 4040,
|
|
3272
|
-
|
|
3291
|
+
GANchainL1 = 4048,
|
|
3273
3292
|
BobaoperaTestnet = 4051,
|
|
3274
3293
|
Bahamutocean = 4058,
|
|
3275
3294
|
Nahmii3Mainnet = 4061,
|
|
@@ -3384,6 +3403,7 @@ export declare enum ChainId {
|
|
|
3384
3403
|
OntologyTestnet = 5851,
|
|
3385
3404
|
ChangChainFoundationMainnet = 5858,
|
|
3386
3405
|
WegochainRubidiumMainnet = 5869,
|
|
3406
|
+
MANTRACHAINTestnet = 5887,
|
|
3387
3407
|
BounceBitTestnet = 6000,
|
|
3388
3408
|
BounceBitMainnet = 6001,
|
|
3389
3409
|
BCHyperChainTestnet = 6060,
|
|
@@ -3587,7 +3607,9 @@ export declare enum ChainId {
|
|
|
3587
3607
|
RebusMainnet = 9696,
|
|
3588
3608
|
OortMainnetDev = 9700,
|
|
3589
3609
|
BobaBNBTestnet = 9728,
|
|
3610
|
+
PlasmaMainnet = 9745,
|
|
3590
3611
|
PlasmaTestnet = 9746,
|
|
3612
|
+
PlasmaDevnet = 9747,
|
|
3591
3613
|
MainnetZTestnet = 9768,
|
|
3592
3614
|
PepeNetworkMainnet = 9779,
|
|
3593
3615
|
TabiTestnetv2 = 9788,
|
|
@@ -3600,8 +3622,9 @@ export declare enum ChainId {
|
|
|
3600
3622
|
BinaryChainTestnet = 9876,
|
|
3601
3623
|
DogelayerMainnet = 9888,
|
|
3602
3624
|
Pointledger = 9889,
|
|
3603
|
-
'Arena-z-testnet' = 9897,
|
|
3625
|
+
'Arena-z-testnet-deprecated' = 9897,
|
|
3604
3626
|
LarissaChain = 9898,
|
|
3627
|
+
'Arena-Z-Testnet' = 9899,
|
|
3605
3628
|
ZytronLineaMainnet = 9901,
|
|
3606
3629
|
EspentoMainnet = 9911,
|
|
3607
3630
|
UXERTESTNETNETWORK = 9966,
|
|
@@ -4065,7 +4088,7 @@ export declare enum ChainId {
|
|
|
4065
4088
|
GoldSmartChainTestnet = 79879,
|
|
4066
4089
|
Mumbai = 80001,
|
|
4067
4090
|
Amoy = 80002,
|
|
4068
|
-
|
|
4091
|
+
PolynomialSepolia = 80008,
|
|
4069
4092
|
BerachainBepolia = 80069,
|
|
4070
4093
|
BerachainbArtio = 80084,
|
|
4071
4094
|
BerachainArtio = 80085,
|
|
@@ -4191,6 +4214,7 @@ export declare enum ChainId {
|
|
|
4191
4214
|
EGoldChainTestnet = 111451,
|
|
4192
4215
|
MetachainOneMainnet = 112358,
|
|
4193
4216
|
MetaDAPEnterpriseTestnet = 119139,
|
|
4217
|
+
SovaSepoliaTestnet = 120893,
|
|
4194
4218
|
RomeDevnetEsquiline = 121212,
|
|
4195
4219
|
RomeDevnetSubura = 121213,
|
|
4196
4220
|
RomeTestnetMartius = 121214,
|
|
@@ -4492,6 +4516,9 @@ export declare enum ChainId {
|
|
|
4492
4516
|
'Safe(AnWang)Mainnet' = 6666665,
|
|
4493
4517
|
'Safe(AnWang)Testnet' = 6666666,
|
|
4494
4518
|
TheTingBlockchainTestnetExplorer = 6666689,
|
|
4519
|
+
ENITestnet = 6912115,
|
|
4520
|
+
HumanityProtocol = 6985385,
|
|
4521
|
+
HumanityProtocoltestnet = 7080969,
|
|
4495
4522
|
COTITestnet = 7082400,
|
|
4496
4523
|
SaakuruMainnet = 7225878,
|
|
4497
4524
|
OpenVessel = 7355310,
|
|
@@ -4515,6 +4542,7 @@ export declare enum ChainId {
|
|
|
4515
4542
|
SoverunMainnet = 10101010,
|
|
4516
4543
|
AlienXMainnet = 10241024,
|
|
4517
4544
|
ALIENXHalTestnet = 10241025,
|
|
4545
|
+
CeloSepoliaTestnet = 11142220,
|
|
4518
4546
|
BlessnetSepolia = 11145513,
|
|
4519
4547
|
EthereumSepolia = 11155111,
|
|
4520
4548
|
OPSepoliaTestnet = 11155420,
|
|
@@ -4613,6 +4641,7 @@ export declare enum ChainId {
|
|
|
4613
4641
|
GatherTestnetNetwork = 356256156,
|
|
4614
4642
|
AssetHub = 420420419,
|
|
4615
4643
|
WestendAssetHub = 420420421,
|
|
4644
|
+
PaseoPassetHub = 420420422,
|
|
4616
4645
|
DeprecatedSKALEEuropaHubTestnet = 476158412,
|
|
4617
4646
|
GPTTestnet = 476462898,
|
|
4618
4647
|
GatherDevnetNetwork = 486217935,
|
|
@@ -4667,6 +4696,7 @@ export declare enum ChainId {
|
|
|
4667
4696
|
RARIChainTestnet = 1918988905,
|
|
4668
4697
|
LumiaTestnet = 1952959480,
|
|
4669
4698
|
DataHopper = 2021121117,
|
|
4699
|
+
LumiaBeamTestnet = 2030232745,
|
|
4670
4700
|
SKALEEuropaHub = 2046399126,
|
|
4671
4701
|
AccumulateKermit = 2478899481,
|
|
4672
4702
|
TronShasta = 2494104990,
|
package/dist/src/enums.js
CHANGED
|
@@ -174,11 +174,12 @@ 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";
|
|
180
|
-
ChainName["
|
|
181
|
-
ChainName["
|
|
181
|
+
ChainName["AbeyTestnet"] = "Abey Testnet";
|
|
182
|
+
ChainName["AbeyMainnet"] = "Abey Mainnet";
|
|
182
183
|
ChainName["AMEChainMainnet"] = "AME Chain Mainnet";
|
|
183
184
|
ChainName["WaterfallNetwork"] = "Waterfall Network";
|
|
184
185
|
ChainName["IOSTMainnet"] = "IOST Mainnet";
|
|
@@ -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";
|
|
@@ -633,6 +635,7 @@ var ChainName;
|
|
|
633
635
|
ChainName["StarCHAIN"] = "StarCHAIN";
|
|
634
636
|
ChainName["ReactiveMainnet"] = "Reactive Mainnet";
|
|
635
637
|
ChainName["Betherance"] = "Betherance";
|
|
638
|
+
ChainName["OpenLedgerMainnet"] = "OpenLedger Mainnet";
|
|
636
639
|
ChainName["EthereumInscriptionMainnet"] = "Ethereum Inscription Mainnet";
|
|
637
640
|
ChainName["CatecoinChainMainnet"] = "Catecoin Chain Mainnet";
|
|
638
641
|
ChainName["Atheios"] = "Atheios";
|
|
@@ -696,6 +699,7 @@ var ChainName;
|
|
|
696
699
|
ChainName["DexillaTestnet"] = "Dexilla Testnet";
|
|
697
700
|
ChainName["AIW3Testnet"] = "AIW3 Testnet";
|
|
698
701
|
ChainName["SelendraNetworkMainnet"] = "Selendra Network Mainnet";
|
|
702
|
+
ChainName["T-RexTestnet"] = "T-Rex Testnet";
|
|
699
703
|
ChainName["Eleanor"] = "Eleanor";
|
|
700
704
|
ChainName["SuperSmartChainTestnet"] = "Super Smart Chain Testnet";
|
|
701
705
|
ChainName["SuperSmartChainMainnet"] = "Super Smart Chain Mainnet";
|
|
@@ -919,7 +923,7 @@ var ChainName;
|
|
|
919
923
|
ChainName["FantomTestnet"] = "Fantom Testnet";
|
|
920
924
|
ChainName["X1Fastnet"] = "X1 Fastnet";
|
|
921
925
|
ChainName["CarboniumTestnetNetwork"] = "Carbonium Testnet Network";
|
|
922
|
-
ChainName["
|
|
926
|
+
ChainName["GANchainL1"] = "GANchain L1";
|
|
923
927
|
ChainName["BobaoperaTestnet"] = "Bobaopera Testnet";
|
|
924
928
|
ChainName["Bahamutocean"] = "Bahamut ocean";
|
|
925
929
|
ChainName["Nahmii3Mainnet"] = "Nahmii 3 Mainnet";
|
|
@@ -1034,6 +1038,7 @@ var ChainName;
|
|
|
1034
1038
|
ChainName["OntologyTestnet"] = "Ontology Testnet";
|
|
1035
1039
|
ChainName["ChangChainFoundationMainnet"] = "Chang Chain Foundation Mainnet";
|
|
1036
1040
|
ChainName["WegochainRubidiumMainnet"] = "Wegochain Rubidium Mainnet";
|
|
1041
|
+
ChainName["MANTRACHAINTestnet"] = "MANTRACHAIN Testnet";
|
|
1037
1042
|
ChainName["BounceBitTestnet"] = "BounceBit Testnet";
|
|
1038
1043
|
ChainName["BounceBitMainnet"] = "BounceBit Mainnet";
|
|
1039
1044
|
ChainName["BCHyperChainTestnet"] = "BC Hyper Chain Testnet";
|
|
@@ -1237,7 +1242,9 @@ var ChainName;
|
|
|
1237
1242
|
ChainName["RebusMainnet"] = "Rebus Mainnet";
|
|
1238
1243
|
ChainName["OortMainnetDev"] = "Oort MainnetDev";
|
|
1239
1244
|
ChainName["BobaBNBTestnet"] = "Boba BNB Testnet";
|
|
1245
|
+
ChainName["PlasmaMainnet"] = "Plasma Mainnet";
|
|
1240
1246
|
ChainName["PlasmaTestnet"] = "Plasma Testnet";
|
|
1247
|
+
ChainName["PlasmaDevnet"] = "Plasma Devnet";
|
|
1241
1248
|
ChainName["MainnetZTestnet"] = "MainnetZ Testnet";
|
|
1242
1249
|
ChainName["PepeNetworkMainnet"] = "PepeNetwork Mainnet";
|
|
1243
1250
|
ChainName["TabiTestnetv2"] = "Tabi Testnetv2";
|
|
@@ -1250,8 +1257,9 @@ var ChainName;
|
|
|
1250
1257
|
ChainName["BinaryChainTestnet"] = "BinaryChain Testnet";
|
|
1251
1258
|
ChainName["DogelayerMainnet"] = "Dogelayer Mainnet";
|
|
1252
1259
|
ChainName["Pointledger"] = "pointledger";
|
|
1253
|
-
ChainName["Arena-z-testnet"] = "arena-z-testnet";
|
|
1260
|
+
ChainName["Arena-z-testnet-deprecated"] = "arena-z-testnet-deprecated";
|
|
1254
1261
|
ChainName["LarissaChain"] = "Larissa Chain";
|
|
1262
|
+
ChainName["Arena-Z-Testnet"] = "Arena-Z-Testnet";
|
|
1255
1263
|
ChainName["ZytronLineaMainnet"] = "Zytron Linea Mainnet";
|
|
1256
1264
|
ChainName["EspentoMainnet"] = "Espento Mainnet";
|
|
1257
1265
|
ChainName["UXERTESTNETNETWORK"] = "UXER TESTNET NETWORK";
|
|
@@ -1715,7 +1723,7 @@ var ChainName;
|
|
|
1715
1723
|
ChainName["GoldSmartChainTestnet"] = "Gold Smart Chain Testnet";
|
|
1716
1724
|
ChainName["Mumbai"] = "Mumbai";
|
|
1717
1725
|
ChainName["Amoy"] = "Amoy";
|
|
1718
|
-
ChainName["
|
|
1726
|
+
ChainName["PolynomialSepolia"] = "Polynomial Sepolia";
|
|
1719
1727
|
ChainName["BerachainBepolia"] = "Berachain Bepolia";
|
|
1720
1728
|
ChainName["BerachainbArtio"] = "Berachain bArtio";
|
|
1721
1729
|
ChainName["BerachainArtio"] = "Berachain Artio";
|
|
@@ -1841,6 +1849,7 @@ var ChainName;
|
|
|
1841
1849
|
ChainName["EGoldChainTestnet"] = "eGold Chain Testnet";
|
|
1842
1850
|
ChainName["MetachainOneMainnet"] = "Metachain One Mainnet";
|
|
1843
1851
|
ChainName["MetaDAPEnterpriseTestnet"] = "MetaDAP Enterprise Testnet";
|
|
1852
|
+
ChainName["SovaSepoliaTestnet"] = "Sova Sepolia Testnet";
|
|
1844
1853
|
ChainName["RomeDevnetEsquiline"] = "Rome Devnet Esquiline";
|
|
1845
1854
|
ChainName["RomeDevnetSubura"] = "Rome Devnet Subura";
|
|
1846
1855
|
ChainName["RomeTestnetMartius"] = "Rome Testnet Martius";
|
|
@@ -2142,6 +2151,9 @@ var ChainName;
|
|
|
2142
2151
|
ChainName["Safe(AnWang)Mainnet"] = "Safe(AnWang) Mainnet";
|
|
2143
2152
|
ChainName["Safe(AnWang)Testnet"] = "Safe(AnWang) Testnet";
|
|
2144
2153
|
ChainName["TheTingBlockchainTestnetExplorer"] = "The Ting Blockchain Testnet Explorer";
|
|
2154
|
+
ChainName["ENITestnet"] = "ENI Testnet";
|
|
2155
|
+
ChainName["HumanityProtocol"] = "Humanity Protocol";
|
|
2156
|
+
ChainName["HumanityProtocoltestnet"] = "Humanity Protocol testnet";
|
|
2145
2157
|
ChainName["COTITestnet"] = "COTI Testnet";
|
|
2146
2158
|
ChainName["SaakuruMainnet"] = "Saakuru Mainnet";
|
|
2147
2159
|
ChainName["OpenVessel"] = "OpenVessel";
|
|
@@ -2165,6 +2177,7 @@ var ChainName;
|
|
|
2165
2177
|
ChainName["SoverunMainnet"] = "Soverun Mainnet";
|
|
2166
2178
|
ChainName["AlienXMainnet"] = "AlienX Mainnet";
|
|
2167
2179
|
ChainName["ALIENXHalTestnet"] = "ALIENX Hal Testnet";
|
|
2180
|
+
ChainName["CeloSepoliaTestnet"] = "Celo Sepolia Testnet";
|
|
2168
2181
|
ChainName["BlessnetSepolia"] = "Blessnet Sepolia";
|
|
2169
2182
|
ChainName["EthereumSepolia"] = "Ethereum Sepolia";
|
|
2170
2183
|
ChainName["OPSepoliaTestnet"] = "OP Sepolia Testnet";
|
|
@@ -2263,6 +2276,7 @@ var ChainName;
|
|
|
2263
2276
|
ChainName["GatherTestnetNetwork"] = "Gather Testnet Network";
|
|
2264
2277
|
ChainName["AssetHub"] = "Asset Hub";
|
|
2265
2278
|
ChainName["WestendAssetHub"] = "Westend Asset Hub";
|
|
2279
|
+
ChainName["PaseoPassetHub"] = "Paseo PassetHub";
|
|
2266
2280
|
ChainName["DeprecatedSKALEEuropaHubTestnet"] = "Deprecated SKALE Europa Hub Testnet";
|
|
2267
2281
|
ChainName["GPTTestnet"] = "GPT Testnet";
|
|
2268
2282
|
ChainName["GatherDevnetNetwork"] = "Gather Devnet Network";
|
|
@@ -2317,6 +2331,7 @@ var ChainName;
|
|
|
2317
2331
|
ChainName["RARIChainTestnet"] = "RARI Chain Testnet";
|
|
2318
2332
|
ChainName["LumiaTestnet"] = "Lumia Testnet";
|
|
2319
2333
|
ChainName["DataHopper"] = "DataHopper";
|
|
2334
|
+
ChainName["LumiaBeamTestnet"] = "Lumia Beam Testnet";
|
|
2320
2335
|
ChainName["SKALEEuropaHub"] = "SKALE Europa Hub";
|
|
2321
2336
|
ChainName["AccumulateKermit"] = "Accumulate Kermit";
|
|
2322
2337
|
ChainName["TronShasta"] = "Tron Shasta";
|
|
@@ -2529,11 +2544,12 @@ var ChainId;
|
|
|
2529
2544
|
ChainId[ChainId["HOOSmartChainTestnet"] = 170] = "HOOSmartChainTestnet";
|
|
2530
2545
|
ChainId[ChainId["CO2eChain"] = 171] = "CO2eChain";
|
|
2531
2546
|
ChainId[ChainId["Latam-BlockchainResilTestnet"] = 172] = "Latam-BlockchainResilTestnet";
|
|
2547
|
+
ChainId[ChainId["ENIMainnet"] = 173] = "ENIMainnet";
|
|
2532
2548
|
ChainId[ChainId["OTC"] = 175] = "OTC";
|
|
2533
2549
|
ChainId[ChainId["DCMainnet"] = 176] = "DCMainnet";
|
|
2534
2550
|
ChainId[ChainId["HashKeyChain"] = 177] = "HashKeyChain";
|
|
2535
|
-
ChainId[ChainId["
|
|
2536
|
-
ChainId[ChainId["
|
|
2551
|
+
ChainId[ChainId["AbeyTestnet"] = 178] = "AbeyTestnet";
|
|
2552
|
+
ChainId[ChainId["AbeyMainnet"] = 179] = "AbeyMainnet";
|
|
2537
2553
|
ChainId[ChainId["AMEChainMainnet"] = 180] = "AMEChainMainnet";
|
|
2538
2554
|
ChainId[ChainId["WaterfallNetwork"] = 181] = "WaterfallNetwork";
|
|
2539
2555
|
ChainId[ChainId["IOSTMainnet"] = 182] = "IOSTMainnet";
|
|
@@ -2637,7 +2653,7 @@ var ChainId;
|
|
|
2637
2653
|
ChainId[ChainId["ZKcandyMainnet"] = 320] = "ZKcandyMainnet";
|
|
2638
2654
|
ChainId[ChainId["KCCMainnet"] = 321] = "KCCMainnet";
|
|
2639
2655
|
ChainId[ChainId["KCCTestnet"] = 322] = "KCCTestnet";
|
|
2640
|
-
ChainId[ChainId["
|
|
2656
|
+
ChainId[ChainId["BuyCexInfinityChain"] = 323] = "BuyCexInfinityChain";
|
|
2641
2657
|
ChainId[ChainId["ZkSyncMainnet"] = 324] = "ZkSyncMainnet";
|
|
2642
2658
|
ChainId[ChainId["GRVTExchange"] = 325] = "GRVTExchange";
|
|
2643
2659
|
ChainId[ChainId["GRVTExchangeTestnet"] = 326] = "GRVTExchangeTestnet";
|
|
@@ -2794,6 +2810,7 @@ var ChainId;
|
|
|
2794
2810
|
ChainId[ChainId["ElectraNetwork"] = 861] = "ElectraNetwork";
|
|
2795
2811
|
ChainId[ChainId["RadiusTestnet"] = 863] = "RadiusTestnet";
|
|
2796
2812
|
ChainId[ChainId["FantasiaChainMainnet"] = 868] = "FantasiaChainMainnet";
|
|
2813
|
+
ChainId[ChainId["WorldMobileChain-Mainnet"] = 869] = "WorldMobileChain-Mainnet";
|
|
2797
2814
|
ChainId[ChainId["ElectraTestNetwork"] = 871] = "ElectraTestNetwork";
|
|
2798
2815
|
ChainId[ChainId["BandaiNamcoResearchVerseMainnet"] = 876] = "BandaiNamcoResearchVerseMainnet";
|
|
2799
2816
|
ChainId[ChainId["DexitNetwork"] = 877] = "DexitNetwork";
|
|
@@ -2988,6 +3005,7 @@ var ChainId;
|
|
|
2988
3005
|
ChainId[ChainId["StarCHAIN"] = 1578] = "StarCHAIN";
|
|
2989
3006
|
ChainId[ChainId["ReactiveMainnet"] = 1597] = "ReactiveMainnet";
|
|
2990
3007
|
ChainId[ChainId["Betherance"] = 1605] = "Betherance";
|
|
3008
|
+
ChainId[ChainId["OpenLedgerMainnet"] = 1612] = "OpenLedgerMainnet";
|
|
2991
3009
|
ChainId[ChainId["EthereumInscriptionMainnet"] = 1617] = "EthereumInscriptionMainnet";
|
|
2992
3010
|
ChainId[ChainId["CatecoinChainMainnet"] = 1618] = "CatecoinChainMainnet";
|
|
2993
3011
|
ChainId[ChainId["Atheios"] = 1620] = "Atheios";
|
|
@@ -3051,6 +3069,7 @@ var ChainId;
|
|
|
3051
3069
|
ChainId[ChainId["DexillaTestnet"] = 1954] = "DexillaTestnet";
|
|
3052
3070
|
ChainId[ChainId["AIW3Testnet"] = 1956] = "AIW3Testnet";
|
|
3053
3071
|
ChainId[ChainId["SelendraNetworkMainnet"] = 1961] = "SelendraNetworkMainnet";
|
|
3072
|
+
ChainId[ChainId["T-RexTestnet"] = 1962] = "T-RexTestnet";
|
|
3054
3073
|
ChainId[ChainId["Eleanor"] = 1967] = "Eleanor";
|
|
3055
3074
|
ChainId[ChainId["SuperSmartChainTestnet"] = 1969] = "SuperSmartChainTestnet";
|
|
3056
3075
|
ChainId[ChainId["SuperSmartChainMainnet"] = 1970] = "SuperSmartChainMainnet";
|
|
@@ -3274,7 +3293,7 @@ var ChainId;
|
|
|
3274
3293
|
ChainId[ChainId["FantomTestnet"] = 4002] = "FantomTestnet";
|
|
3275
3294
|
ChainId[ChainId["X1Fastnet"] = 4003] = "X1Fastnet";
|
|
3276
3295
|
ChainId[ChainId["CarboniumTestnetNetwork"] = 4040] = "CarboniumTestnetNetwork";
|
|
3277
|
-
ChainId[ChainId["
|
|
3296
|
+
ChainId[ChainId["GANchainL1"] = 4048] = "GANchainL1";
|
|
3278
3297
|
ChainId[ChainId["BobaoperaTestnet"] = 4051] = "BobaoperaTestnet";
|
|
3279
3298
|
ChainId[ChainId["Bahamutocean"] = 4058] = "Bahamutocean";
|
|
3280
3299
|
ChainId[ChainId["Nahmii3Mainnet"] = 4061] = "Nahmii3Mainnet";
|
|
@@ -3389,6 +3408,7 @@ var ChainId;
|
|
|
3389
3408
|
ChainId[ChainId["OntologyTestnet"] = 5851] = "OntologyTestnet";
|
|
3390
3409
|
ChainId[ChainId["ChangChainFoundationMainnet"] = 5858] = "ChangChainFoundationMainnet";
|
|
3391
3410
|
ChainId[ChainId["WegochainRubidiumMainnet"] = 5869] = "WegochainRubidiumMainnet";
|
|
3411
|
+
ChainId[ChainId["MANTRACHAINTestnet"] = 5887] = "MANTRACHAINTestnet";
|
|
3392
3412
|
ChainId[ChainId["BounceBitTestnet"] = 6000] = "BounceBitTestnet";
|
|
3393
3413
|
ChainId[ChainId["BounceBitMainnet"] = 6001] = "BounceBitMainnet";
|
|
3394
3414
|
ChainId[ChainId["BCHyperChainTestnet"] = 6060] = "BCHyperChainTestnet";
|
|
@@ -3592,7 +3612,9 @@ var ChainId;
|
|
|
3592
3612
|
ChainId[ChainId["RebusMainnet"] = 9696] = "RebusMainnet";
|
|
3593
3613
|
ChainId[ChainId["OortMainnetDev"] = 9700] = "OortMainnetDev";
|
|
3594
3614
|
ChainId[ChainId["BobaBNBTestnet"] = 9728] = "BobaBNBTestnet";
|
|
3615
|
+
ChainId[ChainId["PlasmaMainnet"] = 9745] = "PlasmaMainnet";
|
|
3595
3616
|
ChainId[ChainId["PlasmaTestnet"] = 9746] = "PlasmaTestnet";
|
|
3617
|
+
ChainId[ChainId["PlasmaDevnet"] = 9747] = "PlasmaDevnet";
|
|
3596
3618
|
ChainId[ChainId["MainnetZTestnet"] = 9768] = "MainnetZTestnet";
|
|
3597
3619
|
ChainId[ChainId["PepeNetworkMainnet"] = 9779] = "PepeNetworkMainnet";
|
|
3598
3620
|
ChainId[ChainId["TabiTestnetv2"] = 9788] = "TabiTestnetv2";
|
|
@@ -3605,8 +3627,9 @@ var ChainId;
|
|
|
3605
3627
|
ChainId[ChainId["BinaryChainTestnet"] = 9876] = "BinaryChainTestnet";
|
|
3606
3628
|
ChainId[ChainId["DogelayerMainnet"] = 9888] = "DogelayerMainnet";
|
|
3607
3629
|
ChainId[ChainId["Pointledger"] = 9889] = "Pointledger";
|
|
3608
|
-
ChainId[ChainId["Arena-z-testnet"] = 9897] = "Arena-z-testnet";
|
|
3630
|
+
ChainId[ChainId["Arena-z-testnet-deprecated"] = 9897] = "Arena-z-testnet-deprecated";
|
|
3609
3631
|
ChainId[ChainId["LarissaChain"] = 9898] = "LarissaChain";
|
|
3632
|
+
ChainId[ChainId["Arena-Z-Testnet"] = 9899] = "Arena-Z-Testnet";
|
|
3610
3633
|
ChainId[ChainId["ZytronLineaMainnet"] = 9901] = "ZytronLineaMainnet";
|
|
3611
3634
|
ChainId[ChainId["EspentoMainnet"] = 9911] = "EspentoMainnet";
|
|
3612
3635
|
ChainId[ChainId["UXERTESTNETNETWORK"] = 9966] = "UXERTESTNETNETWORK";
|
|
@@ -4070,7 +4093,7 @@ var ChainId;
|
|
|
4070
4093
|
ChainId[ChainId["GoldSmartChainTestnet"] = 79879] = "GoldSmartChainTestnet";
|
|
4071
4094
|
ChainId[ChainId["Mumbai"] = 80001] = "Mumbai";
|
|
4072
4095
|
ChainId[ChainId["Amoy"] = 80002] = "Amoy";
|
|
4073
|
-
ChainId[ChainId["
|
|
4096
|
+
ChainId[ChainId["PolynomialSepolia"] = 80008] = "PolynomialSepolia";
|
|
4074
4097
|
ChainId[ChainId["BerachainBepolia"] = 80069] = "BerachainBepolia";
|
|
4075
4098
|
ChainId[ChainId["BerachainbArtio"] = 80084] = "BerachainbArtio";
|
|
4076
4099
|
ChainId[ChainId["BerachainArtio"] = 80085] = "BerachainArtio";
|
|
@@ -4196,6 +4219,7 @@ var ChainId;
|
|
|
4196
4219
|
ChainId[ChainId["EGoldChainTestnet"] = 111451] = "EGoldChainTestnet";
|
|
4197
4220
|
ChainId[ChainId["MetachainOneMainnet"] = 112358] = "MetachainOneMainnet";
|
|
4198
4221
|
ChainId[ChainId["MetaDAPEnterpriseTestnet"] = 119139] = "MetaDAPEnterpriseTestnet";
|
|
4222
|
+
ChainId[ChainId["SovaSepoliaTestnet"] = 120893] = "SovaSepoliaTestnet";
|
|
4199
4223
|
ChainId[ChainId["RomeDevnetEsquiline"] = 121212] = "RomeDevnetEsquiline";
|
|
4200
4224
|
ChainId[ChainId["RomeDevnetSubura"] = 121213] = "RomeDevnetSubura";
|
|
4201
4225
|
ChainId[ChainId["RomeTestnetMartius"] = 121214] = "RomeTestnetMartius";
|
|
@@ -4497,6 +4521,9 @@ var ChainId;
|
|
|
4497
4521
|
ChainId[ChainId["Safe(AnWang)Mainnet"] = 6666665] = "Safe(AnWang)Mainnet";
|
|
4498
4522
|
ChainId[ChainId["Safe(AnWang)Testnet"] = 6666666] = "Safe(AnWang)Testnet";
|
|
4499
4523
|
ChainId[ChainId["TheTingBlockchainTestnetExplorer"] = 6666689] = "TheTingBlockchainTestnetExplorer";
|
|
4524
|
+
ChainId[ChainId["ENITestnet"] = 6912115] = "ENITestnet";
|
|
4525
|
+
ChainId[ChainId["HumanityProtocol"] = 6985385] = "HumanityProtocol";
|
|
4526
|
+
ChainId[ChainId["HumanityProtocoltestnet"] = 7080969] = "HumanityProtocoltestnet";
|
|
4500
4527
|
ChainId[ChainId["COTITestnet"] = 7082400] = "COTITestnet";
|
|
4501
4528
|
ChainId[ChainId["SaakuruMainnet"] = 7225878] = "SaakuruMainnet";
|
|
4502
4529
|
ChainId[ChainId["OpenVessel"] = 7355310] = "OpenVessel";
|
|
@@ -4520,6 +4547,7 @@ var ChainId;
|
|
|
4520
4547
|
ChainId[ChainId["SoverunMainnet"] = 10101010] = "SoverunMainnet";
|
|
4521
4548
|
ChainId[ChainId["AlienXMainnet"] = 10241024] = "AlienXMainnet";
|
|
4522
4549
|
ChainId[ChainId["ALIENXHalTestnet"] = 10241025] = "ALIENXHalTestnet";
|
|
4550
|
+
ChainId[ChainId["CeloSepoliaTestnet"] = 11142220] = "CeloSepoliaTestnet";
|
|
4523
4551
|
ChainId[ChainId["BlessnetSepolia"] = 11145513] = "BlessnetSepolia";
|
|
4524
4552
|
ChainId[ChainId["EthereumSepolia"] = 11155111] = "EthereumSepolia";
|
|
4525
4553
|
ChainId[ChainId["OPSepoliaTestnet"] = 11155420] = "OPSepoliaTestnet";
|
|
@@ -4618,6 +4646,7 @@ var ChainId;
|
|
|
4618
4646
|
ChainId[ChainId["GatherTestnetNetwork"] = 356256156] = "GatherTestnetNetwork";
|
|
4619
4647
|
ChainId[ChainId["AssetHub"] = 420420419] = "AssetHub";
|
|
4620
4648
|
ChainId[ChainId["WestendAssetHub"] = 420420421] = "WestendAssetHub";
|
|
4649
|
+
ChainId[ChainId["PaseoPassetHub"] = 420420422] = "PaseoPassetHub";
|
|
4621
4650
|
ChainId[ChainId["DeprecatedSKALEEuropaHubTestnet"] = 476158412] = "DeprecatedSKALEEuropaHubTestnet";
|
|
4622
4651
|
ChainId[ChainId["GPTTestnet"] = 476462898] = "GPTTestnet";
|
|
4623
4652
|
ChainId[ChainId["GatherDevnetNetwork"] = 486217935] = "GatherDevnetNetwork";
|
|
@@ -4672,6 +4701,7 @@ var ChainId;
|
|
|
4672
4701
|
ChainId[ChainId["RARIChainTestnet"] = 1918988905] = "RARIChainTestnet";
|
|
4673
4702
|
ChainId[ChainId["LumiaTestnet"] = 1952959480] = "LumiaTestnet";
|
|
4674
4703
|
ChainId[ChainId["DataHopper"] = 2021121117] = "DataHopper";
|
|
4704
|
+
ChainId[ChainId["LumiaBeamTestnet"] = 2030232745] = "LumiaBeamTestnet";
|
|
4675
4705
|
ChainId[ChainId["SKALEEuropaHub"] = 2046399126] = "SKALEEuropaHub";
|
|
4676
4706
|
ChainId[ChainId["AccumulateKermit"] = 2478899481] = "AccumulateKermit";
|
|
4677
4707
|
ChainId[ChainId["TronShasta"] = 2494104990] = "TronShasta";
|