@revoke.cash/chains 70.0.0 → 72.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/dist/src/chains.js +389 -40
- package/dist/src/enums.d.ts +38 -10
- package/dist/src/enums.js +38 -10
- package/package.json +1 -1
package/dist/src/chains.js
CHANGED
|
@@ -3108,6 +3108,13 @@ exports.chains = {
|
|
|
3108
3108
|
shortName: 'ERA',
|
|
3109
3109
|
chainId: 140,
|
|
3110
3110
|
networkId: 140,
|
|
3111
|
+
explorers: [
|
|
3112
|
+
{
|
|
3113
|
+
name: 'eteriascan',
|
|
3114
|
+
url: 'https://explorer.eteria.io',
|
|
3115
|
+
standard: 'EIP3091'
|
|
3116
|
+
}
|
|
3117
|
+
],
|
|
3111
3118
|
iconURL: 'https://ipfs.io/ipfs/bafkreieuh4toxf5wvysvvylajsfgholhg5tplyzwsfv5f2nvmhr537jp7y'
|
|
3112
3119
|
},
|
|
3113
3120
|
141: {
|
|
@@ -3732,9 +3739,9 @@ exports.chains = {
|
|
|
3732
3739
|
173: {
|
|
3733
3740
|
name: 'ENI Mainnet',
|
|
3734
3741
|
chain: 'ENI',
|
|
3735
|
-
rpc: ['https://rpc.eniac.network'],
|
|
3742
|
+
rpc: ['https://rpc.eniac.network', 'wss://rpc.eniac.network/ws/'],
|
|
3736
3743
|
faucets: [],
|
|
3737
|
-
nativeCurrency: { name: '
|
|
3744
|
+
nativeCurrency: { name: 'EGAS', symbol: 'EGAS', decimals: 18 },
|
|
3738
3745
|
infoURL: 'https://eniac.network/',
|
|
3739
3746
|
shortName: 'eni',
|
|
3740
3747
|
chainId: 173,
|
|
@@ -3811,8 +3818,8 @@ exports.chains = {
|
|
|
3811
3818
|
parent: { type: 'L2', chain: 'eip155-1' }
|
|
3812
3819
|
},
|
|
3813
3820
|
178: {
|
|
3814
|
-
name: '
|
|
3815
|
-
chain: '
|
|
3821
|
+
name: 'Abey Testnet',
|
|
3822
|
+
chain: 'Abey',
|
|
3816
3823
|
rpc: ['https://testrpc.abeychain.com'],
|
|
3817
3824
|
features: [{ name: 'EIP155' }],
|
|
3818
3825
|
faucets: ['https://testnet-faucet.abeychain.com'],
|
|
@@ -3821,17 +3828,20 @@ exports.chains = {
|
|
|
3821
3828
|
shortName: 'abeyt',
|
|
3822
3829
|
chainId: 178,
|
|
3823
3830
|
networkId: 178,
|
|
3831
|
+
icon: 'abey',
|
|
3824
3832
|
explorers: [
|
|
3825
3833
|
{
|
|
3826
3834
|
name: 'abeyscan-testnet',
|
|
3827
3835
|
url: 'https://testnet.abeyscan.com',
|
|
3836
|
+
icon: 'abey',
|
|
3828
3837
|
standard: 'EIP3091'
|
|
3829
3838
|
}
|
|
3830
|
-
]
|
|
3839
|
+
],
|
|
3840
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreicaucnt5aqvwq6pw2fzvotzonkeaf7cj5yqt3m2wyhtusblroi4se'
|
|
3831
3841
|
},
|
|
3832
3842
|
179: {
|
|
3833
|
-
name: '
|
|
3834
|
-
chain: '
|
|
3843
|
+
name: 'Abey Mainnet',
|
|
3844
|
+
chain: 'Abey',
|
|
3835
3845
|
rpc: ['https://rpc.abeychain.com'],
|
|
3836
3846
|
features: [{ name: 'EIP155' }],
|
|
3837
3847
|
faucets: [],
|
|
@@ -3840,13 +3850,16 @@ exports.chains = {
|
|
|
3840
3850
|
shortName: 'abey',
|
|
3841
3851
|
chainId: 179,
|
|
3842
3852
|
networkId: 179,
|
|
3853
|
+
icon: 'abey',
|
|
3843
3854
|
explorers: [
|
|
3844
3855
|
{
|
|
3845
3856
|
name: 'abeyscan',
|
|
3846
3857
|
url: 'https://abeyscan.com',
|
|
3858
|
+
icon: 'abey',
|
|
3847
3859
|
standard: 'EIP3091'
|
|
3848
3860
|
}
|
|
3849
|
-
]
|
|
3861
|
+
],
|
|
3862
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreicaucnt5aqvwq6pw2fzvotzonkeaf7cj5yqt3m2wyhtusblroi4se'
|
|
3850
3863
|
},
|
|
3851
3864
|
180: {
|
|
3852
3865
|
name: 'AME Chain Mainnet',
|
|
@@ -7386,18 +7399,29 @@ exports.chains = {
|
|
|
7386
7399
|
iconURL: 'https://ipfs.io/ipfs/QmSEoUonisawfCvT3osysuZzbqUEHugtgNraePKWL8PKYa'
|
|
7387
7400
|
},
|
|
7388
7401
|
510: {
|
|
7389
|
-
name: 'Syndicate
|
|
7390
|
-
title: 'Syndicate Chain',
|
|
7402
|
+
name: 'Syndicate Mainnet',
|
|
7391
7403
|
chain: 'Syndicate',
|
|
7392
|
-
|
|
7393
|
-
faucets: [],
|
|
7394
|
-
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
7404
|
+
shortName: 'syndicate',
|
|
7395
7405
|
infoURL: 'https://syndicate.io',
|
|
7396
|
-
|
|
7406
|
+
icon: 'syndicate',
|
|
7407
|
+
status: 'active',
|
|
7397
7408
|
chainId: 510,
|
|
7398
7409
|
networkId: 510,
|
|
7399
|
-
|
|
7400
|
-
|
|
7410
|
+
nativeCurrency: { name: 'Syndicate', symbol: 'SYND', decimals: 18 },
|
|
7411
|
+
rpc: ['https://rpc.syndicate.io'],
|
|
7412
|
+
faucets: [],
|
|
7413
|
+
explorers: [
|
|
7414
|
+
{
|
|
7415
|
+
name: 'Syndicate Explorer',
|
|
7416
|
+
url: 'https://explorer.syndicate.io',
|
|
7417
|
+
standard: 'EIP3091'
|
|
7418
|
+
}
|
|
7419
|
+
],
|
|
7420
|
+
parent: {
|
|
7421
|
+
type: 'L2',
|
|
7422
|
+
chain: 'eip155-1',
|
|
7423
|
+
bridges: [{ url: 'https://bridge.arbitrum.io' }]
|
|
7424
|
+
},
|
|
7401
7425
|
iconURL: 'https://ipfs.io/ipfs/QmeSvQcD3XvLFAiMLoQSPbGK9JxVfbCWPBUTMLhhhzYPqX'
|
|
7402
7426
|
},
|
|
7403
7427
|
512: {
|
|
@@ -9515,7 +9539,8 @@ exports.chains = {
|
|
|
9515
9539
|
869: {
|
|
9516
9540
|
name: 'WorldMobileChain-Mainnet',
|
|
9517
9541
|
chain: 'WMC',
|
|
9518
|
-
|
|
9542
|
+
icon: 'worldmobilechain',
|
|
9543
|
+
rpc: ['https://worldmobilechain-mainnet.g.alchemy.com/public'],
|
|
9519
9544
|
faucets: [],
|
|
9520
9545
|
nativeCurrency: {
|
|
9521
9546
|
name: 'World Mobile Token',
|
|
@@ -9526,7 +9551,15 @@ exports.chains = {
|
|
|
9526
9551
|
shortName: 'WMC',
|
|
9527
9552
|
chainId: 869,
|
|
9528
9553
|
networkId: 869,
|
|
9529
|
-
|
|
9554
|
+
explorers: [
|
|
9555
|
+
{
|
|
9556
|
+
name: 'World Mobile Chain Explorer',
|
|
9557
|
+
url: 'https://explorer.worldmobile.io',
|
|
9558
|
+
standard: 'none'
|
|
9559
|
+
}
|
|
9560
|
+
],
|
|
9561
|
+
status: 'active',
|
|
9562
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreiaa7ku47xm2736wexq53pihf7rfzeec7vwgvkhakd3sitogv4mi6m'
|
|
9530
9563
|
},
|
|
9531
9564
|
871: {
|
|
9532
9565
|
name: 'Electra Test Network',
|
|
@@ -13557,6 +13590,31 @@ exports.chains = {
|
|
|
13557
13590
|
],
|
|
13558
13591
|
iconURL: 'https://ipfs.io/ipfs/QmQnf8Fp3xVimXszkCt7EfKWjUzGWK9HBq9EQ8xXbm1APH'
|
|
13559
13592
|
},
|
|
13593
|
+
1612: {
|
|
13594
|
+
name: 'OpenLedger Mainnet',
|
|
13595
|
+
chain: 'OpenLedger',
|
|
13596
|
+
rpc: ['https://rpc.openledger.xyz'],
|
|
13597
|
+
faucets: [],
|
|
13598
|
+
nativeCurrency: { name: 'Open', symbol: 'OPEN', decimals: 18 },
|
|
13599
|
+
infoURL: 'https://www.openledger.xyz',
|
|
13600
|
+
shortName: 'open',
|
|
13601
|
+
chainId: 1612,
|
|
13602
|
+
networkId: 1612,
|
|
13603
|
+
icon: 'openledger',
|
|
13604
|
+
explorers: [
|
|
13605
|
+
{
|
|
13606
|
+
name: 'OpenLedger Explorer',
|
|
13607
|
+
url: 'https://scan.openledger.xyz',
|
|
13608
|
+
standard: 'EIP3091'
|
|
13609
|
+
}
|
|
13610
|
+
],
|
|
13611
|
+
parent: {
|
|
13612
|
+
type: 'L2',
|
|
13613
|
+
chain: 'eip155-1',
|
|
13614
|
+
bridges: [{ url: 'https://bridge.openledger.xyz/' }]
|
|
13615
|
+
},
|
|
13616
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreia37de5s5jtm5t74jtbx5clas3dnbojnrue7ls7ricbnr4kmgcfca'
|
|
13617
|
+
},
|
|
13560
13618
|
1617: {
|
|
13561
13619
|
name: 'Ethereum Inscription Mainnet',
|
|
13562
13620
|
chain: 'ETINS',
|
|
@@ -22150,6 +22208,53 @@ exports.chains = {
|
|
|
22150
22208
|
}
|
|
22151
22209
|
]
|
|
22152
22210
|
},
|
|
22211
|
+
5887: {
|
|
22212
|
+
name: 'MANTRACHAIN Testnet',
|
|
22213
|
+
chain: 'Dukong',
|
|
22214
|
+
rpc: [
|
|
22215
|
+
'https://evm.dukong.mantrachain.io',
|
|
22216
|
+
'wss://evm.dukong.mantrachain.io/ws'
|
|
22217
|
+
],
|
|
22218
|
+
faucets: ['https://faucet.dukong.mantrachain.io'],
|
|
22219
|
+
nativeCurrency: { name: 'OM', symbol: 'OM', decimals: 18 },
|
|
22220
|
+
infoURL: 'https://mantrachain.io',
|
|
22221
|
+
shortName: 'dukong',
|
|
22222
|
+
chainId: 5887,
|
|
22223
|
+
networkId: 5887,
|
|
22224
|
+
slip44: 1,
|
|
22225
|
+
icon: 'om',
|
|
22226
|
+
explorers: [
|
|
22227
|
+
{
|
|
22228
|
+
name: 'Dukong Explorer',
|
|
22229
|
+
url: 'http://mantrascan.io',
|
|
22230
|
+
standard: 'none',
|
|
22231
|
+
icon: 'om'
|
|
22232
|
+
}
|
|
22233
|
+
],
|
|
22234
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreiftgt747chqsw67a3jyklr52op5rozqmi3qnp4edwjcf2gxabwdnu'
|
|
22235
|
+
},
|
|
22236
|
+
5888: {
|
|
22237
|
+
name: 'MANTRACHAIN Mainnet',
|
|
22238
|
+
chain: 'MANTRACHAIN',
|
|
22239
|
+
rpc: ['https://evm.mantrachain.io', 'wss://evm.mantrachain.io/ws'],
|
|
22240
|
+
faucets: [],
|
|
22241
|
+
nativeCurrency: { name: 'OM', symbol: 'OM', decimals: 18 },
|
|
22242
|
+
infoURL: 'https://mantrachain.io',
|
|
22243
|
+
shortName: 'mantrachain',
|
|
22244
|
+
chainId: 5888,
|
|
22245
|
+
networkId: 5888,
|
|
22246
|
+
slip44: 1,
|
|
22247
|
+
icon: 'om',
|
|
22248
|
+
explorers: [
|
|
22249
|
+
{
|
|
22250
|
+
name: 'MANTRACHAIN Explorer',
|
|
22251
|
+
url: 'http://mantrascan.io',
|
|
22252
|
+
standard: 'none',
|
|
22253
|
+
icon: 'om'
|
|
22254
|
+
}
|
|
22255
|
+
],
|
|
22256
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreiftgt747chqsw67a3jyklr52op5rozqmi3qnp4edwjcf2gxabwdnu'
|
|
22257
|
+
},
|
|
22153
22258
|
6000: {
|
|
22154
22259
|
name: 'BounceBit Testnet',
|
|
22155
22260
|
chain: 'BounceBit',
|
|
@@ -26451,6 +26556,26 @@ exports.chains = {
|
|
|
26451
26556
|
bridges: [{ url: 'https://gateway.boba.network' }]
|
|
26452
26557
|
}
|
|
26453
26558
|
},
|
|
26559
|
+
9745: {
|
|
26560
|
+
name: 'Plasma Mainnet',
|
|
26561
|
+
chain: 'Plasma',
|
|
26562
|
+
rpc: ['https://rpc.plasma.to'],
|
|
26563
|
+
faucets: [],
|
|
26564
|
+
nativeCurrency: { name: 'Plasma', symbol: 'XPL', decimals: 18 },
|
|
26565
|
+
infoURL: 'https://plasma.to',
|
|
26566
|
+
shortName: 'plasma',
|
|
26567
|
+
chainId: 9745,
|
|
26568
|
+
networkId: 9745,
|
|
26569
|
+
icon: 'plasma',
|
|
26570
|
+
explorers: [
|
|
26571
|
+
{
|
|
26572
|
+
name: 'Routescan',
|
|
26573
|
+
url: 'https://plasmascan.to',
|
|
26574
|
+
standard: 'EIP3091'
|
|
26575
|
+
}
|
|
26576
|
+
],
|
|
26577
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreicgr636cvsomnqj3ikgdpixfv7eh2nr2u3k7v423raav2lrpsvfwy'
|
|
26578
|
+
},
|
|
26454
26579
|
9746: {
|
|
26455
26580
|
name: 'Plasma Testnet',
|
|
26456
26581
|
chain: 'Plasma',
|
|
@@ -26458,19 +26583,32 @@ exports.chains = {
|
|
|
26458
26583
|
faucets: [],
|
|
26459
26584
|
nativeCurrency: { name: 'Testnet Plasma', symbol: 'XPL', decimals: 18 },
|
|
26460
26585
|
infoURL: 'https://plasma.to',
|
|
26461
|
-
shortName: 'plasma',
|
|
26586
|
+
shortName: 'plasma-testnet',
|
|
26462
26587
|
chainId: 9746,
|
|
26463
26588
|
networkId: 9746,
|
|
26464
26589
|
icon: 'plasma',
|
|
26465
26590
|
explorers: [
|
|
26466
26591
|
{
|
|
26467
|
-
name: '
|
|
26468
|
-
url: 'https://testnet.
|
|
26469
|
-
icon: 'plasma',
|
|
26592
|
+
name: 'Routescan',
|
|
26593
|
+
url: 'https://testnet.plasmascan.to',
|
|
26470
26594
|
standard: 'EIP3091'
|
|
26471
26595
|
}
|
|
26472
26596
|
],
|
|
26473
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
26597
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreicgr636cvsomnqj3ikgdpixfv7eh2nr2u3k7v423raav2lrpsvfwy'
|
|
26598
|
+
},
|
|
26599
|
+
9747: {
|
|
26600
|
+
name: 'Plasma Devnet',
|
|
26601
|
+
chain: 'Plasma',
|
|
26602
|
+
rpc: ['https://devnet-rpc.plasma.to'],
|
|
26603
|
+
faucets: [],
|
|
26604
|
+
nativeCurrency: { name: 'Devnet Plasma', symbol: 'XPL', decimals: 18 },
|
|
26605
|
+
infoURL: 'https://plasma.to',
|
|
26606
|
+
shortName: 'plasma-devnet',
|
|
26607
|
+
chainId: 9747,
|
|
26608
|
+
networkId: 9747,
|
|
26609
|
+
icon: 'plasma',
|
|
26610
|
+
explorers: [],
|
|
26611
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreicgr636cvsomnqj3ikgdpixfv7eh2nr2u3k7v423raav2lrpsvfwy'
|
|
26474
26612
|
},
|
|
26475
26613
|
9768: {
|
|
26476
26614
|
name: 'MainnetZ Testnet',
|
|
@@ -29370,7 +29508,8 @@ exports.chains = {
|
|
|
29370
29508
|
16600: {
|
|
29371
29509
|
name: '0G-Newton-Testnet',
|
|
29372
29510
|
chain: '0G-Testnet',
|
|
29373
|
-
|
|
29511
|
+
status: 'deprecated',
|
|
29512
|
+
rpc: [],
|
|
29374
29513
|
faucets: ['https://faucet.0g.ai'],
|
|
29375
29514
|
nativeCurrency: { name: 'A0GI', symbol: 'A0GI', decimals: 18 },
|
|
29376
29515
|
infoURL: 'https://0g.ai',
|
|
@@ -29378,15 +29517,43 @@ exports.chains = {
|
|
|
29378
29517
|
chainId: 16600,
|
|
29379
29518
|
networkId: 16600,
|
|
29380
29519
|
icon: '0gai',
|
|
29520
|
+
explorers: [],
|
|
29521
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreic6mqwxp4g3defk5emaw6hbnimtjhmnxgzh5nje4gsvjgxhl64mqa'
|
|
29522
|
+
},
|
|
29523
|
+
16601: {
|
|
29524
|
+
name: '0G-Galileo-Testnet',
|
|
29525
|
+
chain: '0G-Testnet',
|
|
29526
|
+
rpc: ['https://evmrpc-testnet.0g.ai'],
|
|
29527
|
+
faucets: ['https://faucet.0g.ai'],
|
|
29528
|
+
nativeCurrency: { name: 'A0GI', symbol: 'A0GI', decimals: 18 },
|
|
29529
|
+
infoURL: 'https://0g.ai',
|
|
29530
|
+
shortName: '0gai-galileo-testnet',
|
|
29531
|
+
chainId: 16601,
|
|
29532
|
+
networkId: 16601,
|
|
29533
|
+
icon: '0gai',
|
|
29381
29534
|
explorers: [
|
|
29382
29535
|
{
|
|
29383
29536
|
name: '0G BlockChain Explorer',
|
|
29384
|
-
url: 'https://chainscan-
|
|
29385
|
-
standard: '
|
|
29537
|
+
url: 'https://chainscan-galileo.0g.ai',
|
|
29538
|
+
standard: 'EIP3091'
|
|
29386
29539
|
}
|
|
29387
29540
|
],
|
|
29388
29541
|
iconURL: 'https://ipfs.io/ipfs/bafkreic6mqwxp4g3defk5emaw6hbnimtjhmnxgzh5nje4gsvjgxhl64mqa'
|
|
29389
29542
|
},
|
|
29543
|
+
16661: {
|
|
29544
|
+
name: '0G Mainnet',
|
|
29545
|
+
chain: '0G',
|
|
29546
|
+
rpc: ['https://evmrpc.0g.ai'],
|
|
29547
|
+
faucets: [],
|
|
29548
|
+
nativeCurrency: { name: '0G', symbol: '0G', decimals: 18 },
|
|
29549
|
+
infoURL: 'https://0g.ai',
|
|
29550
|
+
shortName: '0g',
|
|
29551
|
+
chainId: 16661,
|
|
29552
|
+
networkId: 16661,
|
|
29553
|
+
icon: '0g',
|
|
29554
|
+
explorers: [],
|
|
29555
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreicc5esbtgqwrptmyvp75hdefsmgzgozlrjx4d7zonxkwuh5fpne5m'
|
|
29556
|
+
},
|
|
29390
29557
|
16688: {
|
|
29391
29558
|
name: 'IRIShub Testnet',
|
|
29392
29559
|
chain: 'IRIShub',
|
|
@@ -32080,7 +32247,7 @@ exports.chains = {
|
|
|
32080
32247
|
iconURL: 'https://ipfs.io/ipfs/QmX3tsEoj7SdaBLLV8VyyCUAmymdEGiSGeuTbxMrEMVvth'
|
|
32081
32248
|
},
|
|
32082
32249
|
32769: {
|
|
32083
|
-
name: 'Zilliqa
|
|
32250
|
+
name: 'Zilliqa 2',
|
|
32084
32251
|
chain: 'ZIL',
|
|
32085
32252
|
rpc: ['https://api.zilliqa.com'],
|
|
32086
32253
|
faucets: [],
|
|
@@ -32092,9 +32259,9 @@ exports.chains = {
|
|
|
32092
32259
|
icon: 'zilliqa',
|
|
32093
32260
|
explorers: [
|
|
32094
32261
|
{
|
|
32095
|
-
name: 'Zilliqa
|
|
32096
|
-
url: 'https://
|
|
32097
|
-
standard: '
|
|
32262
|
+
name: 'Zilliqa 2 Mainnet Explorer',
|
|
32263
|
+
url: 'https://zilliqa.blockscout.com',
|
|
32264
|
+
standard: 'EIP3091'
|
|
32098
32265
|
}
|
|
32099
32266
|
],
|
|
32100
32267
|
iconURL: 'https://ipfs.io/ipfs/QmTREXNgGtUhSoxFsrkhTe5LUnDBTKL5byaX8kpET6UuKp'
|
|
@@ -32160,21 +32327,21 @@ exports.chains = {
|
|
|
32160
32327
|
iconURL: 'https://ipfs.io/ipfs/QmUQiosuH8ib8aXSpYcJRTje9Lro9VeZyd4cNXrXGY5r8D'
|
|
32161
32328
|
},
|
|
32162
32329
|
33101: {
|
|
32163
|
-
name: 'Zilliqa
|
|
32330
|
+
name: 'Zilliqa 2 Testnet',
|
|
32164
32331
|
chain: 'ZIL',
|
|
32165
|
-
rpc: ['https://
|
|
32166
|
-
faucets: ['https://
|
|
32332
|
+
rpc: ['https://api.testnet.zilliqa.com'],
|
|
32333
|
+
faucets: ['https://faucet.testnet.zilliqa.com'],
|
|
32167
32334
|
nativeCurrency: { name: 'Zilliqa', symbol: 'ZIL', decimals: 18 },
|
|
32168
|
-
infoURL: 'https://www.zilliqa.com
|
|
32335
|
+
infoURL: 'https://www.zilliqa.com',
|
|
32169
32336
|
shortName: 'zil-testnet',
|
|
32170
32337
|
chainId: 33101,
|
|
32171
32338
|
networkId: 33101,
|
|
32172
32339
|
slip44: 1,
|
|
32173
32340
|
explorers: [
|
|
32174
32341
|
{
|
|
32175
|
-
name: 'Zilliqa
|
|
32176
|
-
url: 'https://
|
|
32177
|
-
standard: '
|
|
32342
|
+
name: 'Zilliqa 2 Testnet Explorer',
|
|
32343
|
+
url: 'https://testnet.zilliqa.blockscout.com',
|
|
32344
|
+
standard: 'EIP3091'
|
|
32178
32345
|
}
|
|
32179
32346
|
]
|
|
32180
32347
|
},
|
|
@@ -32948,6 +33115,11 @@ exports.chains = {
|
|
|
32948
33115
|
rpc: ['https://forno.celo.org', 'wss://forno.celo.org/ws'],
|
|
32949
33116
|
faucets: [],
|
|
32950
33117
|
infoURL: 'https://docs.celo.org/',
|
|
33118
|
+
parent: {
|
|
33119
|
+
type: 'L2',
|
|
33120
|
+
chain: 'eip155-1',
|
|
33121
|
+
bridges: [{ url: 'https://superbridge.app/celo' }]
|
|
33122
|
+
},
|
|
32951
33123
|
explorers: [
|
|
32952
33124
|
{
|
|
32953
33125
|
name: 'Celoscan',
|
|
@@ -32956,8 +33128,8 @@ exports.chains = {
|
|
|
32956
33128
|
},
|
|
32957
33129
|
{
|
|
32958
33130
|
name: 'blockscout',
|
|
32959
|
-
url: 'https://
|
|
32960
|
-
standard: '
|
|
33131
|
+
url: 'https://celo.blockscout.com',
|
|
33132
|
+
standard: 'EIP3091'
|
|
32961
33133
|
}
|
|
32962
33134
|
]
|
|
32963
33135
|
},
|
|
@@ -38755,6 +38927,27 @@ exports.chains = {
|
|
|
38755
38927
|
networkId: 100011,
|
|
38756
38928
|
parent: { type: 'L2', chain: 'eip155-100000' }
|
|
38757
38929
|
},
|
|
38930
|
+
100021: {
|
|
38931
|
+
name: 'Sova',
|
|
38932
|
+
chain: 'ETH',
|
|
38933
|
+
icon: 'sova',
|
|
38934
|
+
rpc: ['https://rpc.sova.io'],
|
|
38935
|
+
faucets: [],
|
|
38936
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
38937
|
+
infoURL: 'https://sova.io',
|
|
38938
|
+
shortName: 'sova',
|
|
38939
|
+
chainId: 100021,
|
|
38940
|
+
networkId: 100021,
|
|
38941
|
+
explorers: [
|
|
38942
|
+
{
|
|
38943
|
+
name: 'blockscout',
|
|
38944
|
+
url: 'https://explorer.sova.io',
|
|
38945
|
+
icon: 'blockscout',
|
|
38946
|
+
standard: 'EIP3091'
|
|
38947
|
+
}
|
|
38948
|
+
],
|
|
38949
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreid7xn7bs3l66axinbq25gl7ypdlwbinnbit4bz3qcy36fia4icrgm'
|
|
38950
|
+
},
|
|
38758
38951
|
100100: {
|
|
38759
38952
|
name: 'Deprecated CHI',
|
|
38760
38953
|
chain: 'CHI1',
|
|
@@ -39440,6 +39633,28 @@ exports.chains = {
|
|
|
39440
39633
|
],
|
|
39441
39634
|
iconURL: 'https://ipfs.io/ipfs/QmcCFUTStKKJKfzTwrjfMFoVaPCMsvAvWXRdDkYMvCkEs3'
|
|
39442
39635
|
},
|
|
39636
|
+
120893: {
|
|
39637
|
+
name: 'Sova Sepolia Testnet',
|
|
39638
|
+
chain: 'ETH',
|
|
39639
|
+
icon: 'sova',
|
|
39640
|
+
rpc: ['https://rpc.testnet.sova.io'],
|
|
39641
|
+
faucets: [],
|
|
39642
|
+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
|
39643
|
+
infoURL: 'https://sova.io',
|
|
39644
|
+
shortName: 'sovasep',
|
|
39645
|
+
chainId: 120893,
|
|
39646
|
+
networkId: 120893,
|
|
39647
|
+
slip44: 1,
|
|
39648
|
+
explorers: [
|
|
39649
|
+
{
|
|
39650
|
+
name: 'blockscout',
|
|
39651
|
+
url: 'https://explorer.testnet.sova.io',
|
|
39652
|
+
icon: 'blockscout',
|
|
39653
|
+
standard: 'EIP3091'
|
|
39654
|
+
}
|
|
39655
|
+
],
|
|
39656
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreid7xn7bs3l66axinbq25gl7ypdlwbinnbit4bz3qcy36fia4icrgm'
|
|
39657
|
+
},
|
|
39443
39658
|
121212: {
|
|
39444
39659
|
name: 'Rome Devnet Esquiline',
|
|
39445
39660
|
chain: 'ROME',
|
|
@@ -41208,6 +41423,35 @@ exports.chains = {
|
|
|
41208
41423
|
status: 'active',
|
|
41209
41424
|
iconURL: 'https://ipfs.io/ipfs/QmamYSLuQSiAvqfQdejQn2PKXV6ZPQCagpXH5MLRz1GeCf'
|
|
41210
41425
|
},
|
|
41426
|
+
240241: {
|
|
41427
|
+
name: 'Studio Blockchain Mainnet',
|
|
41428
|
+
chain: 'STO',
|
|
41429
|
+
icon: 'studio',
|
|
41430
|
+
rpc: [
|
|
41431
|
+
'https://mainnet.studio-blockchain.com',
|
|
41432
|
+
'https://mainnet2.studio-blockchain.com',
|
|
41433
|
+
'https://mainnet3.studio-blockchain.com',
|
|
41434
|
+
'https://mainnet.studio-scan.com',
|
|
41435
|
+
'https://mainnet2.studio-scan.com',
|
|
41436
|
+
'wss://mainnet.studio-blockchain.com:8547'
|
|
41437
|
+
],
|
|
41438
|
+
faucets: [],
|
|
41439
|
+
nativeCurrency: { name: 'Studio Token', symbol: 'STO', decimals: 18 },
|
|
41440
|
+
features: [{ name: 'EIP155' }],
|
|
41441
|
+
infoURL: 'https://studio-blockchain.com',
|
|
41442
|
+
shortName: 'stom',
|
|
41443
|
+
chainId: 240241,
|
|
41444
|
+
networkId: 240241,
|
|
41445
|
+
explorers: [
|
|
41446
|
+
{
|
|
41447
|
+
name: 'Studio Scan',
|
|
41448
|
+
url: 'https://studio-scan.com',
|
|
41449
|
+
standard: 'EIP3091'
|
|
41450
|
+
}
|
|
41451
|
+
],
|
|
41452
|
+
status: 'active',
|
|
41453
|
+
iconURL: 'https://ipfs.io/ipfs/QmamYSLuQSiAvqfQdejQn2PKXV6ZPQCagpXH5MLRz1GeCf'
|
|
41454
|
+
},
|
|
41211
41455
|
240515: {
|
|
41212
41456
|
name: 'Orange Chain Testnet',
|
|
41213
41457
|
title: 'Orange Chain Testnet',
|
|
@@ -41680,6 +41924,24 @@ exports.chains = {
|
|
|
41680
41924
|
],
|
|
41681
41925
|
iconURL: 'https://ipfs.io/ipfs/Qmetu9hMLvczYo7tDPRyjqjBHwwpHU8mEgW3PEPPre56su'
|
|
41682
41926
|
},
|
|
41927
|
+
323432: {
|
|
41928
|
+
name: 'World Mobile Chain Testnet',
|
|
41929
|
+
chain: 'WOMOX',
|
|
41930
|
+
rpc: ['https://worldmobile-devnet.g.alchemy.com/public'],
|
|
41931
|
+
faucets: ['https://testnet-faucet.worldmobile.net'],
|
|
41932
|
+
nativeCurrency: { name: 'ATestingToken', symbol: 'WOMOX', decimals: 18 },
|
|
41933
|
+
infoURL: 'https://worldmobile.io/the-chain',
|
|
41934
|
+
shortName: 'WMCTEST',
|
|
41935
|
+
chainId: 323432,
|
|
41936
|
+
networkId: 323432,
|
|
41937
|
+
explorers: [
|
|
41938
|
+
{
|
|
41939
|
+
name: 'World Mobile Testnet Explorer',
|
|
41940
|
+
url: 'https://testnet-explorer.worldmobile.net',
|
|
41941
|
+
standard: 'EIP3091'
|
|
41942
|
+
}
|
|
41943
|
+
]
|
|
41944
|
+
},
|
|
41683
41945
|
325000: {
|
|
41684
41946
|
name: 'Camp Network Testnet V2',
|
|
41685
41947
|
chain: 'ETH',
|
|
@@ -45106,6 +45368,37 @@ exports.chains = {
|
|
|
45106
45368
|
explorers: [],
|
|
45107
45369
|
iconURL: 'https://ipfs.io/ipfs/QmfUV9PqF7JxuUAYaBHh6YJ2ChCdDVobTwDibxQuPMUmPq'
|
|
45108
45370
|
},
|
|
45371
|
+
2019775: {
|
|
45372
|
+
name: 'Jovay Sepolia Testnet',
|
|
45373
|
+
chain: 'ETH',
|
|
45374
|
+
status: 'active',
|
|
45375
|
+
rpc: [
|
|
45376
|
+
'https://api.zan.top/public/jovay-testnet',
|
|
45377
|
+
'https://api.zan.top/node/v1/jovay/testnet/${ZAN_API_KEY}',
|
|
45378
|
+
'wss://api.zan.top/node/ws/v1/jovay/testnet/${ZAN_API_KEY}'
|
|
45379
|
+
],
|
|
45380
|
+
faucets: ['https://zan.top/faucet/jovay'],
|
|
45381
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
45382
|
+
infoURL: 'https://jovay.io',
|
|
45383
|
+
shortName: 'jovay-sepolia',
|
|
45384
|
+
chainId: 2019775,
|
|
45385
|
+
networkId: 2019775,
|
|
45386
|
+
icon: 'jovay',
|
|
45387
|
+
slip44: 1,
|
|
45388
|
+
explorers: [
|
|
45389
|
+
{
|
|
45390
|
+
name: 'Jovay Testnet Explorer',
|
|
45391
|
+
url: 'https://sepolia-explorer.jovay.io/l2',
|
|
45392
|
+
standard: 'none'
|
|
45393
|
+
}
|
|
45394
|
+
],
|
|
45395
|
+
parent: {
|
|
45396
|
+
type: 'L2',
|
|
45397
|
+
chain: 'eip155-11155111',
|
|
45398
|
+
bridges: [{ url: 'https://docs.jovay.io/guide/developer-quickstart' }]
|
|
45399
|
+
},
|
|
45400
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreif3xfpoojvgf23cf6kxx7q3pgbeqtkiiv3lro23i4lemb3wiodmq4'
|
|
45401
|
+
},
|
|
45109
45402
|
2021398: {
|
|
45110
45403
|
name: 'DeBank Testnet',
|
|
45111
45404
|
chain: 'DeBank',
|
|
@@ -45740,6 +46033,32 @@ exports.chains = {
|
|
|
45740
46033
|
],
|
|
45741
46034
|
iconURL: 'https://ipfs.io/ipfs/QmYwvmJZ1bgTdiZUKXk4SifTpTj286CkZjMCshUyJuBFH1'
|
|
45742
46035
|
},
|
|
46036
|
+
5734951: {
|
|
46037
|
+
name: 'Jovay Mainnet',
|
|
46038
|
+
chain: 'ETH',
|
|
46039
|
+
status: 'incubating',
|
|
46040
|
+
rpc: [
|
|
46041
|
+
'https://api.zan.top/public/jovay-mainnet',
|
|
46042
|
+
'https://api.zan.top/node/v1/jovay/mainnet/${ZAN_API_KEY}',
|
|
46043
|
+
'wss://api.zan.top/node/ws/v1/jovay/mainnet/${ZAN_API_KEY}'
|
|
46044
|
+
],
|
|
46045
|
+
faucets: [],
|
|
46046
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
46047
|
+
infoURL: 'https://jovay.io',
|
|
46048
|
+
shortName: 'jovay',
|
|
46049
|
+
chainId: 5734951,
|
|
46050
|
+
networkId: 5734951,
|
|
46051
|
+
icon: 'jovay',
|
|
46052
|
+
explorers: [
|
|
46053
|
+
{
|
|
46054
|
+
name: 'Jovay Explorer',
|
|
46055
|
+
url: 'https://explorer.jovay.io',
|
|
46056
|
+
standard: 'none'
|
|
46057
|
+
}
|
|
46058
|
+
],
|
|
46059
|
+
parent: { type: 'L2', chain: 'eip155-1', bridges: [] },
|
|
46060
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreif3xfpoojvgf23cf6kxx7q3pgbeqtkiiv3lro23i4lemb3wiodmq4'
|
|
46061
|
+
},
|
|
45743
46062
|
6038361: {
|
|
45744
46063
|
name: 'Astar zKyoto',
|
|
45745
46064
|
shortName: 'azkyt',
|
|
@@ -45860,7 +46179,7 @@ exports.chains = {
|
|
|
45860
46179
|
chain: 'ENI',
|
|
45861
46180
|
rpc: ['https://rpc-testnet.eniac.network'],
|
|
45862
46181
|
faucets: [],
|
|
45863
|
-
nativeCurrency: { name: '
|
|
46182
|
+
nativeCurrency: { name: 'EGAS', symbol: 'EGAS', decimals: 18 },
|
|
45864
46183
|
infoURL: 'https://eniac.network/',
|
|
45865
46184
|
shortName: 'eni-test',
|
|
45866
46185
|
chainId: 6912115,
|
|
@@ -46370,6 +46689,36 @@ exports.chains = {
|
|
|
46370
46689
|
],
|
|
46371
46690
|
iconURL: 'https://ipfs.io/ipfs/QmWAa7JayD8HCtAMXezzUNcUoi2Rikqpu2WmrHpFBmDEez'
|
|
46372
46691
|
},
|
|
46692
|
+
11142220: {
|
|
46693
|
+
name: 'Celo Sepolia Testnet',
|
|
46694
|
+
chainId: 11142220,
|
|
46695
|
+
shortName: 'celo-sep',
|
|
46696
|
+
chain: 'CELO',
|
|
46697
|
+
networkId: 11142220,
|
|
46698
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
46699
|
+
slip44: 60,
|
|
46700
|
+
nativeCurrency: { name: 'CELO-S', symbol: 'CELO', decimals: 18 },
|
|
46701
|
+
parent: {
|
|
46702
|
+
type: 'L2',
|
|
46703
|
+
chain: 'eip155-11155111',
|
|
46704
|
+
bridges: [
|
|
46705
|
+
{
|
|
46706
|
+
url: 'https://superbridge.app/?fromChainId=11155111&toChainId=11142220'
|
|
46707
|
+
}
|
|
46708
|
+
]
|
|
46709
|
+
},
|
|
46710
|
+
rpc: ['https://forno.celo-sepolia.celo-testnet.org'],
|
|
46711
|
+
faucets: ['https://faucet.celo.org'],
|
|
46712
|
+
infoURL: 'https://docs.celo.org',
|
|
46713
|
+
explorers: [
|
|
46714
|
+
{
|
|
46715
|
+
name: 'Celo Sepolia Explorer',
|
|
46716
|
+
url: 'https://celo-sepolia.blockscout.com',
|
|
46717
|
+
icon: 'blockscout',
|
|
46718
|
+
standard: 'EIP3091'
|
|
46719
|
+
}
|
|
46720
|
+
]
|
|
46721
|
+
},
|
|
46373
46722
|
11145513: {
|
|
46374
46723
|
name: 'Blessnet Sepolia',
|
|
46375
46724
|
chain: 'ETH',
|
package/dist/src/enums.d.ts
CHANGED
|
@@ -174,8 +174,8 @@ export declare enum ChainName {
|
|
|
174
174
|
OTC = "OTC",
|
|
175
175
|
DCMainnet = "DC Mainnet",
|
|
176
176
|
HashKeyChain = "HashKey Chain",
|
|
177
|
-
|
|
178
|
-
|
|
177
|
+
AbeyTestnet = "Abey Testnet",
|
|
178
|
+
AbeyMainnet = "Abey Mainnet",
|
|
179
179
|
AMEChainMainnet = "AME Chain Mainnet",
|
|
180
180
|
WaterfallNetwork = "Waterfall Network",
|
|
181
181
|
IOSTMainnet = "IOST Mainnet",
|
|
@@ -335,7 +335,7 @@ export declare enum ChainName {
|
|
|
335
335
|
Rupaya = "Rupaya",
|
|
336
336
|
'CaminoC-Chain' = "Camino C-Chain",
|
|
337
337
|
ColumbusTestNetwork = "Columbus Test Network",
|
|
338
|
-
|
|
338
|
+
SyndicateMainnet = "Syndicate Mainnet",
|
|
339
339
|
'Double-AChainMainnet' = "Double-A Chain Mainnet",
|
|
340
340
|
'Double-AChainTestnet' = "Double-A Chain Testnet",
|
|
341
341
|
GearZeroNetworkMainnet = "Gear Zero Network Mainnet",
|
|
@@ -631,6 +631,7 @@ export declare enum ChainName {
|
|
|
631
631
|
StarCHAIN = "StarCHAIN",
|
|
632
632
|
ReactiveMainnet = "Reactive Mainnet",
|
|
633
633
|
Betherance = "Betherance",
|
|
634
|
+
OpenLedgerMainnet = "OpenLedger Mainnet",
|
|
634
635
|
EthereumInscriptionMainnet = "Ethereum Inscription Mainnet",
|
|
635
636
|
CatecoinChainMainnet = "Catecoin Chain Mainnet",
|
|
636
637
|
Atheios = "Atheios",
|
|
@@ -1033,6 +1034,8 @@ export declare enum ChainName {
|
|
|
1033
1034
|
OntologyTestnet = "Ontology Testnet",
|
|
1034
1035
|
ChangChainFoundationMainnet = "Chang Chain Foundation Mainnet",
|
|
1035
1036
|
WegochainRubidiumMainnet = "Wegochain Rubidium Mainnet",
|
|
1037
|
+
MANTRACHAINTestnet = "MANTRACHAIN Testnet",
|
|
1038
|
+
MANTRACHAINMainnet = "MANTRACHAIN Mainnet",
|
|
1036
1039
|
BounceBitTestnet = "BounceBit Testnet",
|
|
1037
1040
|
BounceBitMainnet = "BounceBit Mainnet",
|
|
1038
1041
|
BCHyperChainTestnet = "BC Hyper Chain Testnet",
|
|
@@ -1236,7 +1239,9 @@ export declare enum ChainName {
|
|
|
1236
1239
|
RebusMainnet = "Rebus Mainnet",
|
|
1237
1240
|
OortMainnetDev = "Oort MainnetDev",
|
|
1238
1241
|
BobaBNBTestnet = "Boba BNB Testnet",
|
|
1242
|
+
PlasmaMainnet = "Plasma Mainnet",
|
|
1239
1243
|
PlasmaTestnet = "Plasma Testnet",
|
|
1244
|
+
PlasmaDevnet = "Plasma Devnet",
|
|
1240
1245
|
MainnetZTestnet = "MainnetZ Testnet",
|
|
1241
1246
|
PepeNetworkMainnet = "PepeNetwork Mainnet",
|
|
1242
1247
|
TabiTestnetv2 = "Tabi Testnetv2",
|
|
@@ -1375,6 +1380,8 @@ export declare enum ChainName {
|
|
|
1375
1380
|
PivotalSepolia = "Pivotal Sepolia",
|
|
1376
1381
|
GenesysMainnet = "Genesys Mainnet",
|
|
1377
1382
|
'0G-Newton-Testnet' = "0G-Newton-Testnet",
|
|
1383
|
+
'0G-Galileo-Testnet' = "0G-Galileo-Testnet",
|
|
1384
|
+
'0GMainnet' = "0G Mainnet",
|
|
1378
1385
|
IRIShubTestnet = "IRIShub Testnet",
|
|
1379
1386
|
AirDAOMainnet = "AirDAO Mainnet",
|
|
1380
1387
|
IVARChainTestnet = "IVAR Chain Testnet",
|
|
@@ -1501,11 +1508,11 @@ export declare enum ChainName {
|
|
|
1501
1508
|
SantimentIntelligenceNetwork = "Santiment Intelligence Network",
|
|
1502
1509
|
BitgertMainnet = "Bitgert Mainnet",
|
|
1503
1510
|
FusionMainnet = "Fusion Mainnet",
|
|
1504
|
-
|
|
1511
|
+
Zilliqa2 = "Zilliqa 2",
|
|
1505
1512
|
'Zilliqa2EVMproto-mainnet' = "Zilliqa 2 EVM proto-mainnet",
|
|
1506
1513
|
ZilliqaEVMIsolatedServer = "Zilliqa EVM Isolated Server",
|
|
1507
1514
|
EntangleMainnet = "Entangle Mainnet",
|
|
1508
|
-
|
|
1515
|
+
Zilliqa2Testnet = "Zilliqa 2 Testnet",
|
|
1509
1516
|
'Zilliqa2EVMproto-testnet' = "Zilliqa 2 EVM proto-testnet",
|
|
1510
1517
|
Curtis = "Curtis",
|
|
1511
1518
|
EntangleTestnet = "Entangle Testnet",
|
|
@@ -1809,6 +1816,7 @@ export declare enum ChainName {
|
|
|
1809
1816
|
VeChain = "VeChain",
|
|
1810
1817
|
VeChainTestnet = "VeChain Testnet",
|
|
1811
1818
|
QuarkChainL2Mainnet = "QuarkChain L2 Mainnet",
|
|
1819
|
+
Sova = "Sova",
|
|
1812
1820
|
DeprecatedCHI = "Deprecated CHI",
|
|
1813
1821
|
DeInfraMainnet = "DeInfra Mainnet",
|
|
1814
1822
|
Monsoon = "Monsoon ",
|
|
@@ -1841,6 +1849,7 @@ export declare enum ChainName {
|
|
|
1841
1849
|
EGoldChainTestnet = "eGold Chain Testnet",
|
|
1842
1850
|
MetachainOneMainnet = "Metachain One Mainnet",
|
|
1843
1851
|
MetaDAPEnterpriseTestnet = "MetaDAP Enterprise Testnet",
|
|
1852
|
+
SovaSepoliaTestnet = "Sova Sepolia Testnet",
|
|
1844
1853
|
RomeDevnetEsquiline = "Rome Devnet Esquiline",
|
|
1845
1854
|
RomeDevnetSubura = "Rome Devnet Subura",
|
|
1846
1855
|
RomeTestnetMartius = "Rome Testnet Martius",
|
|
@@ -1926,6 +1935,7 @@ export declare enum ChainName {
|
|
|
1926
1935
|
HaymoTestnet = "Haymo Testnet",
|
|
1927
1936
|
UniverseTestnet = "Universe Testnet",
|
|
1928
1937
|
StudioTestnet = "Studio Testnet",
|
|
1938
|
+
StudioBlockchainMainnet = "Studio Blockchain Mainnet",
|
|
1929
1939
|
OrangeChainTestnet = "Orange Chain Testnet",
|
|
1930
1940
|
AnomalyAndromedaTestnet = "Anomaly Andromeda Testnet",
|
|
1931
1941
|
ARTISsigma1 = "ARTIS sigma1",
|
|
@@ -1948,6 +1958,7 @@ export declare enum ChainName {
|
|
|
1948
1958
|
'Filecoin-Calibrationtestnet' = "Filecoin - Calibration testnet",
|
|
1949
1959
|
ParexMainnet = "Parex Mainnet",
|
|
1950
1960
|
BloomGenesisTestnet = "Bloom Genesis Testnet",
|
|
1961
|
+
WorldMobileChainTestnet = "World Mobile Chain Testnet",
|
|
1951
1962
|
CampNetworkTestnetV2 = "Camp Network Testnet V2",
|
|
1952
1963
|
WABAChainTestnet = "WABA Chain Testnet",
|
|
1953
1964
|
NalMainnet = "Nal Mainnet",
|
|
@@ -2108,6 +2119,7 @@ export declare enum ChainName {
|
|
|
2108
2119
|
PrimeaNetworkTestnet = "Primea Network Testnet",
|
|
2109
2120
|
TurkeyDemoDev = "Turkey Demo Dev",
|
|
2110
2121
|
XphereTestnet = "Xphere Testnet",
|
|
2122
|
+
JovaySepoliaTestnet = "Jovay Sepolia Testnet",
|
|
2111
2123
|
DeBankTestnet = "DeBank Testnet",
|
|
2112
2124
|
AlterscopeTestnet = "Alterscope Testnet",
|
|
2113
2125
|
PlianMainnetMain = "Plian Mainnet Main",
|
|
@@ -2137,6 +2149,7 @@ export declare enum ChainName {
|
|
|
2137
2149
|
PointPayTestnet = "PointPay Testnet",
|
|
2138
2150
|
ImversedMainnet = "Imversed Mainnet",
|
|
2139
2151
|
ImversedTestnet = "Imversed Testnet",
|
|
2152
|
+
JovayMainnet = "Jovay Mainnet",
|
|
2140
2153
|
AstarzKyoto = "Astar zKyoto",
|
|
2141
2154
|
BlockChainLOLBerachainTestnet = "Block Chain LOL Berachain Testnet",
|
|
2142
2155
|
'Safe(AnWang)Mainnet' = "Safe(AnWang) Mainnet",
|
|
@@ -2168,6 +2181,7 @@ export declare enum ChainName {
|
|
|
2168
2181
|
SoverunMainnet = "Soverun Mainnet",
|
|
2169
2182
|
AlienXMainnet = "AlienX Mainnet",
|
|
2170
2183
|
ALIENXHalTestnet = "ALIENX Hal Testnet",
|
|
2184
|
+
CeloSepoliaTestnet = "Celo Sepolia Testnet",
|
|
2171
2185
|
BlessnetSepolia = "Blessnet Sepolia",
|
|
2172
2186
|
EthereumSepolia = "Ethereum Sepolia",
|
|
2173
2187
|
OPSepoliaTestnet = "OP Sepolia Testnet",
|
|
@@ -2537,8 +2551,8 @@ export declare enum ChainId {
|
|
|
2537
2551
|
OTC = 175,
|
|
2538
2552
|
DCMainnet = 176,
|
|
2539
2553
|
HashKeyChain = 177,
|
|
2540
|
-
|
|
2541
|
-
|
|
2554
|
+
AbeyTestnet = 178,
|
|
2555
|
+
AbeyMainnet = 179,
|
|
2542
2556
|
AMEChainMainnet = 180,
|
|
2543
2557
|
WaterfallNetwork = 181,
|
|
2544
2558
|
IOSTMainnet = 182,
|
|
@@ -2698,7 +2712,7 @@ export declare enum ChainId {
|
|
|
2698
2712
|
Rupaya = 499,
|
|
2699
2713
|
'CaminoC-Chain' = 500,
|
|
2700
2714
|
ColumbusTestNetwork = 501,
|
|
2701
|
-
|
|
2715
|
+
SyndicateMainnet = 510,
|
|
2702
2716
|
'Double-AChainMainnet' = 512,
|
|
2703
2717
|
'Double-AChainTestnet' = 513,
|
|
2704
2718
|
GearZeroNetworkMainnet = 516,
|
|
@@ -2994,6 +3008,7 @@ export declare enum ChainId {
|
|
|
2994
3008
|
StarCHAIN = 1578,
|
|
2995
3009
|
ReactiveMainnet = 1597,
|
|
2996
3010
|
Betherance = 1605,
|
|
3011
|
+
OpenLedgerMainnet = 1612,
|
|
2997
3012
|
EthereumInscriptionMainnet = 1617,
|
|
2998
3013
|
CatecoinChainMainnet = 1618,
|
|
2999
3014
|
Atheios = 1620,
|
|
@@ -3396,6 +3411,8 @@ export declare enum ChainId {
|
|
|
3396
3411
|
OntologyTestnet = 5851,
|
|
3397
3412
|
ChangChainFoundationMainnet = 5858,
|
|
3398
3413
|
WegochainRubidiumMainnet = 5869,
|
|
3414
|
+
MANTRACHAINTestnet = 5887,
|
|
3415
|
+
MANTRACHAINMainnet = 5888,
|
|
3399
3416
|
BounceBitTestnet = 6000,
|
|
3400
3417
|
BounceBitMainnet = 6001,
|
|
3401
3418
|
BCHyperChainTestnet = 6060,
|
|
@@ -3599,7 +3616,9 @@ export declare enum ChainId {
|
|
|
3599
3616
|
RebusMainnet = 9696,
|
|
3600
3617
|
OortMainnetDev = 9700,
|
|
3601
3618
|
BobaBNBTestnet = 9728,
|
|
3619
|
+
PlasmaMainnet = 9745,
|
|
3602
3620
|
PlasmaTestnet = 9746,
|
|
3621
|
+
PlasmaDevnet = 9747,
|
|
3603
3622
|
MainnetZTestnet = 9768,
|
|
3604
3623
|
PepeNetworkMainnet = 9779,
|
|
3605
3624
|
TabiTestnetv2 = 9788,
|
|
@@ -3738,6 +3757,8 @@ export declare enum ChainId {
|
|
|
3738
3757
|
PivotalSepolia = 16481,
|
|
3739
3758
|
GenesysMainnet = 16507,
|
|
3740
3759
|
'0G-Newton-Testnet' = 16600,
|
|
3760
|
+
'0G-Galileo-Testnet' = 16601,
|
|
3761
|
+
'0GMainnet' = 16661,
|
|
3741
3762
|
IRIShubTestnet = 16688,
|
|
3742
3763
|
AirDAOMainnet = 16718,
|
|
3743
3764
|
IVARChainTestnet = 16888,
|
|
@@ -3864,11 +3885,11 @@ export declare enum ChainId {
|
|
|
3864
3885
|
SantimentIntelligenceNetwork = 32382,
|
|
3865
3886
|
BitgertMainnet = 32520,
|
|
3866
3887
|
FusionMainnet = 32659,
|
|
3867
|
-
|
|
3888
|
+
Zilliqa2 = 32769,
|
|
3868
3889
|
'Zilliqa2EVMproto-mainnet' = 32770,
|
|
3869
3890
|
ZilliqaEVMIsolatedServer = 32990,
|
|
3870
3891
|
EntangleMainnet = 33033,
|
|
3871
|
-
|
|
3892
|
+
Zilliqa2Testnet = 33101,
|
|
3872
3893
|
'Zilliqa2EVMproto-testnet' = 33103,
|
|
3873
3894
|
Curtis = 33111,
|
|
3874
3895
|
EntangleTestnet = 33133,
|
|
@@ -4172,6 +4193,7 @@ export declare enum ChainId {
|
|
|
4172
4193
|
VeChain = 100009,
|
|
4173
4194
|
VeChainTestnet = 100010,
|
|
4174
4195
|
QuarkChainL2Mainnet = 100011,
|
|
4196
|
+
Sova = 100021,
|
|
4175
4197
|
DeprecatedCHI = 100100,
|
|
4176
4198
|
DeInfraMainnet = 100501,
|
|
4177
4199
|
Monsoon = 100610,
|
|
@@ -4204,6 +4226,7 @@ export declare enum ChainId {
|
|
|
4204
4226
|
EGoldChainTestnet = 111451,
|
|
4205
4227
|
MetachainOneMainnet = 112358,
|
|
4206
4228
|
MetaDAPEnterpriseTestnet = 119139,
|
|
4229
|
+
SovaSepoliaTestnet = 120893,
|
|
4207
4230
|
RomeDevnetEsquiline = 121212,
|
|
4208
4231
|
RomeDevnetSubura = 121213,
|
|
4209
4232
|
RomeTestnetMartius = 121214,
|
|
@@ -4289,6 +4312,7 @@ export declare enum ChainId {
|
|
|
4289
4312
|
HaymoTestnet = 234666,
|
|
4290
4313
|
UniverseTestnet = 235711,
|
|
4291
4314
|
StudioTestnet = 240240,
|
|
4315
|
+
StudioBlockchainMainnet = 240241,
|
|
4292
4316
|
OrangeChainTestnet = 240515,
|
|
4293
4317
|
AnomalyAndromedaTestnet = 241120,
|
|
4294
4318
|
ARTISsigma1 = 246529,
|
|
@@ -4311,6 +4335,7 @@ export declare enum ChainId {
|
|
|
4311
4335
|
'Filecoin-Calibrationtestnet' = 314159,
|
|
4312
4336
|
ParexMainnet = 322202,
|
|
4313
4337
|
BloomGenesisTestnet = 323213,
|
|
4338
|
+
WorldMobileChainTestnet = 323432,
|
|
4314
4339
|
CampNetworkTestnetV2 = 325000,
|
|
4315
4340
|
WABAChainTestnet = 327126,
|
|
4316
4341
|
NalMainnet = 328527,
|
|
@@ -4471,6 +4496,7 @@ export declare enum ChainId {
|
|
|
4471
4496
|
PrimeaNetworkTestnet = 1698369,
|
|
4472
4497
|
TurkeyDemoDev = 1731313,
|
|
4473
4498
|
XphereTestnet = 1998991,
|
|
4499
|
+
JovaySepoliaTestnet = 2019775,
|
|
4474
4500
|
DeBankTestnet = 2021398,
|
|
4475
4501
|
AlterscopeTestnet = 2022091,
|
|
4476
4502
|
PlianMainnetMain = 2099156,
|
|
@@ -4500,6 +4526,7 @@ export declare enum ChainId {
|
|
|
4500
4526
|
PointPayTestnet = 5511555,
|
|
4501
4527
|
ImversedMainnet = 5555555,
|
|
4502
4528
|
ImversedTestnet = 5555558,
|
|
4529
|
+
JovayMainnet = 5734951,
|
|
4503
4530
|
AstarzKyoto = 6038361,
|
|
4504
4531
|
BlockChainLOLBerachainTestnet = 6231991,
|
|
4505
4532
|
'Safe(AnWang)Mainnet' = 6666665,
|
|
@@ -4531,6 +4558,7 @@ export declare enum ChainId {
|
|
|
4531
4558
|
SoverunMainnet = 10101010,
|
|
4532
4559
|
AlienXMainnet = 10241024,
|
|
4533
4560
|
ALIENXHalTestnet = 10241025,
|
|
4561
|
+
CeloSepoliaTestnet = 11142220,
|
|
4534
4562
|
BlessnetSepolia = 11145513,
|
|
4535
4563
|
EthereumSepolia = 11155111,
|
|
4536
4564
|
OPSepoliaTestnet = 11155420,
|
package/dist/src/enums.js
CHANGED
|
@@ -178,8 +178,8 @@ var ChainName;
|
|
|
178
178
|
ChainName["OTC"] = "OTC";
|
|
179
179
|
ChainName["DCMainnet"] = "DC Mainnet";
|
|
180
180
|
ChainName["HashKeyChain"] = "HashKey Chain";
|
|
181
|
-
ChainName["
|
|
182
|
-
ChainName["
|
|
181
|
+
ChainName["AbeyTestnet"] = "Abey Testnet";
|
|
182
|
+
ChainName["AbeyMainnet"] = "Abey Mainnet";
|
|
183
183
|
ChainName["AMEChainMainnet"] = "AME Chain Mainnet";
|
|
184
184
|
ChainName["WaterfallNetwork"] = "Waterfall Network";
|
|
185
185
|
ChainName["IOSTMainnet"] = "IOST Mainnet";
|
|
@@ -339,7 +339,7 @@ var ChainName;
|
|
|
339
339
|
ChainName["Rupaya"] = "Rupaya";
|
|
340
340
|
ChainName["CaminoC-Chain"] = "Camino C-Chain";
|
|
341
341
|
ChainName["ColumbusTestNetwork"] = "Columbus Test Network";
|
|
342
|
-
ChainName["
|
|
342
|
+
ChainName["SyndicateMainnet"] = "Syndicate Mainnet";
|
|
343
343
|
ChainName["Double-AChainMainnet"] = "Double-A Chain Mainnet";
|
|
344
344
|
ChainName["Double-AChainTestnet"] = "Double-A Chain Testnet";
|
|
345
345
|
ChainName["GearZeroNetworkMainnet"] = "Gear Zero Network Mainnet";
|
|
@@ -635,6 +635,7 @@ var ChainName;
|
|
|
635
635
|
ChainName["StarCHAIN"] = "StarCHAIN";
|
|
636
636
|
ChainName["ReactiveMainnet"] = "Reactive Mainnet";
|
|
637
637
|
ChainName["Betherance"] = "Betherance";
|
|
638
|
+
ChainName["OpenLedgerMainnet"] = "OpenLedger Mainnet";
|
|
638
639
|
ChainName["EthereumInscriptionMainnet"] = "Ethereum Inscription Mainnet";
|
|
639
640
|
ChainName["CatecoinChainMainnet"] = "Catecoin Chain Mainnet";
|
|
640
641
|
ChainName["Atheios"] = "Atheios";
|
|
@@ -1037,6 +1038,8 @@ var ChainName;
|
|
|
1037
1038
|
ChainName["OntologyTestnet"] = "Ontology Testnet";
|
|
1038
1039
|
ChainName["ChangChainFoundationMainnet"] = "Chang Chain Foundation Mainnet";
|
|
1039
1040
|
ChainName["WegochainRubidiumMainnet"] = "Wegochain Rubidium Mainnet";
|
|
1041
|
+
ChainName["MANTRACHAINTestnet"] = "MANTRACHAIN Testnet";
|
|
1042
|
+
ChainName["MANTRACHAINMainnet"] = "MANTRACHAIN Mainnet";
|
|
1040
1043
|
ChainName["BounceBitTestnet"] = "BounceBit Testnet";
|
|
1041
1044
|
ChainName["BounceBitMainnet"] = "BounceBit Mainnet";
|
|
1042
1045
|
ChainName["BCHyperChainTestnet"] = "BC Hyper Chain Testnet";
|
|
@@ -1240,7 +1243,9 @@ var ChainName;
|
|
|
1240
1243
|
ChainName["RebusMainnet"] = "Rebus Mainnet";
|
|
1241
1244
|
ChainName["OortMainnetDev"] = "Oort MainnetDev";
|
|
1242
1245
|
ChainName["BobaBNBTestnet"] = "Boba BNB Testnet";
|
|
1246
|
+
ChainName["PlasmaMainnet"] = "Plasma Mainnet";
|
|
1243
1247
|
ChainName["PlasmaTestnet"] = "Plasma Testnet";
|
|
1248
|
+
ChainName["PlasmaDevnet"] = "Plasma Devnet";
|
|
1244
1249
|
ChainName["MainnetZTestnet"] = "MainnetZ Testnet";
|
|
1245
1250
|
ChainName["PepeNetworkMainnet"] = "PepeNetwork Mainnet";
|
|
1246
1251
|
ChainName["TabiTestnetv2"] = "Tabi Testnetv2";
|
|
@@ -1379,6 +1384,8 @@ var ChainName;
|
|
|
1379
1384
|
ChainName["PivotalSepolia"] = "Pivotal Sepolia";
|
|
1380
1385
|
ChainName["GenesysMainnet"] = "Genesys Mainnet";
|
|
1381
1386
|
ChainName["0G-Newton-Testnet"] = "0G-Newton-Testnet";
|
|
1387
|
+
ChainName["0G-Galileo-Testnet"] = "0G-Galileo-Testnet";
|
|
1388
|
+
ChainName["0GMainnet"] = "0G Mainnet";
|
|
1382
1389
|
ChainName["IRIShubTestnet"] = "IRIShub Testnet";
|
|
1383
1390
|
ChainName["AirDAOMainnet"] = "AirDAO Mainnet";
|
|
1384
1391
|
ChainName["IVARChainTestnet"] = "IVAR Chain Testnet";
|
|
@@ -1505,11 +1512,11 @@ var ChainName;
|
|
|
1505
1512
|
ChainName["SantimentIntelligenceNetwork"] = "Santiment Intelligence Network";
|
|
1506
1513
|
ChainName["BitgertMainnet"] = "Bitgert Mainnet";
|
|
1507
1514
|
ChainName["FusionMainnet"] = "Fusion Mainnet";
|
|
1508
|
-
ChainName["
|
|
1515
|
+
ChainName["Zilliqa2"] = "Zilliqa 2";
|
|
1509
1516
|
ChainName["Zilliqa2EVMproto-mainnet"] = "Zilliqa 2 EVM proto-mainnet";
|
|
1510
1517
|
ChainName["ZilliqaEVMIsolatedServer"] = "Zilliqa EVM Isolated Server";
|
|
1511
1518
|
ChainName["EntangleMainnet"] = "Entangle Mainnet";
|
|
1512
|
-
ChainName["
|
|
1519
|
+
ChainName["Zilliqa2Testnet"] = "Zilliqa 2 Testnet";
|
|
1513
1520
|
ChainName["Zilliqa2EVMproto-testnet"] = "Zilliqa 2 EVM proto-testnet";
|
|
1514
1521
|
ChainName["Curtis"] = "Curtis";
|
|
1515
1522
|
ChainName["EntangleTestnet"] = "Entangle Testnet";
|
|
@@ -1813,6 +1820,7 @@ var ChainName;
|
|
|
1813
1820
|
ChainName["VeChain"] = "VeChain";
|
|
1814
1821
|
ChainName["VeChainTestnet"] = "VeChain Testnet";
|
|
1815
1822
|
ChainName["QuarkChainL2Mainnet"] = "QuarkChain L2 Mainnet";
|
|
1823
|
+
ChainName["Sova"] = "Sova";
|
|
1816
1824
|
ChainName["DeprecatedCHI"] = "Deprecated CHI";
|
|
1817
1825
|
ChainName["DeInfraMainnet"] = "DeInfra Mainnet";
|
|
1818
1826
|
ChainName["Monsoon"] = "Monsoon ";
|
|
@@ -1845,6 +1853,7 @@ var ChainName;
|
|
|
1845
1853
|
ChainName["EGoldChainTestnet"] = "eGold Chain Testnet";
|
|
1846
1854
|
ChainName["MetachainOneMainnet"] = "Metachain One Mainnet";
|
|
1847
1855
|
ChainName["MetaDAPEnterpriseTestnet"] = "MetaDAP Enterprise Testnet";
|
|
1856
|
+
ChainName["SovaSepoliaTestnet"] = "Sova Sepolia Testnet";
|
|
1848
1857
|
ChainName["RomeDevnetEsquiline"] = "Rome Devnet Esquiline";
|
|
1849
1858
|
ChainName["RomeDevnetSubura"] = "Rome Devnet Subura";
|
|
1850
1859
|
ChainName["RomeTestnetMartius"] = "Rome Testnet Martius";
|
|
@@ -1930,6 +1939,7 @@ var ChainName;
|
|
|
1930
1939
|
ChainName["HaymoTestnet"] = "Haymo Testnet";
|
|
1931
1940
|
ChainName["UniverseTestnet"] = "Universe Testnet";
|
|
1932
1941
|
ChainName["StudioTestnet"] = "Studio Testnet";
|
|
1942
|
+
ChainName["StudioBlockchainMainnet"] = "Studio Blockchain Mainnet";
|
|
1933
1943
|
ChainName["OrangeChainTestnet"] = "Orange Chain Testnet";
|
|
1934
1944
|
ChainName["AnomalyAndromedaTestnet"] = "Anomaly Andromeda Testnet";
|
|
1935
1945
|
ChainName["ARTISsigma1"] = "ARTIS sigma1";
|
|
@@ -1952,6 +1962,7 @@ var ChainName;
|
|
|
1952
1962
|
ChainName["Filecoin-Calibrationtestnet"] = "Filecoin - Calibration testnet";
|
|
1953
1963
|
ChainName["ParexMainnet"] = "Parex Mainnet";
|
|
1954
1964
|
ChainName["BloomGenesisTestnet"] = "Bloom Genesis Testnet";
|
|
1965
|
+
ChainName["WorldMobileChainTestnet"] = "World Mobile Chain Testnet";
|
|
1955
1966
|
ChainName["CampNetworkTestnetV2"] = "Camp Network Testnet V2";
|
|
1956
1967
|
ChainName["WABAChainTestnet"] = "WABA Chain Testnet";
|
|
1957
1968
|
ChainName["NalMainnet"] = "Nal Mainnet";
|
|
@@ -2112,6 +2123,7 @@ var ChainName;
|
|
|
2112
2123
|
ChainName["PrimeaNetworkTestnet"] = "Primea Network Testnet";
|
|
2113
2124
|
ChainName["TurkeyDemoDev"] = "Turkey Demo Dev";
|
|
2114
2125
|
ChainName["XphereTestnet"] = "Xphere Testnet";
|
|
2126
|
+
ChainName["JovaySepoliaTestnet"] = "Jovay Sepolia Testnet";
|
|
2115
2127
|
ChainName["DeBankTestnet"] = "DeBank Testnet";
|
|
2116
2128
|
ChainName["AlterscopeTestnet"] = "Alterscope Testnet";
|
|
2117
2129
|
ChainName["PlianMainnetMain"] = "Plian Mainnet Main";
|
|
@@ -2141,6 +2153,7 @@ var ChainName;
|
|
|
2141
2153
|
ChainName["PointPayTestnet"] = "PointPay Testnet";
|
|
2142
2154
|
ChainName["ImversedMainnet"] = "Imversed Mainnet";
|
|
2143
2155
|
ChainName["ImversedTestnet"] = "Imversed Testnet";
|
|
2156
|
+
ChainName["JovayMainnet"] = "Jovay Mainnet";
|
|
2144
2157
|
ChainName["AstarzKyoto"] = "Astar zKyoto";
|
|
2145
2158
|
ChainName["BlockChainLOLBerachainTestnet"] = "Block Chain LOL Berachain Testnet";
|
|
2146
2159
|
ChainName["Safe(AnWang)Mainnet"] = "Safe(AnWang) Mainnet";
|
|
@@ -2172,6 +2185,7 @@ var ChainName;
|
|
|
2172
2185
|
ChainName["SoverunMainnet"] = "Soverun Mainnet";
|
|
2173
2186
|
ChainName["AlienXMainnet"] = "AlienX Mainnet";
|
|
2174
2187
|
ChainName["ALIENXHalTestnet"] = "ALIENX Hal Testnet";
|
|
2188
|
+
ChainName["CeloSepoliaTestnet"] = "Celo Sepolia Testnet";
|
|
2175
2189
|
ChainName["BlessnetSepolia"] = "Blessnet Sepolia";
|
|
2176
2190
|
ChainName["EthereumSepolia"] = "Ethereum Sepolia";
|
|
2177
2191
|
ChainName["OPSepoliaTestnet"] = "OP Sepolia Testnet";
|
|
@@ -2542,8 +2556,8 @@ var ChainId;
|
|
|
2542
2556
|
ChainId[ChainId["OTC"] = 175] = "OTC";
|
|
2543
2557
|
ChainId[ChainId["DCMainnet"] = 176] = "DCMainnet";
|
|
2544
2558
|
ChainId[ChainId["HashKeyChain"] = 177] = "HashKeyChain";
|
|
2545
|
-
ChainId[ChainId["
|
|
2546
|
-
ChainId[ChainId["
|
|
2559
|
+
ChainId[ChainId["AbeyTestnet"] = 178] = "AbeyTestnet";
|
|
2560
|
+
ChainId[ChainId["AbeyMainnet"] = 179] = "AbeyMainnet";
|
|
2547
2561
|
ChainId[ChainId["AMEChainMainnet"] = 180] = "AMEChainMainnet";
|
|
2548
2562
|
ChainId[ChainId["WaterfallNetwork"] = 181] = "WaterfallNetwork";
|
|
2549
2563
|
ChainId[ChainId["IOSTMainnet"] = 182] = "IOSTMainnet";
|
|
@@ -2703,7 +2717,7 @@ var ChainId;
|
|
|
2703
2717
|
ChainId[ChainId["Rupaya"] = 499] = "Rupaya";
|
|
2704
2718
|
ChainId[ChainId["CaminoC-Chain"] = 500] = "CaminoC-Chain";
|
|
2705
2719
|
ChainId[ChainId["ColumbusTestNetwork"] = 501] = "ColumbusTestNetwork";
|
|
2706
|
-
ChainId[ChainId["
|
|
2720
|
+
ChainId[ChainId["SyndicateMainnet"] = 510] = "SyndicateMainnet";
|
|
2707
2721
|
ChainId[ChainId["Double-AChainMainnet"] = 512] = "Double-AChainMainnet";
|
|
2708
2722
|
ChainId[ChainId["Double-AChainTestnet"] = 513] = "Double-AChainTestnet";
|
|
2709
2723
|
ChainId[ChainId["GearZeroNetworkMainnet"] = 516] = "GearZeroNetworkMainnet";
|
|
@@ -2999,6 +3013,7 @@ var ChainId;
|
|
|
2999
3013
|
ChainId[ChainId["StarCHAIN"] = 1578] = "StarCHAIN";
|
|
3000
3014
|
ChainId[ChainId["ReactiveMainnet"] = 1597] = "ReactiveMainnet";
|
|
3001
3015
|
ChainId[ChainId["Betherance"] = 1605] = "Betherance";
|
|
3016
|
+
ChainId[ChainId["OpenLedgerMainnet"] = 1612] = "OpenLedgerMainnet";
|
|
3002
3017
|
ChainId[ChainId["EthereumInscriptionMainnet"] = 1617] = "EthereumInscriptionMainnet";
|
|
3003
3018
|
ChainId[ChainId["CatecoinChainMainnet"] = 1618] = "CatecoinChainMainnet";
|
|
3004
3019
|
ChainId[ChainId["Atheios"] = 1620] = "Atheios";
|
|
@@ -3401,6 +3416,8 @@ var ChainId;
|
|
|
3401
3416
|
ChainId[ChainId["OntologyTestnet"] = 5851] = "OntologyTestnet";
|
|
3402
3417
|
ChainId[ChainId["ChangChainFoundationMainnet"] = 5858] = "ChangChainFoundationMainnet";
|
|
3403
3418
|
ChainId[ChainId["WegochainRubidiumMainnet"] = 5869] = "WegochainRubidiumMainnet";
|
|
3419
|
+
ChainId[ChainId["MANTRACHAINTestnet"] = 5887] = "MANTRACHAINTestnet";
|
|
3420
|
+
ChainId[ChainId["MANTRACHAINMainnet"] = 5888] = "MANTRACHAINMainnet";
|
|
3404
3421
|
ChainId[ChainId["BounceBitTestnet"] = 6000] = "BounceBitTestnet";
|
|
3405
3422
|
ChainId[ChainId["BounceBitMainnet"] = 6001] = "BounceBitMainnet";
|
|
3406
3423
|
ChainId[ChainId["BCHyperChainTestnet"] = 6060] = "BCHyperChainTestnet";
|
|
@@ -3604,7 +3621,9 @@ var ChainId;
|
|
|
3604
3621
|
ChainId[ChainId["RebusMainnet"] = 9696] = "RebusMainnet";
|
|
3605
3622
|
ChainId[ChainId["OortMainnetDev"] = 9700] = "OortMainnetDev";
|
|
3606
3623
|
ChainId[ChainId["BobaBNBTestnet"] = 9728] = "BobaBNBTestnet";
|
|
3624
|
+
ChainId[ChainId["PlasmaMainnet"] = 9745] = "PlasmaMainnet";
|
|
3607
3625
|
ChainId[ChainId["PlasmaTestnet"] = 9746] = "PlasmaTestnet";
|
|
3626
|
+
ChainId[ChainId["PlasmaDevnet"] = 9747] = "PlasmaDevnet";
|
|
3608
3627
|
ChainId[ChainId["MainnetZTestnet"] = 9768] = "MainnetZTestnet";
|
|
3609
3628
|
ChainId[ChainId["PepeNetworkMainnet"] = 9779] = "PepeNetworkMainnet";
|
|
3610
3629
|
ChainId[ChainId["TabiTestnetv2"] = 9788] = "TabiTestnetv2";
|
|
@@ -3743,6 +3762,8 @@ var ChainId;
|
|
|
3743
3762
|
ChainId[ChainId["PivotalSepolia"] = 16481] = "PivotalSepolia";
|
|
3744
3763
|
ChainId[ChainId["GenesysMainnet"] = 16507] = "GenesysMainnet";
|
|
3745
3764
|
ChainId[ChainId["0G-Newton-Testnet"] = 16600] = "0G-Newton-Testnet";
|
|
3765
|
+
ChainId[ChainId["0G-Galileo-Testnet"] = 16601] = "0G-Galileo-Testnet";
|
|
3766
|
+
ChainId[ChainId["0GMainnet"] = 16661] = "0GMainnet";
|
|
3746
3767
|
ChainId[ChainId["IRIShubTestnet"] = 16688] = "IRIShubTestnet";
|
|
3747
3768
|
ChainId[ChainId["AirDAOMainnet"] = 16718] = "AirDAOMainnet";
|
|
3748
3769
|
ChainId[ChainId["IVARChainTestnet"] = 16888] = "IVARChainTestnet";
|
|
@@ -3869,11 +3890,11 @@ var ChainId;
|
|
|
3869
3890
|
ChainId[ChainId["SantimentIntelligenceNetwork"] = 32382] = "SantimentIntelligenceNetwork";
|
|
3870
3891
|
ChainId[ChainId["BitgertMainnet"] = 32520] = "BitgertMainnet";
|
|
3871
3892
|
ChainId[ChainId["FusionMainnet"] = 32659] = "FusionMainnet";
|
|
3872
|
-
ChainId[ChainId["
|
|
3893
|
+
ChainId[ChainId["Zilliqa2"] = 32769] = "Zilliqa2";
|
|
3873
3894
|
ChainId[ChainId["Zilliqa2EVMproto-mainnet"] = 32770] = "Zilliqa2EVMproto-mainnet";
|
|
3874
3895
|
ChainId[ChainId["ZilliqaEVMIsolatedServer"] = 32990] = "ZilliqaEVMIsolatedServer";
|
|
3875
3896
|
ChainId[ChainId["EntangleMainnet"] = 33033] = "EntangleMainnet";
|
|
3876
|
-
ChainId[ChainId["
|
|
3897
|
+
ChainId[ChainId["Zilliqa2Testnet"] = 33101] = "Zilliqa2Testnet";
|
|
3877
3898
|
ChainId[ChainId["Zilliqa2EVMproto-testnet"] = 33103] = "Zilliqa2EVMproto-testnet";
|
|
3878
3899
|
ChainId[ChainId["Curtis"] = 33111] = "Curtis";
|
|
3879
3900
|
ChainId[ChainId["EntangleTestnet"] = 33133] = "EntangleTestnet";
|
|
@@ -4177,6 +4198,7 @@ var ChainId;
|
|
|
4177
4198
|
ChainId[ChainId["VeChain"] = 100009] = "VeChain";
|
|
4178
4199
|
ChainId[ChainId["VeChainTestnet"] = 100010] = "VeChainTestnet";
|
|
4179
4200
|
ChainId[ChainId["QuarkChainL2Mainnet"] = 100011] = "QuarkChainL2Mainnet";
|
|
4201
|
+
ChainId[ChainId["Sova"] = 100021] = "Sova";
|
|
4180
4202
|
ChainId[ChainId["DeprecatedCHI"] = 100100] = "DeprecatedCHI";
|
|
4181
4203
|
ChainId[ChainId["DeInfraMainnet"] = 100501] = "DeInfraMainnet";
|
|
4182
4204
|
ChainId[ChainId["Monsoon"] = 100610] = "Monsoon";
|
|
@@ -4209,6 +4231,7 @@ var ChainId;
|
|
|
4209
4231
|
ChainId[ChainId["EGoldChainTestnet"] = 111451] = "EGoldChainTestnet";
|
|
4210
4232
|
ChainId[ChainId["MetachainOneMainnet"] = 112358] = "MetachainOneMainnet";
|
|
4211
4233
|
ChainId[ChainId["MetaDAPEnterpriseTestnet"] = 119139] = "MetaDAPEnterpriseTestnet";
|
|
4234
|
+
ChainId[ChainId["SovaSepoliaTestnet"] = 120893] = "SovaSepoliaTestnet";
|
|
4212
4235
|
ChainId[ChainId["RomeDevnetEsquiline"] = 121212] = "RomeDevnetEsquiline";
|
|
4213
4236
|
ChainId[ChainId["RomeDevnetSubura"] = 121213] = "RomeDevnetSubura";
|
|
4214
4237
|
ChainId[ChainId["RomeTestnetMartius"] = 121214] = "RomeTestnetMartius";
|
|
@@ -4294,6 +4317,7 @@ var ChainId;
|
|
|
4294
4317
|
ChainId[ChainId["HaymoTestnet"] = 234666] = "HaymoTestnet";
|
|
4295
4318
|
ChainId[ChainId["UniverseTestnet"] = 235711] = "UniverseTestnet";
|
|
4296
4319
|
ChainId[ChainId["StudioTestnet"] = 240240] = "StudioTestnet";
|
|
4320
|
+
ChainId[ChainId["StudioBlockchainMainnet"] = 240241] = "StudioBlockchainMainnet";
|
|
4297
4321
|
ChainId[ChainId["OrangeChainTestnet"] = 240515] = "OrangeChainTestnet";
|
|
4298
4322
|
ChainId[ChainId["AnomalyAndromedaTestnet"] = 241120] = "AnomalyAndromedaTestnet";
|
|
4299
4323
|
ChainId[ChainId["ARTISsigma1"] = 246529] = "ARTISsigma1";
|
|
@@ -4316,6 +4340,7 @@ var ChainId;
|
|
|
4316
4340
|
ChainId[ChainId["Filecoin-Calibrationtestnet"] = 314159] = "Filecoin-Calibrationtestnet";
|
|
4317
4341
|
ChainId[ChainId["ParexMainnet"] = 322202] = "ParexMainnet";
|
|
4318
4342
|
ChainId[ChainId["BloomGenesisTestnet"] = 323213] = "BloomGenesisTestnet";
|
|
4343
|
+
ChainId[ChainId["WorldMobileChainTestnet"] = 323432] = "WorldMobileChainTestnet";
|
|
4319
4344
|
ChainId[ChainId["CampNetworkTestnetV2"] = 325000] = "CampNetworkTestnetV2";
|
|
4320
4345
|
ChainId[ChainId["WABAChainTestnet"] = 327126] = "WABAChainTestnet";
|
|
4321
4346
|
ChainId[ChainId["NalMainnet"] = 328527] = "NalMainnet";
|
|
@@ -4476,6 +4501,7 @@ var ChainId;
|
|
|
4476
4501
|
ChainId[ChainId["PrimeaNetworkTestnet"] = 1698369] = "PrimeaNetworkTestnet";
|
|
4477
4502
|
ChainId[ChainId["TurkeyDemoDev"] = 1731313] = "TurkeyDemoDev";
|
|
4478
4503
|
ChainId[ChainId["XphereTestnet"] = 1998991] = "XphereTestnet";
|
|
4504
|
+
ChainId[ChainId["JovaySepoliaTestnet"] = 2019775] = "JovaySepoliaTestnet";
|
|
4479
4505
|
ChainId[ChainId["DeBankTestnet"] = 2021398] = "DeBankTestnet";
|
|
4480
4506
|
ChainId[ChainId["AlterscopeTestnet"] = 2022091] = "AlterscopeTestnet";
|
|
4481
4507
|
ChainId[ChainId["PlianMainnetMain"] = 2099156] = "PlianMainnetMain";
|
|
@@ -4505,6 +4531,7 @@ var ChainId;
|
|
|
4505
4531
|
ChainId[ChainId["PointPayTestnet"] = 5511555] = "PointPayTestnet";
|
|
4506
4532
|
ChainId[ChainId["ImversedMainnet"] = 5555555] = "ImversedMainnet";
|
|
4507
4533
|
ChainId[ChainId["ImversedTestnet"] = 5555558] = "ImversedTestnet";
|
|
4534
|
+
ChainId[ChainId["JovayMainnet"] = 5734951] = "JovayMainnet";
|
|
4508
4535
|
ChainId[ChainId["AstarzKyoto"] = 6038361] = "AstarzKyoto";
|
|
4509
4536
|
ChainId[ChainId["BlockChainLOLBerachainTestnet"] = 6231991] = "BlockChainLOLBerachainTestnet";
|
|
4510
4537
|
ChainId[ChainId["Safe(AnWang)Mainnet"] = 6666665] = "Safe(AnWang)Mainnet";
|
|
@@ -4536,6 +4563,7 @@ var ChainId;
|
|
|
4536
4563
|
ChainId[ChainId["SoverunMainnet"] = 10101010] = "SoverunMainnet";
|
|
4537
4564
|
ChainId[ChainId["AlienXMainnet"] = 10241024] = "AlienXMainnet";
|
|
4538
4565
|
ChainId[ChainId["ALIENXHalTestnet"] = 10241025] = "ALIENXHalTestnet";
|
|
4566
|
+
ChainId[ChainId["CeloSepoliaTestnet"] = 11142220] = "CeloSepoliaTestnet";
|
|
4539
4567
|
ChainId[ChainId["BlessnetSepolia"] = 11145513] = "BlessnetSepolia";
|
|
4540
4568
|
ChainId[ChainId["EthereumSepolia"] = 11155111] = "EthereumSepolia";
|
|
4541
4569
|
ChainId[ChainId["OPSepoliaTestnet"] = 11155420] = "OPSepoliaTestnet";
|