@revoke.cash/chains 10.0.0 → 11.1.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 +392 -90
- package/dist/src/enums.d.ts +28 -10
- package/dist/src/enums.js +28 -10
- package/package.json +1 -1
package/dist/src/chains.js
CHANGED
|
@@ -1095,7 +1095,8 @@ exports.chains = {
|
|
|
1095
1095
|
'https://rpc.syscoin.org',
|
|
1096
1096
|
'https://rpc.ankr.com/syscoin/${ANKR_API_KEY}',
|
|
1097
1097
|
'https://syscoin.public-rpc.com',
|
|
1098
|
-
'wss://rpc.syscoin.org/wss'
|
|
1098
|
+
'wss://rpc.syscoin.org/wss',
|
|
1099
|
+
'https://syscoin-evm.publicnode.com'
|
|
1099
1100
|
],
|
|
1100
1101
|
faucets: ['https://faucet.syscoin.org'],
|
|
1101
1102
|
nativeCurrency: { name: 'Syscoin', symbol: 'SYS', decimals: 18 },
|
|
@@ -4461,6 +4462,24 @@ exports.chains = {
|
|
|
4461
4462
|
}
|
|
4462
4463
|
]
|
|
4463
4464
|
},
|
|
4465
|
+
542: {
|
|
4466
|
+
name: 'PAWCHAIN Testnet',
|
|
4467
|
+
chain: 'PAW',
|
|
4468
|
+
rpc: ['https://pawchainx.com/'],
|
|
4469
|
+
faucets: [],
|
|
4470
|
+
nativeCurrency: { name: 'PAW', symbol: 'PAW', decimals: 18 },
|
|
4471
|
+
infoURL: 'https://pawchainx.com/',
|
|
4472
|
+
shortName: 'PAW',
|
|
4473
|
+
chainId: 542,
|
|
4474
|
+
networkId: 542,
|
|
4475
|
+
explorers: [
|
|
4476
|
+
{
|
|
4477
|
+
name: 'PAWCHAIN Testnet',
|
|
4478
|
+
url: 'https://pawscan.io',
|
|
4479
|
+
standard: 'none'
|
|
4480
|
+
}
|
|
4481
|
+
]
|
|
4482
|
+
},
|
|
4464
4483
|
555: {
|
|
4465
4484
|
name: 'Vela1 Chain Mainnet',
|
|
4466
4485
|
chain: 'VELA1',
|
|
@@ -4588,9 +4607,13 @@ exports.chains = {
|
|
|
4588
4607
|
]
|
|
4589
4608
|
},
|
|
4590
4609
|
595: {
|
|
4591
|
-
name: 'Acala Mandala Testnet',
|
|
4610
|
+
name: 'Acala Mandala Testnet TC9',
|
|
4592
4611
|
chain: 'mACA',
|
|
4593
|
-
rpc: [
|
|
4612
|
+
rpc: [
|
|
4613
|
+
'https://eth-rpc-tc9.aca-staging.network',
|
|
4614
|
+
'wss://eth-rpc-tc9.aca-staging.network'
|
|
4615
|
+
],
|
|
4616
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
4594
4617
|
faucets: [],
|
|
4595
4618
|
nativeCurrency: {
|
|
4596
4619
|
name: 'Acala Mandala Token',
|
|
@@ -4600,31 +4623,59 @@ exports.chains = {
|
|
|
4600
4623
|
infoURL: 'https://acala.network',
|
|
4601
4624
|
shortName: 'maca',
|
|
4602
4625
|
chainId: 595,
|
|
4603
|
-
networkId: 595
|
|
4626
|
+
networkId: 595,
|
|
4627
|
+
slip44: 595,
|
|
4628
|
+
explorers: [
|
|
4629
|
+
{
|
|
4630
|
+
name: 'blockscout',
|
|
4631
|
+
url: 'https://blockscout.mandala.aca-staging.network',
|
|
4632
|
+
standard: 'EIP3091'
|
|
4633
|
+
}
|
|
4634
|
+
]
|
|
4604
4635
|
},
|
|
4605
4636
|
596: {
|
|
4606
4637
|
name: 'Karura Network Testnet',
|
|
4607
4638
|
chain: 'KAR',
|
|
4608
|
-
rpc: [
|
|
4639
|
+
rpc: [
|
|
4640
|
+
'https://eth-rpc-karura-testnet.aca-staging.network',
|
|
4641
|
+
'wss://eth-rpc-karura-testnet.aca-staging.network'
|
|
4642
|
+
],
|
|
4609
4643
|
faucets: [],
|
|
4610
4644
|
nativeCurrency: { name: 'Karura Token', symbol: 'KAR', decimals: 18 },
|
|
4611
4645
|
infoURL: 'https://karura.network',
|
|
4612
4646
|
shortName: 'tkar',
|
|
4613
4647
|
chainId: 596,
|
|
4614
4648
|
networkId: 596,
|
|
4615
|
-
slip44: 596
|
|
4649
|
+
slip44: 596,
|
|
4650
|
+
explorers: [
|
|
4651
|
+
{
|
|
4652
|
+
name: 'blockscout',
|
|
4653
|
+
url: 'https://blockscout.karura-testnet.aca-staging.network',
|
|
4654
|
+
standard: 'EIP3091'
|
|
4655
|
+
}
|
|
4656
|
+
]
|
|
4616
4657
|
},
|
|
4617
4658
|
597: {
|
|
4618
4659
|
name: 'Acala Network Testnet',
|
|
4619
4660
|
chain: 'ACA',
|
|
4620
|
-
rpc: [
|
|
4661
|
+
rpc: [
|
|
4662
|
+
'https://eth-rpc-acala-testnet.aca-staging.network',
|
|
4663
|
+
'wss://eth-rpc-acala-testnet.aca-staging.network'
|
|
4664
|
+
],
|
|
4621
4665
|
faucets: [],
|
|
4622
4666
|
nativeCurrency: { name: 'Acala Token', symbol: 'ACA', decimals: 18 },
|
|
4623
4667
|
infoURL: 'https://acala.network',
|
|
4624
4668
|
shortName: 'taca',
|
|
4625
4669
|
chainId: 597,
|
|
4626
4670
|
networkId: 597,
|
|
4627
|
-
slip44: 597
|
|
4671
|
+
slip44: 597,
|
|
4672
|
+
explorers: [
|
|
4673
|
+
{
|
|
4674
|
+
name: 'blockscout',
|
|
4675
|
+
url: 'https://blockscout.acala-dev.aca-dev.network',
|
|
4676
|
+
standard: 'EIP3091'
|
|
4677
|
+
}
|
|
4678
|
+
]
|
|
4628
4679
|
},
|
|
4629
4680
|
599: {
|
|
4630
4681
|
name: 'Metis Goerli Testnet',
|
|
@@ -4784,14 +4835,25 @@ exports.chains = {
|
|
|
4784
4835
|
686: {
|
|
4785
4836
|
name: 'Karura Network',
|
|
4786
4837
|
chain: 'KAR',
|
|
4787
|
-
rpc: [
|
|
4838
|
+
rpc: [
|
|
4839
|
+
'https://eth-rpc-karura.aca-api.network',
|
|
4840
|
+
'wss://eth-rpc-karura.aca-api.network'
|
|
4841
|
+
],
|
|
4842
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
4788
4843
|
faucets: [],
|
|
4789
4844
|
nativeCurrency: { name: 'Karura Token', symbol: 'KAR', decimals: 18 },
|
|
4790
|
-
infoURL: 'https://
|
|
4845
|
+
infoURL: 'https://acala.network/karura',
|
|
4791
4846
|
shortName: 'kar',
|
|
4792
4847
|
chainId: 686,
|
|
4793
4848
|
networkId: 686,
|
|
4794
|
-
slip44: 686
|
|
4849
|
+
slip44: 686,
|
|
4850
|
+
explorers: [
|
|
4851
|
+
{
|
|
4852
|
+
name: 'blockscout',
|
|
4853
|
+
url: 'https://blockscout.karura.network',
|
|
4854
|
+
standard: 'EIP3091'
|
|
4855
|
+
}
|
|
4856
|
+
]
|
|
4795
4857
|
},
|
|
4796
4858
|
700: {
|
|
4797
4859
|
name: 'Star Social Testnet',
|
|
@@ -5017,14 +5079,25 @@ exports.chains = {
|
|
|
5017
5079
|
787: {
|
|
5018
5080
|
name: 'Acala Network',
|
|
5019
5081
|
chain: 'ACA',
|
|
5020
|
-
rpc: [
|
|
5082
|
+
rpc: [
|
|
5083
|
+
'https://eth-rpc-acala.aca-api.network',
|
|
5084
|
+
'wss://eth-rpc-acala.aca-api.network'
|
|
5085
|
+
],
|
|
5086
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
5021
5087
|
faucets: [],
|
|
5022
5088
|
nativeCurrency: { name: 'Acala Token', symbol: 'ACA', decimals: 18 },
|
|
5023
5089
|
infoURL: 'https://acala.network',
|
|
5024
5090
|
shortName: 'aca',
|
|
5025
5091
|
chainId: 787,
|
|
5026
5092
|
networkId: 787,
|
|
5027
|
-
slip44: 787
|
|
5093
|
+
slip44: 787,
|
|
5094
|
+
explorers: [
|
|
5095
|
+
{
|
|
5096
|
+
name: 'blockscout',
|
|
5097
|
+
url: 'https://blockscout.acala.network',
|
|
5098
|
+
standard: 'EIP3091'
|
|
5099
|
+
}
|
|
5100
|
+
]
|
|
5028
5101
|
},
|
|
5029
5102
|
788: {
|
|
5030
5103
|
name: 'Aerochain Testnet',
|
|
@@ -5125,7 +5198,11 @@ exports.chains = {
|
|
|
5125
5198
|
'https://evm-dataseed3.meerscan.io',
|
|
5126
5199
|
'https://evm-dataseed.meerscan.com',
|
|
5127
5200
|
'https://evm-dataseed1.meerscan.com',
|
|
5128
|
-
'https://evm-dataseed2.meerscan.com'
|
|
5201
|
+
'https://evm-dataseed2.meerscan.com',
|
|
5202
|
+
'https://qng.rpc.qitmeer.io',
|
|
5203
|
+
'https://mainnet.meerlabs.com',
|
|
5204
|
+
'https://rpc.dimai.ai',
|
|
5205
|
+
'https://rpc.woowow.io'
|
|
5129
5206
|
],
|
|
5130
5207
|
faucets: [],
|
|
5131
5208
|
nativeCurrency: { name: 'Qitmeer', symbol: 'MEER', decimals: 18 },
|
|
@@ -5139,7 +5216,7 @@ exports.chains = {
|
|
|
5139
5216
|
{
|
|
5140
5217
|
name: 'meerscan',
|
|
5141
5218
|
icon: 'meer',
|
|
5142
|
-
url: 'https://
|
|
5219
|
+
url: 'https://qng.meerscan.io',
|
|
5143
5220
|
standard: 'none'
|
|
5144
5221
|
}
|
|
5145
5222
|
]
|
|
@@ -6967,6 +7044,26 @@ exports.chains = {
|
|
|
6967
7044
|
}
|
|
6968
7045
|
]
|
|
6969
7046
|
},
|
|
7047
|
+
1379: {
|
|
7048
|
+
name: 'Kalar Chain',
|
|
7049
|
+
chain: 'KLC',
|
|
7050
|
+
icon: 'kalarchain',
|
|
7051
|
+
rpc: ['https://rpc-api.kalarchain.tech'],
|
|
7052
|
+
faucets: [],
|
|
7053
|
+
nativeCurrency: { name: 'Kalar', symbol: 'KLC', decimals: 18 },
|
|
7054
|
+
infoURL: 'https://kalarchain.tech',
|
|
7055
|
+
shortName: 'KLC',
|
|
7056
|
+
chainId: 1379,
|
|
7057
|
+
networkId: 1379,
|
|
7058
|
+
explorers: [
|
|
7059
|
+
{
|
|
7060
|
+
name: 'kalarscan',
|
|
7061
|
+
url: 'https://explorer.kalarchain.tech',
|
|
7062
|
+
icon: 'kalarscan',
|
|
7063
|
+
standard: 'EIP3091'
|
|
7064
|
+
}
|
|
7065
|
+
]
|
|
7066
|
+
},
|
|
6970
7067
|
1388: {
|
|
6971
7068
|
name: 'AmStar Mainnet',
|
|
6972
7069
|
chain: 'AmStar',
|
|
@@ -7565,6 +7662,25 @@ exports.chains = {
|
|
|
7565
7662
|
chainId: 1856,
|
|
7566
7663
|
networkId: 1
|
|
7567
7664
|
},
|
|
7665
|
+
1875: {
|
|
7666
|
+
name: 'WhiteBIT Network',
|
|
7667
|
+
chain: 'WBT',
|
|
7668
|
+
rpc: ['https://rpc.whitebit.network'],
|
|
7669
|
+
faucets: [],
|
|
7670
|
+
nativeCurrency: { name: 'WhiteBIT Coin', symbol: 'WBT', decimals: 18 },
|
|
7671
|
+
infoURL: 'https://whitebit.network',
|
|
7672
|
+
shortName: 'wbt',
|
|
7673
|
+
chainId: 1875,
|
|
7674
|
+
networkId: 1875,
|
|
7675
|
+
icon: 'whitebit',
|
|
7676
|
+
explorers: [
|
|
7677
|
+
{
|
|
7678
|
+
name: 'wb-explorer',
|
|
7679
|
+
url: 'https://explorer.whitebit.network',
|
|
7680
|
+
standard: 'EIP3091'
|
|
7681
|
+
}
|
|
7682
|
+
]
|
|
7683
|
+
},
|
|
7568
7684
|
1881: {
|
|
7569
7685
|
name: 'Gitshock Cartenz Testnet',
|
|
7570
7686
|
chain: 'Gitshock Cartenz',
|
|
@@ -10366,7 +10482,11 @@ exports.chains = {
|
|
|
10366
10482
|
5700: {
|
|
10367
10483
|
name: 'Syscoin Tanenbaum Testnet',
|
|
10368
10484
|
chain: 'SYS',
|
|
10369
|
-
rpc: [
|
|
10485
|
+
rpc: [
|
|
10486
|
+
'https://rpc.tanenbaum.io',
|
|
10487
|
+
'wss://rpc.tanenbaum.io/wss',
|
|
10488
|
+
'https://syscoin-tanenbaum-evm.publicnode.com'
|
|
10489
|
+
],
|
|
10370
10490
|
faucets: ['https://faucet.tanenbaum.io'],
|
|
10371
10491
|
nativeCurrency: { name: 'Testnet Syscoin', symbol: 'tSYS', decimals: 18 },
|
|
10372
10492
|
infoURL: 'https://syscoin.org',
|
|
@@ -10768,10 +10888,10 @@ exports.chains = {
|
|
|
10768
10888
|
]
|
|
10769
10889
|
},
|
|
10770
10890
|
7001: {
|
|
10771
|
-
name: 'ZetaChain Athens Testnet',
|
|
10891
|
+
name: 'ZetaChain Athens 3 Testnet',
|
|
10772
10892
|
chain: 'ZetaChain',
|
|
10773
10893
|
icon: 'zetachain',
|
|
10774
|
-
rpc: ['https://
|
|
10894
|
+
rpc: ['https://rpc.ankr.com/zetachain_evm_athens_testnet'],
|
|
10775
10895
|
faucets: ['https://labs.zetachain.com/get-zeta'],
|
|
10776
10896
|
nativeCurrency: { name: 'Zeta', symbol: 'aZETA', decimals: 18 },
|
|
10777
10897
|
infoURL: 'https://zetachain.com/docs',
|
|
@@ -10782,7 +10902,7 @@ exports.chains = {
|
|
|
10782
10902
|
explorers: [
|
|
10783
10903
|
{
|
|
10784
10904
|
name: 'ZetaChain Athens Testnet Explorer',
|
|
10785
|
-
url: 'https://explorer.
|
|
10905
|
+
url: 'https://athens3.explorer.zetachain.com',
|
|
10786
10906
|
standard: 'none'
|
|
10787
10907
|
},
|
|
10788
10908
|
{
|
|
@@ -11335,8 +11455,12 @@ exports.chains = {
|
|
|
11335
11455
|
8131: {
|
|
11336
11456
|
name: 'Qitmeer Network Testnet',
|
|
11337
11457
|
chain: 'MEER',
|
|
11338
|
-
rpc: [
|
|
11339
|
-
|
|
11458
|
+
rpc: [
|
|
11459
|
+
'https://testnet-qng.rpc.qitmeer.io',
|
|
11460
|
+
'https://testnet.meerlabs.com',
|
|
11461
|
+
'https://meer.testnet.meerfans.club'
|
|
11462
|
+
],
|
|
11463
|
+
faucets: ['https://faucet.qitmeer.io'],
|
|
11340
11464
|
nativeCurrency: { name: 'Qitmeer Testnet', symbol: 'MEER-T', decimals: 18 },
|
|
11341
11465
|
infoURL: 'https://github.com/Qitmeer',
|
|
11342
11466
|
shortName: 'meertest',
|
|
@@ -11347,7 +11471,7 @@ exports.chains = {
|
|
|
11347
11471
|
{
|
|
11348
11472
|
name: 'meerscan testnet',
|
|
11349
11473
|
icon: 'meer',
|
|
11350
|
-
url: 'https://testnet.
|
|
11474
|
+
url: 'https://qng-testnet.meerscan.io',
|
|
11351
11475
|
standard: 'none'
|
|
11352
11476
|
}
|
|
11353
11477
|
]
|
|
@@ -12145,6 +12269,52 @@ exports.chains = {
|
|
|
12145
12269
|
networkId: 9792,
|
|
12146
12270
|
explorers: []
|
|
12147
12271
|
},
|
|
12272
|
+
9818: {
|
|
12273
|
+
name: 'IMPERIUM TESTNET',
|
|
12274
|
+
chain: 'tIMP',
|
|
12275
|
+
rpc: [
|
|
12276
|
+
'https://data-aws-testnet.imperiumchain.com',
|
|
12277
|
+
'https://data-aws2-testnet.imperiumchain.com'
|
|
12278
|
+
],
|
|
12279
|
+
faucets: ['https://faucet.imperiumchain.com/'],
|
|
12280
|
+
nativeCurrency: { name: 'tIMP', symbol: 'tIMP', decimals: 18 },
|
|
12281
|
+
infoURL: 'https://imperiumchain.com',
|
|
12282
|
+
shortName: 'tIMP',
|
|
12283
|
+
chainId: 9818,
|
|
12284
|
+
networkId: 9818,
|
|
12285
|
+
icon: 'timp',
|
|
12286
|
+
explorers: [
|
|
12287
|
+
{
|
|
12288
|
+
name: 'IMPERIUM TESTNET Explorer',
|
|
12289
|
+
icon: 'timp',
|
|
12290
|
+
url: 'https://network.impscan.com',
|
|
12291
|
+
standard: 'none'
|
|
12292
|
+
}
|
|
12293
|
+
]
|
|
12294
|
+
},
|
|
12295
|
+
9819: {
|
|
12296
|
+
name: 'IMPERIUM MAINNET',
|
|
12297
|
+
chain: 'IMP',
|
|
12298
|
+
rpc: [
|
|
12299
|
+
'https://data-aws-mainnet.imperiumchain.com',
|
|
12300
|
+
'https://data-aws2-mainnet.imperiumchain.com'
|
|
12301
|
+
],
|
|
12302
|
+
faucets: ['https://faucet.imperiumchain.com/'],
|
|
12303
|
+
nativeCurrency: { name: 'IMP', symbol: 'IMP', decimals: 18 },
|
|
12304
|
+
infoURL: 'https://imperiumchain.com',
|
|
12305
|
+
shortName: 'IMP',
|
|
12306
|
+
chainId: 9819,
|
|
12307
|
+
networkId: 9819,
|
|
12308
|
+
icon: 'imp',
|
|
12309
|
+
explorers: [
|
|
12310
|
+
{
|
|
12311
|
+
name: 'IMPERIUM Explorer',
|
|
12312
|
+
icon: 'imp',
|
|
12313
|
+
url: 'https://impscan.com',
|
|
12314
|
+
standard: 'none'
|
|
12315
|
+
}
|
|
12316
|
+
]
|
|
12317
|
+
},
|
|
12148
12318
|
9977: {
|
|
12149
12319
|
name: 'Mind Smart Chain Testnet',
|
|
12150
12320
|
chain: 'tMIND',
|
|
@@ -12168,7 +12338,11 @@ exports.chains = {
|
|
|
12168
12338
|
name: 'Mind Smart Chain Mainnet',
|
|
12169
12339
|
chain: 'MIND',
|
|
12170
12340
|
icon: 'mindchain',
|
|
12171
|
-
rpc: [
|
|
12341
|
+
rpc: [
|
|
12342
|
+
'https://rpc-msc.mindchain.info/',
|
|
12343
|
+
'https://seednode.mindchain.info',
|
|
12344
|
+
'wss://seednode.mindchain.info/ws'
|
|
12345
|
+
],
|
|
12172
12346
|
faucets: [],
|
|
12173
12347
|
nativeCurrency: { name: 'MIND Coin', symbol: 'MIND', decimals: 18 },
|
|
12174
12348
|
infoURL: 'https://mindscan.info',
|
|
@@ -12274,6 +12448,31 @@ exports.chains = {
|
|
|
12274
12448
|
}
|
|
12275
12449
|
]
|
|
12276
12450
|
},
|
|
12451
|
+
10081: {
|
|
12452
|
+
name: 'Japan Open Chain Testnet',
|
|
12453
|
+
chain: 'JOCT',
|
|
12454
|
+
rpc: [
|
|
12455
|
+
'https://rpc-1.testnet.japanopenchain.org:8545',
|
|
12456
|
+
'https://rpc-2.testnet.japanopenchain.org:8545'
|
|
12457
|
+
],
|
|
12458
|
+
faucets: [],
|
|
12459
|
+
nativeCurrency: {
|
|
12460
|
+
name: 'Japan Open Chain Testnet Token',
|
|
12461
|
+
symbol: 'JOCT',
|
|
12462
|
+
decimals: 18
|
|
12463
|
+
},
|
|
12464
|
+
infoURL: 'https://www.japanopenchain.org/',
|
|
12465
|
+
shortName: 'joct',
|
|
12466
|
+
chainId: 10081,
|
|
12467
|
+
networkId: 10081,
|
|
12468
|
+
explorers: [
|
|
12469
|
+
{
|
|
12470
|
+
name: 'Testnet Block Explorer',
|
|
12471
|
+
url: 'https://explorer.testnet.japanopenchain.org',
|
|
12472
|
+
standard: 'EIP3091'
|
|
12473
|
+
}
|
|
12474
|
+
]
|
|
12475
|
+
},
|
|
12277
12476
|
10086: {
|
|
12278
12477
|
name: 'SJATSH',
|
|
12279
12478
|
chain: 'ETH',
|
|
@@ -12826,26 +13025,45 @@ exports.chains = {
|
|
|
12826
13025
|
]
|
|
12827
13026
|
},
|
|
12828
13027
|
13308: {
|
|
12829
|
-
name: 'Credit
|
|
13028
|
+
name: 'Credit Smart Chain',
|
|
12830
13029
|
chain: 'CREDIT',
|
|
12831
|
-
rpc: ['https://
|
|
13030
|
+
rpc: ['https://rpc.creditsmartchain.com'],
|
|
12832
13031
|
faucets: [],
|
|
12833
13032
|
nativeCurrency: { name: 'Credit', symbol: 'CREDIT', decimals: 18 },
|
|
12834
13033
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
12835
13034
|
infoURL: 'https://creditsmartchain.com',
|
|
12836
13035
|
shortName: 'Credit',
|
|
12837
13036
|
chainId: 13308,
|
|
12838
|
-
networkId:
|
|
13037
|
+
networkId: 13308,
|
|
12839
13038
|
icon: 'credit',
|
|
12840
13039
|
explorers: [
|
|
12841
13040
|
{
|
|
12842
|
-
name: '
|
|
12843
|
-
url: 'https://
|
|
13041
|
+
name: 'Creditscan',
|
|
13042
|
+
url: 'https://scan.creditsmartchain.com',
|
|
12844
13043
|
icon: 'credit',
|
|
12845
13044
|
standard: 'EIP3091'
|
|
12846
13045
|
}
|
|
12847
13046
|
]
|
|
12848
13047
|
},
|
|
13048
|
+
13337: {
|
|
13049
|
+
name: 'Beam Testnet',
|
|
13050
|
+
chain: 'BEAM',
|
|
13051
|
+
rpc: ['https://subnets.avax.network/beam/testnet/rpc'],
|
|
13052
|
+
features: [{ name: 'EIP1559' }],
|
|
13053
|
+
faucets: [],
|
|
13054
|
+
nativeCurrency: { name: 'Merit Circle', symbol: 'MC', decimals: 18 },
|
|
13055
|
+
infoURL: 'https://gaming.meritcircle.io',
|
|
13056
|
+
shortName: 'BEAM',
|
|
13057
|
+
chainId: 13337,
|
|
13058
|
+
networkId: 13337,
|
|
13059
|
+
explorers: [
|
|
13060
|
+
{
|
|
13061
|
+
name: 'Beam Explorer',
|
|
13062
|
+
url: 'https://subnets-test.avax.network/beam',
|
|
13063
|
+
standard: 'EIP3091'
|
|
13064
|
+
}
|
|
13065
|
+
]
|
|
13066
|
+
},
|
|
12849
13067
|
13381: {
|
|
12850
13068
|
name: 'Phoenix Mainnet',
|
|
12851
13069
|
chain: 'Phoenix',
|
|
@@ -12903,6 +13121,18 @@ exports.chains = {
|
|
|
12903
13121
|
}
|
|
12904
13122
|
]
|
|
12905
13123
|
},
|
|
13124
|
+
14853: {
|
|
13125
|
+
name: 'Humanode Testnet 5 Israfel',
|
|
13126
|
+
chain: 'Humanode Testnet 5',
|
|
13127
|
+
rpc: ['https://explorer-rpc-http.testnet5.stages.humanode.io'],
|
|
13128
|
+
faucets: ['https://t.me/HumanodeTestnet5FaucetBot'],
|
|
13129
|
+
nativeCurrency: { name: 'HMND', symbol: 'HMND', decimals: 18 },
|
|
13130
|
+
infoURL: 'https://humanode.io',
|
|
13131
|
+
shortName: 'hmnd-t5',
|
|
13132
|
+
chainId: 14853,
|
|
13133
|
+
networkId: 14853,
|
|
13134
|
+
explorers: []
|
|
13135
|
+
},
|
|
12906
13136
|
15551: {
|
|
12907
13137
|
name: 'LoopNetwork Mainnet',
|
|
12908
13138
|
chain: 'LoopNetwork',
|
|
@@ -16569,7 +16799,7 @@ exports.chains = {
|
|
|
16569
16799
|
221231: {
|
|
16570
16800
|
name: 'Reapchain Testnet',
|
|
16571
16801
|
chain: 'REAP',
|
|
16572
|
-
rpc: ['https://test-
|
|
16802
|
+
rpc: ['https://test-eth.reapchain.org'],
|
|
16573
16803
|
faucets: ['http://faucet.reapchain.com'],
|
|
16574
16804
|
nativeCurrency: { name: 'test-Reap', symbol: 'tREAP', decimals: 18 },
|
|
16575
16805
|
features: [],
|
|
@@ -17244,35 +17474,55 @@ exports.chains = {
|
|
|
17244
17474
|
534351: {
|
|
17245
17475
|
name: 'Scroll Sepolia Testnet',
|
|
17246
17476
|
chain: 'ETH',
|
|
17247
|
-
status: '
|
|
17248
|
-
rpc: [],
|
|
17477
|
+
status: 'active',
|
|
17478
|
+
rpc: ['https://sepolia-rpc.scroll.io/'],
|
|
17249
17479
|
faucets: [],
|
|
17250
17480
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
17251
17481
|
infoURL: 'https://scroll.io',
|
|
17252
17482
|
shortName: 'scr-sepolia',
|
|
17253
17483
|
chainId: 534351,
|
|
17254
17484
|
networkId: 534351,
|
|
17255
|
-
explorers: [
|
|
17256
|
-
|
|
17485
|
+
explorers: [
|
|
17486
|
+
{
|
|
17487
|
+
name: 'Scroll Sepolia Testnet Block Explorer',
|
|
17488
|
+
url: 'https://sepolia-blockscout.scroll.io',
|
|
17489
|
+
standard: 'EIP3091'
|
|
17490
|
+
}
|
|
17491
|
+
],
|
|
17492
|
+
parent: {
|
|
17493
|
+
type: 'L2',
|
|
17494
|
+
chain: 'eip155-11155111',
|
|
17495
|
+
bridges: [{ url: 'https://scroll.io/bridge' }]
|
|
17496
|
+
}
|
|
17257
17497
|
},
|
|
17258
17498
|
534352: {
|
|
17259
17499
|
name: 'Scroll',
|
|
17260
17500
|
chain: 'ETH',
|
|
17261
17501
|
status: 'incubating',
|
|
17262
|
-
rpc: [],
|
|
17502
|
+
rpc: ['https://rpc.scroll.io'],
|
|
17263
17503
|
faucets: [],
|
|
17264
17504
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
17265
17505
|
infoURL: 'https://scroll.io',
|
|
17266
17506
|
shortName: 'scr',
|
|
17267
17507
|
chainId: 534352,
|
|
17268
17508
|
networkId: 534352,
|
|
17269
|
-
explorers: [
|
|
17270
|
-
|
|
17509
|
+
explorers: [
|
|
17510
|
+
{
|
|
17511
|
+
name: 'Scroll Mainnet Block Explorer',
|
|
17512
|
+
url: 'https://blockscout.scroll.io',
|
|
17513
|
+
standard: 'EIP3091'
|
|
17514
|
+
}
|
|
17515
|
+
],
|
|
17516
|
+
parent: {
|
|
17517
|
+
type: 'L2',
|
|
17518
|
+
chain: 'eip155-1',
|
|
17519
|
+
bridges: [{ url: 'https://scroll.io/bridge' }]
|
|
17520
|
+
}
|
|
17271
17521
|
},
|
|
17272
17522
|
534353: {
|
|
17273
17523
|
name: 'Scroll Alpha Testnet',
|
|
17274
17524
|
chain: 'ETH',
|
|
17275
|
-
status: '
|
|
17525
|
+
status: 'deprecated',
|
|
17276
17526
|
rpc: ['https://alpha-rpc.scroll.io/l2'],
|
|
17277
17527
|
faucets: [],
|
|
17278
17528
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
@@ -17283,12 +17533,7 @@ exports.chains = {
|
|
|
17283
17533
|
explorers: [
|
|
17284
17534
|
{
|
|
17285
17535
|
name: 'Scroll Alpha Testnet Block Explorer',
|
|
17286
|
-
url: 'https://blockscout.scroll.io',
|
|
17287
|
-
standard: 'EIP3091'
|
|
17288
|
-
},
|
|
17289
|
-
{
|
|
17290
|
-
name: 'Scroll Alpha Testnet Block Explorer',
|
|
17291
|
-
url: 'https://scrollscan.co',
|
|
17536
|
+
url: 'https://alpha-blockscout.scroll.io',
|
|
17292
17537
|
standard: 'EIP3091'
|
|
17293
17538
|
}
|
|
17294
17539
|
],
|
|
@@ -17298,20 +17543,14 @@ exports.chains = {
|
|
|
17298
17543
|
name: 'Scroll Pre-Alpha Testnet',
|
|
17299
17544
|
chain: 'ETH',
|
|
17300
17545
|
status: 'deprecated',
|
|
17301
|
-
rpc: [
|
|
17302
|
-
faucets: [
|
|
17546
|
+
rpc: [],
|
|
17547
|
+
faucets: [],
|
|
17303
17548
|
nativeCurrency: { name: 'Ether', symbol: 'TSETH', decimals: 18 },
|
|
17304
17549
|
infoURL: 'https://scroll.io',
|
|
17305
17550
|
shortName: 'scr-prealpha',
|
|
17306
17551
|
chainId: 534354,
|
|
17307
17552
|
networkId: 534354,
|
|
17308
|
-
explorers: [
|
|
17309
|
-
{
|
|
17310
|
-
name: 'Scroll L2 Block Explorer',
|
|
17311
|
-
url: 'https://l2scan.scroll.io',
|
|
17312
|
-
standard: 'EIP3091'
|
|
17313
|
-
}
|
|
17314
|
-
]
|
|
17553
|
+
explorers: []
|
|
17315
17554
|
},
|
|
17316
17555
|
534849: {
|
|
17317
17556
|
name: 'Shinarium Beta',
|
|
@@ -17435,6 +17674,25 @@ exports.chains = {
|
|
|
17435
17674
|
}
|
|
17436
17675
|
]
|
|
17437
17676
|
},
|
|
17677
|
+
761412: {
|
|
17678
|
+
name: 'Miexs Smartchain',
|
|
17679
|
+
chain: 'MiexsSmartchain',
|
|
17680
|
+
icon: 'miexs',
|
|
17681
|
+
rpc: ['https://mainnet-rpc.miexs.com'],
|
|
17682
|
+
faucets: [],
|
|
17683
|
+
nativeCurrency: { name: 'Miexs Coin', symbol: 'MIX', decimals: 18 },
|
|
17684
|
+
infoURL: 'https://miexs.com',
|
|
17685
|
+
shortName: 'Miexs',
|
|
17686
|
+
chainId: 761412,
|
|
17687
|
+
networkId: 761412,
|
|
17688
|
+
explorers: [
|
|
17689
|
+
{
|
|
17690
|
+
name: 'Miexs Smartchain Explorer',
|
|
17691
|
+
url: 'https://miexs.com',
|
|
17692
|
+
standard: 'EIP3091'
|
|
17693
|
+
}
|
|
17694
|
+
]
|
|
17695
|
+
},
|
|
17438
17696
|
800001: {
|
|
17439
17697
|
name: 'OctaSpace',
|
|
17440
17698
|
chain: 'OCTA',
|
|
@@ -17819,6 +18077,26 @@ exports.chains = {
|
|
|
17819
18077
|
slip44: 1,
|
|
17820
18078
|
explorers: []
|
|
17821
18079
|
},
|
|
18080
|
+
3441005: {
|
|
18081
|
+
name: 'Manta Pacific Testnet',
|
|
18082
|
+
chain: 'Manta Pacific',
|
|
18083
|
+
rpc: ['https://manta-testnet.calderachain.xyz/http'],
|
|
18084
|
+
faucets: [],
|
|
18085
|
+
nativeCurrency: { name: 'Manta', symbol: 'MANTA', decimals: 18 },
|
|
18086
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
18087
|
+
infoURL: 'https://manta-testnet.caldera.dev/',
|
|
18088
|
+
shortName: 'manta',
|
|
18089
|
+
chainId: 3441005,
|
|
18090
|
+
networkId: 3441005,
|
|
18091
|
+
icon: 'manta',
|
|
18092
|
+
explorers: [
|
|
18093
|
+
{
|
|
18094
|
+
name: 'manta-testnet Explorer',
|
|
18095
|
+
url: 'https://manta-testnet.calderaexplorer.xyz',
|
|
18096
|
+
standard: 'EIP3091'
|
|
18097
|
+
}
|
|
18098
|
+
]
|
|
18099
|
+
},
|
|
17822
18100
|
4000003: {
|
|
17823
18101
|
name: 'AltLayer Zero Gas Network',
|
|
17824
18102
|
chain: 'ETH',
|
|
@@ -18958,10 +19236,19 @@ exports.chains = {
|
|
|
18958
19236
|
1666600000: {
|
|
18959
19237
|
name: 'Harmony Mainnet Shard 0',
|
|
18960
19238
|
chain: 'Harmony',
|
|
18961
|
-
rpc: [
|
|
18962
|
-
|
|
19239
|
+
rpc: [
|
|
19240
|
+
'https://api.harmony.one',
|
|
19241
|
+
'https://a.api.s0.t.hmny.io',
|
|
19242
|
+
'https://api.s0.t.hmny.io',
|
|
19243
|
+
'https://rpc.ankr.com/harmony',
|
|
19244
|
+
'https://harmony.api.onfinality.io/public',
|
|
19245
|
+
'https://1rpc.io/one'
|
|
19246
|
+
],
|
|
19247
|
+
faucets: [],
|
|
18963
19248
|
nativeCurrency: { name: 'ONE', symbol: 'ONE', decimals: 18 },
|
|
18964
19249
|
infoURL: 'https://www.harmony.one/',
|
|
19250
|
+
slip44: 1023,
|
|
19251
|
+
ens: { registry: '0x4cd2563118e57b19179d8dc033f2b0c5b5d69ff5' },
|
|
18965
19252
|
shortName: 'hmy-s0',
|
|
18966
19253
|
chainId: 1666600000,
|
|
18967
19254
|
networkId: 1666600000,
|
|
@@ -18980,9 +19267,17 @@ exports.chains = {
|
|
|
18980
19267
|
faucets: [],
|
|
18981
19268
|
nativeCurrency: { name: 'ONE', symbol: 'ONE', decimals: 18 },
|
|
18982
19269
|
infoURL: 'https://www.harmony.one/',
|
|
19270
|
+
slip44: 1023,
|
|
18983
19271
|
shortName: 'hmy-s1',
|
|
18984
19272
|
chainId: 1666600001,
|
|
18985
|
-
networkId: 1666600001
|
|
19273
|
+
networkId: 1666600001,
|
|
19274
|
+
explorers: [
|
|
19275
|
+
{
|
|
19276
|
+
name: 'Harmony Block Explorer',
|
|
19277
|
+
url: 'https://explorer.harmony.one/blocks/shard/1',
|
|
19278
|
+
standard: 'none'
|
|
19279
|
+
}
|
|
19280
|
+
]
|
|
18986
19281
|
},
|
|
18987
19282
|
1666600002: {
|
|
18988
19283
|
name: 'Harmony Mainnet Shard 2',
|
|
@@ -18991,9 +19286,17 @@ exports.chains = {
|
|
|
18991
19286
|
faucets: [],
|
|
18992
19287
|
nativeCurrency: { name: 'ONE', symbol: 'ONE', decimals: 18 },
|
|
18993
19288
|
infoURL: 'https://www.harmony.one/',
|
|
19289
|
+
slip44: 1023,
|
|
18994
19290
|
shortName: 'hmy-s2',
|
|
18995
19291
|
chainId: 1666600002,
|
|
18996
|
-
networkId: 1666600002
|
|
19292
|
+
networkId: 1666600002,
|
|
19293
|
+
explorers: [
|
|
19294
|
+
{
|
|
19295
|
+
name: 'Harmony Block Explorer',
|
|
19296
|
+
url: 'https://explorer.harmony.one/blocks/shard/2',
|
|
19297
|
+
standard: 'none'
|
|
19298
|
+
}
|
|
19299
|
+
]
|
|
18997
19300
|
},
|
|
18998
19301
|
1666600003: {
|
|
18999
19302
|
name: 'Harmony Mainnet Shard 3',
|
|
@@ -19002,9 +19305,17 @@ exports.chains = {
|
|
|
19002
19305
|
faucets: [],
|
|
19003
19306
|
nativeCurrency: { name: 'ONE', symbol: 'ONE', decimals: 18 },
|
|
19004
19307
|
infoURL: 'https://www.harmony.one/',
|
|
19308
|
+
slip44: 1023,
|
|
19005
19309
|
shortName: 'hmy-s3',
|
|
19006
19310
|
chainId: 1666600003,
|
|
19007
|
-
networkId: 1666600003
|
|
19311
|
+
networkId: 1666600003,
|
|
19312
|
+
explorers: [
|
|
19313
|
+
{
|
|
19314
|
+
name: 'Harmony Block Explorer',
|
|
19315
|
+
url: 'https://explorer.harmony.one/blocks/shard/3',
|
|
19316
|
+
standard: 'none'
|
|
19317
|
+
}
|
|
19318
|
+
]
|
|
19008
19319
|
},
|
|
19009
19320
|
1666700000: {
|
|
19010
19321
|
name: 'Harmony Testnet Shard 0',
|
|
@@ -19019,7 +19330,7 @@ exports.chains = {
|
|
|
19019
19330
|
explorers: [
|
|
19020
19331
|
{
|
|
19021
19332
|
name: 'Harmony Testnet Block Explorer',
|
|
19022
|
-
url: 'https://explorer.
|
|
19333
|
+
url: 'https://explorer.testnet.harmony.one',
|
|
19023
19334
|
standard: 'EIP3091'
|
|
19024
19335
|
}
|
|
19025
19336
|
]
|
|
@@ -19028,52 +19339,43 @@ exports.chains = {
|
|
|
19028
19339
|
name: 'Harmony Testnet Shard 1',
|
|
19029
19340
|
chain: 'Harmony',
|
|
19030
19341
|
rpc: ['https://api.s1.b.hmny.io'],
|
|
19031
|
-
faucets: [],
|
|
19342
|
+
faucets: ['https://faucet.pops.one'],
|
|
19032
19343
|
nativeCurrency: { name: 'ONE', symbol: 'ONE', decimals: 18 },
|
|
19033
19344
|
infoURL: 'https://www.harmony.one/',
|
|
19034
19345
|
shortName: 'hmy-b-s1',
|
|
19035
19346
|
chainId: 1666700001,
|
|
19036
|
-
networkId: 1666700001
|
|
19347
|
+
networkId: 1666700001,
|
|
19348
|
+
explorers: [
|
|
19349
|
+
{
|
|
19350
|
+
name: 'Harmony Block Explorer',
|
|
19351
|
+
url: 'https://explorer.testnet.harmony.one',
|
|
19352
|
+
standard: 'none'
|
|
19353
|
+
}
|
|
19354
|
+
]
|
|
19037
19355
|
},
|
|
19038
|
-
|
|
19039
|
-
name: 'Harmony
|
|
19356
|
+
1666900000: {
|
|
19357
|
+
name: 'Harmony Devnet Shard 0',
|
|
19040
19358
|
chain: 'Harmony',
|
|
19041
|
-
rpc: ['https://api.
|
|
19359
|
+
rpc: ['https://api.s0.ps.hmny.io'],
|
|
19042
19360
|
faucets: [],
|
|
19043
19361
|
nativeCurrency: { name: 'ONE', symbol: 'ONE', decimals: 18 },
|
|
19044
19362
|
infoURL: 'https://www.harmony.one/',
|
|
19045
|
-
shortName: 'hmy-
|
|
19046
|
-
chainId:
|
|
19047
|
-
networkId:
|
|
19363
|
+
shortName: 'hmy-ps-s0',
|
|
19364
|
+
chainId: 1666900000,
|
|
19365
|
+
networkId: 1666900000,
|
|
19366
|
+
explorers: []
|
|
19048
19367
|
},
|
|
19049
|
-
|
|
19050
|
-
name: 'Harmony
|
|
19368
|
+
1666900001: {
|
|
19369
|
+
name: 'Harmony Devnet Shard 1',
|
|
19051
19370
|
chain: 'Harmony',
|
|
19052
|
-
rpc: ['https://api.
|
|
19371
|
+
rpc: ['https://api.s1.ps.hmny.io'],
|
|
19053
19372
|
faucets: [],
|
|
19054
19373
|
nativeCurrency: { name: 'ONE', symbol: 'ONE', decimals: 18 },
|
|
19055
19374
|
infoURL: 'https://www.harmony.one/',
|
|
19056
|
-
shortName: 'hmy-
|
|
19057
|
-
chainId:
|
|
19058
|
-
networkId:
|
|
19059
|
-
|
|
19060
|
-
1666900000: {
|
|
19061
|
-
name: 'Harmony Devnet Shard 0',
|
|
19062
|
-
chain: 'Harmony',
|
|
19063
|
-
rpc: ['https://api.s1.ps.hmny.io', 'https://api.s1.ps.hmny.io'],
|
|
19064
|
-
faucets: ['http://dev.faucet.easynode.one/'],
|
|
19065
|
-
nativeCurrency: { name: 'ONE', symbol: 'ONE', decimals: 18 },
|
|
19066
|
-
infoURL: 'https://www.harmony.one/',
|
|
19067
|
-
shortName: 'hmy-ps-s0',
|
|
19068
|
-
chainId: 1666900000,
|
|
19069
|
-
networkId: 1666900000,
|
|
19070
|
-
explorers: [
|
|
19071
|
-
{
|
|
19072
|
-
name: 'Harmony Block Explorer',
|
|
19073
|
-
url: 'https://explorer.ps.hmny.io',
|
|
19074
|
-
standard: 'EIP3091'
|
|
19075
|
-
}
|
|
19076
|
-
]
|
|
19375
|
+
shortName: 'hmy-ps-s1',
|
|
19376
|
+
chainId: 1666900001,
|
|
19377
|
+
networkId: 1666900001,
|
|
19378
|
+
explorers: []
|
|
19077
19379
|
},
|
|
19078
19380
|
2021121117: {
|
|
19079
19381
|
name: 'DataHopper',
|
package/dist/src/enums.d.ts
CHANGED
|
@@ -226,13 +226,14 @@ export declare enum ChainName {
|
|
|
226
226
|
FirechainMainnet = "Firechain Mainnet",
|
|
227
227
|
'F(x)CoreMainnetNetwork' = "F(x)Core Mainnet Network",
|
|
228
228
|
Candle = "Candle",
|
|
229
|
+
PAWCHAINTestnet = "PAWCHAIN Testnet",
|
|
229
230
|
Vela1ChainMainnet = "Vela1 Chain Mainnet",
|
|
230
231
|
TaoNetwork = "Tao Network",
|
|
231
232
|
DogechainTestnet = "Dogechain Testnet",
|
|
232
233
|
RolluxMainnet = "Rollux Mainnet",
|
|
233
234
|
MetisStardustTestnet = "Metis Stardust Testnet",
|
|
234
235
|
Astar = "Astar",
|
|
235
|
-
|
|
236
|
+
AcalaMandalaTestnetTC9 = "Acala Mandala Testnet TC9",
|
|
236
237
|
KaruraNetworkTestnet = "Karura Network Testnet",
|
|
237
238
|
AcalaNetworkTestnet = "Acala Network Testnet",
|
|
238
239
|
MetisGoerliTestnet = "Metis Goerli Testnet",
|
|
@@ -363,6 +364,7 @@ export declare enum ChainName {
|
|
|
363
364
|
ElysiumMainnet = "Elysium Mainnet",
|
|
364
365
|
CICChainMainnet = "CIC Chain Mainnet",
|
|
365
366
|
ZafiriumMainnet = "Zafirium Mainnet",
|
|
367
|
+
KalarChain = "Kalar Chain",
|
|
366
368
|
AmStarMainnet = "AmStar Mainnet",
|
|
367
369
|
JoseonMainnet = "Joseon Mainnet",
|
|
368
370
|
PolygonzkEVMTestnetold = "Polygon zkEVM Testnet old",
|
|
@@ -394,6 +396,7 @@ export declare enum ChainName {
|
|
|
394
396
|
CubeChainMainnet = "Cube Chain Mainnet",
|
|
395
397
|
CubeChainTestnet = "Cube Chain Testnet",
|
|
396
398
|
Teslafunds = "Teslafunds",
|
|
399
|
+
WhiteBITNetwork = "WhiteBIT Network",
|
|
397
400
|
GitshockCartenzTestnet = "Gitshock Cartenz Testnet",
|
|
398
401
|
LightlinkPhoenixMainnet = "Lightlink Phoenix Mainnet",
|
|
399
402
|
LightlinkPegasusTestnet = "Lightlink Pegasus Testnet",
|
|
@@ -554,7 +557,7 @@ export declare enum ChainName {
|
|
|
554
557
|
TombChainMainnet = "Tomb Chain Mainnet",
|
|
555
558
|
PolySmartChain = "PolySmartChain",
|
|
556
559
|
ZetaChainMainnet = "ZetaChain Mainnet",
|
|
557
|
-
|
|
560
|
+
ZetaChainAthens3Testnet = "ZetaChain Athens 3 Testnet",
|
|
558
561
|
Ellatheheart = "Ella the heart",
|
|
559
562
|
PlanqMainnet = "Planq Mainnet",
|
|
560
563
|
BitrockMainnet = "Bitrock Mainnet",
|
|
@@ -627,6 +630,8 @@ export declare enum ChainName {
|
|
|
627
630
|
PepeNetworkMainnet = "PepeNetwork Mainnet",
|
|
628
631
|
CarbonEVM = "Carbon EVM",
|
|
629
632
|
CarbonEVMTestnet = "Carbon EVM Testnet",
|
|
633
|
+
IMPERIUMTESTNET = "IMPERIUM TESTNET",
|
|
634
|
+
IMPERIUMMAINNET = "IMPERIUM MAINNET",
|
|
630
635
|
MindSmartChainTestnet = "Mind Smart Chain Testnet",
|
|
631
636
|
MindSmartChainMainnet = "Mind Smart Chain Mainnet",
|
|
632
637
|
AltLayerTestnet = "AltLayer Testnet",
|
|
@@ -634,6 +639,7 @@ export declare enum ChainName {
|
|
|
634
639
|
SmartBitcoinCash = "Smart Bitcoin Cash",
|
|
635
640
|
SmartBitcoinCashTestnet = "Smart Bitcoin Cash Testnet",
|
|
636
641
|
GonChain = "Gon Chain",
|
|
642
|
+
JapanOpenChainTestnet = "Japan Open Chain Testnet",
|
|
637
643
|
SJATSH = "SJATSH",
|
|
638
644
|
BlockchainGenesisMainnet = "Blockchain Genesis Mainnet",
|
|
639
645
|
GnosisChiadoTestnet = "Gnosis Chiado Testnet",
|
|
@@ -660,10 +666,12 @@ export declare enum ChainName {
|
|
|
660
666
|
StepTestnet = "Step Testnet",
|
|
661
667
|
RikezaNetworkTestnet = "Rikeza Network Testnet",
|
|
662
668
|
SPS = "SPS",
|
|
663
|
-
|
|
669
|
+
CreditSmartChain = "Credit Smart Chain",
|
|
670
|
+
BeamTestnet = "Beam Testnet",
|
|
664
671
|
PhoenixMainnet = "Phoenix Mainnet",
|
|
665
672
|
Susono = "Susono",
|
|
666
673
|
SPSTestnet = "SPS Testnet",
|
|
674
|
+
HumanodeTestnet5Israfel = "Humanode Testnet 5 Israfel",
|
|
667
675
|
LoopNetworkMainnet = "LoopNetwork Mainnet",
|
|
668
676
|
TrustEVMTestnet = "Trust EVM Testnet",
|
|
669
677
|
EOSEVMNetworkTestnet = "EOS EVM Network Testnet",
|
|
@@ -895,6 +903,7 @@ export declare enum ChainName {
|
|
|
895
903
|
ALLMainnet = "ALL Mainnet",
|
|
896
904
|
'Vision-VpioneerTestChain' = "Vision - Vpioneer Test Chain",
|
|
897
905
|
BearNetworkChainTestnet = "Bear Network Chain Testnet",
|
|
906
|
+
MiexsSmartchain = "Miexs Smartchain",
|
|
898
907
|
OctaSpace = "OctaSpace",
|
|
899
908
|
CURVEMainnet = "CURVE Mainnet",
|
|
900
909
|
'4GoodNetwork' = "4GoodNetwork",
|
|
@@ -914,6 +923,7 @@ export declare enum ChainName {
|
|
|
914
923
|
PlatONDevTestnetDeprecated = "PlatON Dev Testnet Deprecated",
|
|
915
924
|
PlatONDevTestnet2 = "PlatON Dev Testnet2",
|
|
916
925
|
'Filecoin-Butterflytestnet' = "Filecoin - Butterfly testnet",
|
|
926
|
+
MantaPacificTestnet = "Manta Pacific Testnet",
|
|
917
927
|
AltLayerZeroGasNetwork = "AltLayer Zero Gas Network",
|
|
918
928
|
WorldsCaldera = "Worlds Caldera",
|
|
919
929
|
MXCWannseezkEVMTestnet = "MXC Wannsee zkEVM Testnet",
|
|
@@ -979,9 +989,8 @@ export declare enum ChainName {
|
|
|
979
989
|
HarmonyMainnetShard3 = "Harmony Mainnet Shard 3",
|
|
980
990
|
HarmonyTestnetShard0 = "Harmony Testnet Shard 0",
|
|
981
991
|
HarmonyTestnetShard1 = "Harmony Testnet Shard 1",
|
|
982
|
-
HarmonyTestnetShard2 = "Harmony Testnet Shard 2",
|
|
983
|
-
HarmonyTestnetShard3 = "Harmony Testnet Shard 3",
|
|
984
992
|
HarmonyDevnetShard0 = "Harmony Devnet Shard 0",
|
|
993
|
+
HarmonyDevnetShard1 = "Harmony Devnet Shard 1",
|
|
985
994
|
DataHopper = "DataHopper",
|
|
986
995
|
EuropaSKALEChain = "Europa SKALE Chain",
|
|
987
996
|
Pirl = "Pirl",
|
|
@@ -1224,13 +1233,14 @@ export declare enum ChainId {
|
|
|
1224
1233
|
FirechainMainnet = 529,
|
|
1225
1234
|
'F(x)CoreMainnetNetwork' = 530,
|
|
1226
1235
|
Candle = 534,
|
|
1236
|
+
PAWCHAINTestnet = 542,
|
|
1227
1237
|
Vela1ChainMainnet = 555,
|
|
1228
1238
|
TaoNetwork = 558,
|
|
1229
1239
|
DogechainTestnet = 568,
|
|
1230
1240
|
RolluxMainnet = 570,
|
|
1231
1241
|
MetisStardustTestnet = 588,
|
|
1232
1242
|
Astar = 592,
|
|
1233
|
-
|
|
1243
|
+
AcalaMandalaTestnetTC9 = 595,
|
|
1234
1244
|
KaruraNetworkTestnet = 596,
|
|
1235
1245
|
AcalaNetworkTestnet = 597,
|
|
1236
1246
|
MetisGoerliTestnet = 599,
|
|
@@ -1361,6 +1371,7 @@ export declare enum ChainId {
|
|
|
1361
1371
|
ElysiumMainnet = 1339,
|
|
1362
1372
|
CICChainMainnet = 1353,
|
|
1363
1373
|
ZafiriumMainnet = 1369,
|
|
1374
|
+
KalarChain = 1379,
|
|
1364
1375
|
AmStarMainnet = 1388,
|
|
1365
1376
|
JoseonMainnet = 1392,
|
|
1366
1377
|
PolygonzkEVMTestnetold = 1402,
|
|
@@ -1392,6 +1403,7 @@ export declare enum ChainId {
|
|
|
1392
1403
|
CubeChainMainnet = 1818,
|
|
1393
1404
|
CubeChainTestnet = 1819,
|
|
1394
1405
|
Teslafunds = 1856,
|
|
1406
|
+
WhiteBITNetwork = 1875,
|
|
1395
1407
|
GitshockCartenzTestnet = 1881,
|
|
1396
1408
|
LightlinkPhoenixMainnet = 1890,
|
|
1397
1409
|
LightlinkPegasusTestnet = 1891,
|
|
@@ -1552,7 +1564,7 @@ export declare enum ChainId {
|
|
|
1552
1564
|
TombChainMainnet = 6969,
|
|
1553
1565
|
PolySmartChain = 6999,
|
|
1554
1566
|
ZetaChainMainnet = 7000,
|
|
1555
|
-
|
|
1567
|
+
ZetaChainAthens3Testnet = 7001,
|
|
1556
1568
|
Ellatheheart = 7027,
|
|
1557
1569
|
PlanqMainnet = 7070,
|
|
1558
1570
|
BitrockMainnet = 7171,
|
|
@@ -1625,6 +1637,8 @@ export declare enum ChainId {
|
|
|
1625
1637
|
PepeNetworkMainnet = 9779,
|
|
1626
1638
|
CarbonEVM = 9790,
|
|
1627
1639
|
CarbonEVMTestnet = 9792,
|
|
1640
|
+
IMPERIUMTESTNET = 9818,
|
|
1641
|
+
IMPERIUMMAINNET = 9819,
|
|
1628
1642
|
MindSmartChainTestnet = 9977,
|
|
1629
1643
|
MindSmartChainMainnet = 9996,
|
|
1630
1644
|
AltLayerTestnet = 9997,
|
|
@@ -1632,6 +1646,7 @@ export declare enum ChainId {
|
|
|
1632
1646
|
SmartBitcoinCash = 10000,
|
|
1633
1647
|
SmartBitcoinCashTestnet = 10001,
|
|
1634
1648
|
GonChain = 10024,
|
|
1649
|
+
JapanOpenChainTestnet = 10081,
|
|
1635
1650
|
SJATSH = 10086,
|
|
1636
1651
|
BlockchainGenesisMainnet = 10101,
|
|
1637
1652
|
GnosisChiadoTestnet = 10200,
|
|
@@ -1658,10 +1673,12 @@ export declare enum ChainId {
|
|
|
1658
1673
|
StepTestnet = 12345,
|
|
1659
1674
|
RikezaNetworkTestnet = 12715,
|
|
1660
1675
|
SPS = 13000,
|
|
1661
|
-
|
|
1676
|
+
CreditSmartChain = 13308,
|
|
1677
|
+
BeamTestnet = 13337,
|
|
1662
1678
|
PhoenixMainnet = 13381,
|
|
1663
1679
|
Susono = 13812,
|
|
1664
1680
|
SPSTestnet = 14000,
|
|
1681
|
+
HumanodeTestnet5Israfel = 14853,
|
|
1665
1682
|
LoopNetworkMainnet = 15551,
|
|
1666
1683
|
TrustEVMTestnet = 15555,
|
|
1667
1684
|
EOSEVMNetworkTestnet = 15557,
|
|
@@ -1893,6 +1910,7 @@ export declare enum ChainId {
|
|
|
1893
1910
|
ALLMainnet = 651940,
|
|
1894
1911
|
'Vision-VpioneerTestChain' = 666666,
|
|
1895
1912
|
BearNetworkChainTestnet = 751230,
|
|
1913
|
+
MiexsSmartchain = 761412,
|
|
1896
1914
|
OctaSpace = 800001,
|
|
1897
1915
|
CURVEMainnet = 827431,
|
|
1898
1916
|
'4GoodNetwork' = 846000,
|
|
@@ -1912,6 +1930,7 @@ export declare enum ChainId {
|
|
|
1912
1930
|
PlatONDevTestnetDeprecated = 2203181,
|
|
1913
1931
|
PlatONDevTestnet2 = 2206132,
|
|
1914
1932
|
'Filecoin-Butterflytestnet' = 3141592,
|
|
1933
|
+
MantaPacificTestnet = 3441005,
|
|
1915
1934
|
AltLayerZeroGasNetwork = 4000003,
|
|
1916
1935
|
WorldsCaldera = 4281033,
|
|
1917
1936
|
MXCWannseezkEVMTestnet = 5167003,
|
|
@@ -1977,9 +1996,8 @@ export declare enum ChainId {
|
|
|
1977
1996
|
HarmonyMainnetShard3 = 1666600003,
|
|
1978
1997
|
HarmonyTestnetShard0 = 1666700000,
|
|
1979
1998
|
HarmonyTestnetShard1 = 1666700001,
|
|
1980
|
-
HarmonyTestnetShard2 = 1666700002,
|
|
1981
|
-
HarmonyTestnetShard3 = 1666700003,
|
|
1982
1999
|
HarmonyDevnetShard0 = 1666900000,
|
|
2000
|
+
HarmonyDevnetShard1 = 1666900001,
|
|
1983
2001
|
DataHopper = 2021121117,
|
|
1984
2002
|
EuropaSKALEChain = 2046399126,
|
|
1985
2003
|
Pirl = 3125659152,
|
package/dist/src/enums.js
CHANGED
|
@@ -230,13 +230,14 @@ var ChainName;
|
|
|
230
230
|
ChainName["FirechainMainnet"] = "Firechain Mainnet";
|
|
231
231
|
ChainName["F(x)CoreMainnetNetwork"] = "F(x)Core Mainnet Network";
|
|
232
232
|
ChainName["Candle"] = "Candle";
|
|
233
|
+
ChainName["PAWCHAINTestnet"] = "PAWCHAIN Testnet";
|
|
233
234
|
ChainName["Vela1ChainMainnet"] = "Vela1 Chain Mainnet";
|
|
234
235
|
ChainName["TaoNetwork"] = "Tao Network";
|
|
235
236
|
ChainName["DogechainTestnet"] = "Dogechain Testnet";
|
|
236
237
|
ChainName["RolluxMainnet"] = "Rollux Mainnet";
|
|
237
238
|
ChainName["MetisStardustTestnet"] = "Metis Stardust Testnet";
|
|
238
239
|
ChainName["Astar"] = "Astar";
|
|
239
|
-
ChainName["
|
|
240
|
+
ChainName["AcalaMandalaTestnetTC9"] = "Acala Mandala Testnet TC9";
|
|
240
241
|
ChainName["KaruraNetworkTestnet"] = "Karura Network Testnet";
|
|
241
242
|
ChainName["AcalaNetworkTestnet"] = "Acala Network Testnet";
|
|
242
243
|
ChainName["MetisGoerliTestnet"] = "Metis Goerli Testnet";
|
|
@@ -367,6 +368,7 @@ var ChainName;
|
|
|
367
368
|
ChainName["ElysiumMainnet"] = "Elysium Mainnet";
|
|
368
369
|
ChainName["CICChainMainnet"] = "CIC Chain Mainnet";
|
|
369
370
|
ChainName["ZafiriumMainnet"] = "Zafirium Mainnet";
|
|
371
|
+
ChainName["KalarChain"] = "Kalar Chain";
|
|
370
372
|
ChainName["AmStarMainnet"] = "AmStar Mainnet";
|
|
371
373
|
ChainName["JoseonMainnet"] = "Joseon Mainnet";
|
|
372
374
|
ChainName["PolygonzkEVMTestnetold"] = "Polygon zkEVM Testnet old";
|
|
@@ -398,6 +400,7 @@ var ChainName;
|
|
|
398
400
|
ChainName["CubeChainMainnet"] = "Cube Chain Mainnet";
|
|
399
401
|
ChainName["CubeChainTestnet"] = "Cube Chain Testnet";
|
|
400
402
|
ChainName["Teslafunds"] = "Teslafunds";
|
|
403
|
+
ChainName["WhiteBITNetwork"] = "WhiteBIT Network";
|
|
401
404
|
ChainName["GitshockCartenzTestnet"] = "Gitshock Cartenz Testnet";
|
|
402
405
|
ChainName["LightlinkPhoenixMainnet"] = "Lightlink Phoenix Mainnet";
|
|
403
406
|
ChainName["LightlinkPegasusTestnet"] = "Lightlink Pegasus Testnet";
|
|
@@ -558,7 +561,7 @@ var ChainName;
|
|
|
558
561
|
ChainName["TombChainMainnet"] = "Tomb Chain Mainnet";
|
|
559
562
|
ChainName["PolySmartChain"] = "PolySmartChain";
|
|
560
563
|
ChainName["ZetaChainMainnet"] = "ZetaChain Mainnet";
|
|
561
|
-
ChainName["
|
|
564
|
+
ChainName["ZetaChainAthens3Testnet"] = "ZetaChain Athens 3 Testnet";
|
|
562
565
|
ChainName["Ellatheheart"] = "Ella the heart";
|
|
563
566
|
ChainName["PlanqMainnet"] = "Planq Mainnet";
|
|
564
567
|
ChainName["BitrockMainnet"] = "Bitrock Mainnet";
|
|
@@ -631,6 +634,8 @@ var ChainName;
|
|
|
631
634
|
ChainName["PepeNetworkMainnet"] = "PepeNetwork Mainnet";
|
|
632
635
|
ChainName["CarbonEVM"] = "Carbon EVM";
|
|
633
636
|
ChainName["CarbonEVMTestnet"] = "Carbon EVM Testnet";
|
|
637
|
+
ChainName["IMPERIUMTESTNET"] = "IMPERIUM TESTNET";
|
|
638
|
+
ChainName["IMPERIUMMAINNET"] = "IMPERIUM MAINNET";
|
|
634
639
|
ChainName["MindSmartChainTestnet"] = "Mind Smart Chain Testnet";
|
|
635
640
|
ChainName["MindSmartChainMainnet"] = "Mind Smart Chain Mainnet";
|
|
636
641
|
ChainName["AltLayerTestnet"] = "AltLayer Testnet";
|
|
@@ -638,6 +643,7 @@ var ChainName;
|
|
|
638
643
|
ChainName["SmartBitcoinCash"] = "Smart Bitcoin Cash";
|
|
639
644
|
ChainName["SmartBitcoinCashTestnet"] = "Smart Bitcoin Cash Testnet";
|
|
640
645
|
ChainName["GonChain"] = "Gon Chain";
|
|
646
|
+
ChainName["JapanOpenChainTestnet"] = "Japan Open Chain Testnet";
|
|
641
647
|
ChainName["SJATSH"] = "SJATSH";
|
|
642
648
|
ChainName["BlockchainGenesisMainnet"] = "Blockchain Genesis Mainnet";
|
|
643
649
|
ChainName["GnosisChiadoTestnet"] = "Gnosis Chiado Testnet";
|
|
@@ -664,10 +670,12 @@ var ChainName;
|
|
|
664
670
|
ChainName["StepTestnet"] = "Step Testnet";
|
|
665
671
|
ChainName["RikezaNetworkTestnet"] = "Rikeza Network Testnet";
|
|
666
672
|
ChainName["SPS"] = "SPS";
|
|
667
|
-
ChainName["
|
|
673
|
+
ChainName["CreditSmartChain"] = "Credit Smart Chain";
|
|
674
|
+
ChainName["BeamTestnet"] = "Beam Testnet";
|
|
668
675
|
ChainName["PhoenixMainnet"] = "Phoenix Mainnet";
|
|
669
676
|
ChainName["Susono"] = "Susono";
|
|
670
677
|
ChainName["SPSTestnet"] = "SPS Testnet";
|
|
678
|
+
ChainName["HumanodeTestnet5Israfel"] = "Humanode Testnet 5 Israfel";
|
|
671
679
|
ChainName["LoopNetworkMainnet"] = "LoopNetwork Mainnet";
|
|
672
680
|
ChainName["TrustEVMTestnet"] = "Trust EVM Testnet";
|
|
673
681
|
ChainName["EOSEVMNetworkTestnet"] = "EOS EVM Network Testnet";
|
|
@@ -899,6 +907,7 @@ var ChainName;
|
|
|
899
907
|
ChainName["ALLMainnet"] = "ALL Mainnet";
|
|
900
908
|
ChainName["Vision-VpioneerTestChain"] = "Vision - Vpioneer Test Chain";
|
|
901
909
|
ChainName["BearNetworkChainTestnet"] = "Bear Network Chain Testnet";
|
|
910
|
+
ChainName["MiexsSmartchain"] = "Miexs Smartchain";
|
|
902
911
|
ChainName["OctaSpace"] = "OctaSpace";
|
|
903
912
|
ChainName["CURVEMainnet"] = "CURVE Mainnet";
|
|
904
913
|
ChainName["4GoodNetwork"] = "4GoodNetwork";
|
|
@@ -918,6 +927,7 @@ var ChainName;
|
|
|
918
927
|
ChainName["PlatONDevTestnetDeprecated"] = "PlatON Dev Testnet Deprecated";
|
|
919
928
|
ChainName["PlatONDevTestnet2"] = "PlatON Dev Testnet2";
|
|
920
929
|
ChainName["Filecoin-Butterflytestnet"] = "Filecoin - Butterfly testnet";
|
|
930
|
+
ChainName["MantaPacificTestnet"] = "Manta Pacific Testnet";
|
|
921
931
|
ChainName["AltLayerZeroGasNetwork"] = "AltLayer Zero Gas Network";
|
|
922
932
|
ChainName["WorldsCaldera"] = "Worlds Caldera";
|
|
923
933
|
ChainName["MXCWannseezkEVMTestnet"] = "MXC Wannsee zkEVM Testnet";
|
|
@@ -983,9 +993,8 @@ var ChainName;
|
|
|
983
993
|
ChainName["HarmonyMainnetShard3"] = "Harmony Mainnet Shard 3";
|
|
984
994
|
ChainName["HarmonyTestnetShard0"] = "Harmony Testnet Shard 0";
|
|
985
995
|
ChainName["HarmonyTestnetShard1"] = "Harmony Testnet Shard 1";
|
|
986
|
-
ChainName["HarmonyTestnetShard2"] = "Harmony Testnet Shard 2";
|
|
987
|
-
ChainName["HarmonyTestnetShard3"] = "Harmony Testnet Shard 3";
|
|
988
996
|
ChainName["HarmonyDevnetShard0"] = "Harmony Devnet Shard 0";
|
|
997
|
+
ChainName["HarmonyDevnetShard1"] = "Harmony Devnet Shard 1";
|
|
989
998
|
ChainName["DataHopper"] = "DataHopper";
|
|
990
999
|
ChainName["EuropaSKALEChain"] = "Europa SKALE Chain";
|
|
991
1000
|
ChainName["Pirl"] = "Pirl";
|
|
@@ -1229,13 +1238,14 @@ var ChainId;
|
|
|
1229
1238
|
ChainId[ChainId["FirechainMainnet"] = 529] = "FirechainMainnet";
|
|
1230
1239
|
ChainId[ChainId["F(x)CoreMainnetNetwork"] = 530] = "F(x)CoreMainnetNetwork";
|
|
1231
1240
|
ChainId[ChainId["Candle"] = 534] = "Candle";
|
|
1241
|
+
ChainId[ChainId["PAWCHAINTestnet"] = 542] = "PAWCHAINTestnet";
|
|
1232
1242
|
ChainId[ChainId["Vela1ChainMainnet"] = 555] = "Vela1ChainMainnet";
|
|
1233
1243
|
ChainId[ChainId["TaoNetwork"] = 558] = "TaoNetwork";
|
|
1234
1244
|
ChainId[ChainId["DogechainTestnet"] = 568] = "DogechainTestnet";
|
|
1235
1245
|
ChainId[ChainId["RolluxMainnet"] = 570] = "RolluxMainnet";
|
|
1236
1246
|
ChainId[ChainId["MetisStardustTestnet"] = 588] = "MetisStardustTestnet";
|
|
1237
1247
|
ChainId[ChainId["Astar"] = 592] = "Astar";
|
|
1238
|
-
ChainId[ChainId["
|
|
1248
|
+
ChainId[ChainId["AcalaMandalaTestnetTC9"] = 595] = "AcalaMandalaTestnetTC9";
|
|
1239
1249
|
ChainId[ChainId["KaruraNetworkTestnet"] = 596] = "KaruraNetworkTestnet";
|
|
1240
1250
|
ChainId[ChainId["AcalaNetworkTestnet"] = 597] = "AcalaNetworkTestnet";
|
|
1241
1251
|
ChainId[ChainId["MetisGoerliTestnet"] = 599] = "MetisGoerliTestnet";
|
|
@@ -1366,6 +1376,7 @@ var ChainId;
|
|
|
1366
1376
|
ChainId[ChainId["ElysiumMainnet"] = 1339] = "ElysiumMainnet";
|
|
1367
1377
|
ChainId[ChainId["CICChainMainnet"] = 1353] = "CICChainMainnet";
|
|
1368
1378
|
ChainId[ChainId["ZafiriumMainnet"] = 1369] = "ZafiriumMainnet";
|
|
1379
|
+
ChainId[ChainId["KalarChain"] = 1379] = "KalarChain";
|
|
1369
1380
|
ChainId[ChainId["AmStarMainnet"] = 1388] = "AmStarMainnet";
|
|
1370
1381
|
ChainId[ChainId["JoseonMainnet"] = 1392] = "JoseonMainnet";
|
|
1371
1382
|
ChainId[ChainId["PolygonzkEVMTestnetold"] = 1402] = "PolygonzkEVMTestnetold";
|
|
@@ -1397,6 +1408,7 @@ var ChainId;
|
|
|
1397
1408
|
ChainId[ChainId["CubeChainMainnet"] = 1818] = "CubeChainMainnet";
|
|
1398
1409
|
ChainId[ChainId["CubeChainTestnet"] = 1819] = "CubeChainTestnet";
|
|
1399
1410
|
ChainId[ChainId["Teslafunds"] = 1856] = "Teslafunds";
|
|
1411
|
+
ChainId[ChainId["WhiteBITNetwork"] = 1875] = "WhiteBITNetwork";
|
|
1400
1412
|
ChainId[ChainId["GitshockCartenzTestnet"] = 1881] = "GitshockCartenzTestnet";
|
|
1401
1413
|
ChainId[ChainId["LightlinkPhoenixMainnet"] = 1890] = "LightlinkPhoenixMainnet";
|
|
1402
1414
|
ChainId[ChainId["LightlinkPegasusTestnet"] = 1891] = "LightlinkPegasusTestnet";
|
|
@@ -1557,7 +1569,7 @@ var ChainId;
|
|
|
1557
1569
|
ChainId[ChainId["TombChainMainnet"] = 6969] = "TombChainMainnet";
|
|
1558
1570
|
ChainId[ChainId["PolySmartChain"] = 6999] = "PolySmartChain";
|
|
1559
1571
|
ChainId[ChainId["ZetaChainMainnet"] = 7000] = "ZetaChainMainnet";
|
|
1560
|
-
ChainId[ChainId["
|
|
1572
|
+
ChainId[ChainId["ZetaChainAthens3Testnet"] = 7001] = "ZetaChainAthens3Testnet";
|
|
1561
1573
|
ChainId[ChainId["Ellatheheart"] = 7027] = "Ellatheheart";
|
|
1562
1574
|
ChainId[ChainId["PlanqMainnet"] = 7070] = "PlanqMainnet";
|
|
1563
1575
|
ChainId[ChainId["BitrockMainnet"] = 7171] = "BitrockMainnet";
|
|
@@ -1630,6 +1642,8 @@ var ChainId;
|
|
|
1630
1642
|
ChainId[ChainId["PepeNetworkMainnet"] = 9779] = "PepeNetworkMainnet";
|
|
1631
1643
|
ChainId[ChainId["CarbonEVM"] = 9790] = "CarbonEVM";
|
|
1632
1644
|
ChainId[ChainId["CarbonEVMTestnet"] = 9792] = "CarbonEVMTestnet";
|
|
1645
|
+
ChainId[ChainId["IMPERIUMTESTNET"] = 9818] = "IMPERIUMTESTNET";
|
|
1646
|
+
ChainId[ChainId["IMPERIUMMAINNET"] = 9819] = "IMPERIUMMAINNET";
|
|
1633
1647
|
ChainId[ChainId["MindSmartChainTestnet"] = 9977] = "MindSmartChainTestnet";
|
|
1634
1648
|
ChainId[ChainId["MindSmartChainMainnet"] = 9996] = "MindSmartChainMainnet";
|
|
1635
1649
|
ChainId[ChainId["AltLayerTestnet"] = 9997] = "AltLayerTestnet";
|
|
@@ -1637,6 +1651,7 @@ var ChainId;
|
|
|
1637
1651
|
ChainId[ChainId["SmartBitcoinCash"] = 10000] = "SmartBitcoinCash";
|
|
1638
1652
|
ChainId[ChainId["SmartBitcoinCashTestnet"] = 10001] = "SmartBitcoinCashTestnet";
|
|
1639
1653
|
ChainId[ChainId["GonChain"] = 10024] = "GonChain";
|
|
1654
|
+
ChainId[ChainId["JapanOpenChainTestnet"] = 10081] = "JapanOpenChainTestnet";
|
|
1640
1655
|
ChainId[ChainId["SJATSH"] = 10086] = "SJATSH";
|
|
1641
1656
|
ChainId[ChainId["BlockchainGenesisMainnet"] = 10101] = "BlockchainGenesisMainnet";
|
|
1642
1657
|
ChainId[ChainId["GnosisChiadoTestnet"] = 10200] = "GnosisChiadoTestnet";
|
|
@@ -1663,10 +1678,12 @@ var ChainId;
|
|
|
1663
1678
|
ChainId[ChainId["StepTestnet"] = 12345] = "StepTestnet";
|
|
1664
1679
|
ChainId[ChainId["RikezaNetworkTestnet"] = 12715] = "RikezaNetworkTestnet";
|
|
1665
1680
|
ChainId[ChainId["SPS"] = 13000] = "SPS";
|
|
1666
|
-
ChainId[ChainId["
|
|
1681
|
+
ChainId[ChainId["CreditSmartChain"] = 13308] = "CreditSmartChain";
|
|
1682
|
+
ChainId[ChainId["BeamTestnet"] = 13337] = "BeamTestnet";
|
|
1667
1683
|
ChainId[ChainId["PhoenixMainnet"] = 13381] = "PhoenixMainnet";
|
|
1668
1684
|
ChainId[ChainId["Susono"] = 13812] = "Susono";
|
|
1669
1685
|
ChainId[ChainId["SPSTestnet"] = 14000] = "SPSTestnet";
|
|
1686
|
+
ChainId[ChainId["HumanodeTestnet5Israfel"] = 14853] = "HumanodeTestnet5Israfel";
|
|
1670
1687
|
ChainId[ChainId["LoopNetworkMainnet"] = 15551] = "LoopNetworkMainnet";
|
|
1671
1688
|
ChainId[ChainId["TrustEVMTestnet"] = 15555] = "TrustEVMTestnet";
|
|
1672
1689
|
ChainId[ChainId["EOSEVMNetworkTestnet"] = 15557] = "EOSEVMNetworkTestnet";
|
|
@@ -1898,6 +1915,7 @@ var ChainId;
|
|
|
1898
1915
|
ChainId[ChainId["ALLMainnet"] = 651940] = "ALLMainnet";
|
|
1899
1916
|
ChainId[ChainId["Vision-VpioneerTestChain"] = 666666] = "Vision-VpioneerTestChain";
|
|
1900
1917
|
ChainId[ChainId["BearNetworkChainTestnet"] = 751230] = "BearNetworkChainTestnet";
|
|
1918
|
+
ChainId[ChainId["MiexsSmartchain"] = 761412] = "MiexsSmartchain";
|
|
1901
1919
|
ChainId[ChainId["OctaSpace"] = 800001] = "OctaSpace";
|
|
1902
1920
|
ChainId[ChainId["CURVEMainnet"] = 827431] = "CURVEMainnet";
|
|
1903
1921
|
ChainId[ChainId["4GoodNetwork"] = 846000] = "4GoodNetwork";
|
|
@@ -1917,6 +1935,7 @@ var ChainId;
|
|
|
1917
1935
|
ChainId[ChainId["PlatONDevTestnetDeprecated"] = 2203181] = "PlatONDevTestnetDeprecated";
|
|
1918
1936
|
ChainId[ChainId["PlatONDevTestnet2"] = 2206132] = "PlatONDevTestnet2";
|
|
1919
1937
|
ChainId[ChainId["Filecoin-Butterflytestnet"] = 3141592] = "Filecoin-Butterflytestnet";
|
|
1938
|
+
ChainId[ChainId["MantaPacificTestnet"] = 3441005] = "MantaPacificTestnet";
|
|
1920
1939
|
ChainId[ChainId["AltLayerZeroGasNetwork"] = 4000003] = "AltLayerZeroGasNetwork";
|
|
1921
1940
|
ChainId[ChainId["WorldsCaldera"] = 4281033] = "WorldsCaldera";
|
|
1922
1941
|
ChainId[ChainId["MXCWannseezkEVMTestnet"] = 5167003] = "MXCWannseezkEVMTestnet";
|
|
@@ -1982,9 +2001,8 @@ var ChainId;
|
|
|
1982
2001
|
ChainId[ChainId["HarmonyMainnetShard3"] = 1666600003] = "HarmonyMainnetShard3";
|
|
1983
2002
|
ChainId[ChainId["HarmonyTestnetShard0"] = 1666700000] = "HarmonyTestnetShard0";
|
|
1984
2003
|
ChainId[ChainId["HarmonyTestnetShard1"] = 1666700001] = "HarmonyTestnetShard1";
|
|
1985
|
-
ChainId[ChainId["HarmonyTestnetShard2"] = 1666700002] = "HarmonyTestnetShard2";
|
|
1986
|
-
ChainId[ChainId["HarmonyTestnetShard3"] = 1666700003] = "HarmonyTestnetShard3";
|
|
1987
2004
|
ChainId[ChainId["HarmonyDevnetShard0"] = 1666900000] = "HarmonyDevnetShard0";
|
|
2005
|
+
ChainId[ChainId["HarmonyDevnetShard1"] = 1666900001] = "HarmonyDevnetShard1";
|
|
1988
2006
|
ChainId[ChainId["DataHopper"] = 2021121117] = "DataHopper";
|
|
1989
2007
|
ChainId[ChainId["EuropaSKALEChain"] = 2046399126] = "EuropaSKALEChain";
|
|
1990
2008
|
ChainId[ChainId["Pirl"] = 3125659152] = "Pirl";
|