@revoke.cash/chains 3.0.0 → 4.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 +230 -17
- package/dist/src/enums.d.ts +22 -2
- package/dist/src/enums.js +22 -2
- package/package.json +1 -1
package/dist/src/chains.js
CHANGED
|
@@ -2924,15 +2924,15 @@ exports.chains = {
|
|
|
2924
2924
|
rpc: ['https://rpc.bittorrentchain.io/'],
|
|
2925
2925
|
faucets: [],
|
|
2926
2926
|
nativeCurrency: { name: 'BitTorrent', symbol: 'BTT', decimals: 18 },
|
|
2927
|
-
infoURL: 'https
|
|
2927
|
+
infoURL: 'https:/bt.io',
|
|
2928
2928
|
shortName: 'BTT',
|
|
2929
2929
|
chainId: 199,
|
|
2930
2930
|
networkId: 199,
|
|
2931
2931
|
explorers: [
|
|
2932
2932
|
{
|
|
2933
|
-
name: '
|
|
2934
|
-
url: 'https://
|
|
2935
|
-
standard: '
|
|
2933
|
+
name: 'BitTorrent Chain Explorer',
|
|
2934
|
+
url: 'https://bttcscan.com',
|
|
2935
|
+
standard: 'EIP3091'
|
|
2936
2936
|
}
|
|
2937
2937
|
]
|
|
2938
2938
|
},
|
|
@@ -4548,6 +4548,25 @@ exports.chains = {
|
|
|
4548
4548
|
}
|
|
4549
4549
|
]
|
|
4550
4550
|
},
|
|
4551
|
+
719: {
|
|
4552
|
+
name: 'Shibarium Beta',
|
|
4553
|
+
chain: 'Shibarium',
|
|
4554
|
+
icon: 'shibarium',
|
|
4555
|
+
rpc: ['https://puppynet.shibrpc.com'],
|
|
4556
|
+
faucets: [],
|
|
4557
|
+
nativeCurrency: { name: 'BONE', symbol: 'BONE', decimals: 18 },
|
|
4558
|
+
infoURL: 'https://beta.shibariumtech.com',
|
|
4559
|
+
shortName: 'shibarium',
|
|
4560
|
+
chainId: 719,
|
|
4561
|
+
networkId: 719,
|
|
4562
|
+
explorers: [
|
|
4563
|
+
{
|
|
4564
|
+
name: 'shibscan',
|
|
4565
|
+
url: 'https://puppyscan.shib.io',
|
|
4566
|
+
standard: 'EIP3091'
|
|
4567
|
+
}
|
|
4568
|
+
]
|
|
4569
|
+
},
|
|
4551
4570
|
721: {
|
|
4552
4571
|
name: 'Lycan Chain',
|
|
4553
4572
|
chain: 'LYC',
|
|
@@ -5857,6 +5876,26 @@ exports.chains = {
|
|
|
5857
5876
|
}
|
|
5858
5877
|
]
|
|
5859
5878
|
},
|
|
5879
|
+
1170: {
|
|
5880
|
+
name: 'Origin Testnet',
|
|
5881
|
+
chain: 'Origin',
|
|
5882
|
+
rpc: ['https://json-rpc.origin.uptick.network'],
|
|
5883
|
+
faucets: [],
|
|
5884
|
+
nativeCurrency: { name: 'Origin', symbol: 'UOC', decimals: 18 },
|
|
5885
|
+
infoURL: 'https://www.uptick.network',
|
|
5886
|
+
shortName: 'auoc',
|
|
5887
|
+
chainId: 1170,
|
|
5888
|
+
networkId: 1170,
|
|
5889
|
+
icon: 'origin',
|
|
5890
|
+
explorers: [
|
|
5891
|
+
{
|
|
5892
|
+
name: 'Origin Explorer',
|
|
5893
|
+
url: 'https://evm-explorer.origin.uptick.network',
|
|
5894
|
+
icon: 'origin',
|
|
5895
|
+
standard: 'none'
|
|
5896
|
+
}
|
|
5897
|
+
]
|
|
5898
|
+
},
|
|
5860
5899
|
1177: {
|
|
5861
5900
|
name: 'Smart Host Teknoloji TESTNET',
|
|
5862
5901
|
chain: 'SHT',
|
|
@@ -7221,14 +7260,14 @@ exports.chains = {
|
|
|
7221
7260
|
1969: {
|
|
7222
7261
|
name: 'Super Smart Chain Testnet',
|
|
7223
7262
|
chain: 'TSCS',
|
|
7224
|
-
rpc: ['https://
|
|
7225
|
-
faucets: ['https://testnet.
|
|
7263
|
+
rpc: ['https://testnetrpc.scschain.com'],
|
|
7264
|
+
faucets: ['https://testnet.scschain.com'],
|
|
7226
7265
|
nativeCurrency: {
|
|
7227
7266
|
name: 'Super Chain Native Token',
|
|
7228
7267
|
symbol: 'TSCS',
|
|
7229
7268
|
decimals: 18
|
|
7230
7269
|
},
|
|
7231
|
-
infoURL: 'https://testnet.
|
|
7270
|
+
infoURL: 'https://testnet.scschain.com',
|
|
7232
7271
|
shortName: 'tscs',
|
|
7233
7272
|
chainId: 1969,
|
|
7234
7273
|
networkId: 1969,
|
|
@@ -7236,7 +7275,7 @@ exports.chains = {
|
|
|
7236
7275
|
explorers: [
|
|
7237
7276
|
{
|
|
7238
7277
|
name: 'blockscout',
|
|
7239
|
-
url: 'https://testnetscan.
|
|
7278
|
+
url: 'https://testnetscan.scschain.com',
|
|
7240
7279
|
standard: 'EIP3091'
|
|
7241
7280
|
}
|
|
7242
7281
|
]
|
|
@@ -7244,14 +7283,14 @@ exports.chains = {
|
|
|
7244
7283
|
1970: {
|
|
7245
7284
|
name: 'Super Smart Chain Mainnet',
|
|
7246
7285
|
chain: 'SCS',
|
|
7247
|
-
rpc: ['https://
|
|
7286
|
+
rpc: ['https://rpc.scschain.com'],
|
|
7248
7287
|
faucets: [],
|
|
7249
7288
|
nativeCurrency: {
|
|
7250
7289
|
name: 'Super Chain Native Token',
|
|
7251
7290
|
symbol: 'SCS',
|
|
7252
7291
|
decimals: 18
|
|
7253
7292
|
},
|
|
7254
|
-
infoURL: 'https://
|
|
7293
|
+
infoURL: 'https://scschain.com',
|
|
7255
7294
|
shortName: 'scs',
|
|
7256
7295
|
chainId: 1970,
|
|
7257
7296
|
networkId: 1970,
|
|
@@ -7259,7 +7298,7 @@ exports.chains = {
|
|
|
7259
7298
|
explorers: [
|
|
7260
7299
|
{
|
|
7261
7300
|
name: 'blockscout',
|
|
7262
|
-
url: 'https://scan.
|
|
7301
|
+
url: 'https://scan.scschain.com',
|
|
7263
7302
|
standard: 'EIP3091'
|
|
7264
7303
|
}
|
|
7265
7304
|
]
|
|
@@ -8413,6 +8452,24 @@ exports.chains = {
|
|
|
8413
8452
|
}
|
|
8414
8453
|
]
|
|
8415
8454
|
},
|
|
8455
|
+
3003: {
|
|
8456
|
+
name: 'Canxium Mainnet',
|
|
8457
|
+
chain: 'CAU',
|
|
8458
|
+
rpc: ['https://rpc.canxium.org'],
|
|
8459
|
+
faucets: [],
|
|
8460
|
+
nativeCurrency: { name: 'Canxium', symbol: 'CAU', decimals: 18 },
|
|
8461
|
+
infoURL: 'https://canxium.org',
|
|
8462
|
+
shortName: 'cau',
|
|
8463
|
+
chainId: 3003,
|
|
8464
|
+
networkId: 3003,
|
|
8465
|
+
explorers: [
|
|
8466
|
+
{
|
|
8467
|
+
name: 'canxium explorer',
|
|
8468
|
+
url: 'https://explorer.canxium.org',
|
|
8469
|
+
standard: 'none'
|
|
8470
|
+
}
|
|
8471
|
+
]
|
|
8472
|
+
},
|
|
8416
8473
|
3031: {
|
|
8417
8474
|
name: 'Orlando Chain',
|
|
8418
8475
|
chain: 'ORL',
|
|
@@ -8582,6 +8639,25 @@ exports.chains = {
|
|
|
8582
8639
|
}
|
|
8583
8640
|
]
|
|
8584
8641
|
},
|
|
8642
|
+
3434: {
|
|
8643
|
+
name: 'SecureChain Testnet',
|
|
8644
|
+
chain: 'SCAI',
|
|
8645
|
+
icon: 'scaiIcon',
|
|
8646
|
+
rpc: ['https://testnet-rpc.securechain.ai'],
|
|
8647
|
+
faucets: ['https://faucet.securechain.ai'],
|
|
8648
|
+
nativeCurrency: { name: 'SCAI', symbol: 'SCAI', decimals: 18 },
|
|
8649
|
+
infoURL: 'https://securechain.ai',
|
|
8650
|
+
shortName: 'SCAIt',
|
|
8651
|
+
chainId: 3434,
|
|
8652
|
+
networkId: 3434,
|
|
8653
|
+
explorers: [
|
|
8654
|
+
{
|
|
8655
|
+
name: 'SecureChain',
|
|
8656
|
+
url: 'https://testnet.securechain.ai',
|
|
8657
|
+
standard: 'EIP3091'
|
|
8658
|
+
}
|
|
8659
|
+
]
|
|
8660
|
+
},
|
|
8585
8661
|
3500: {
|
|
8586
8662
|
name: 'Paribu Net Testnet',
|
|
8587
8663
|
chain: 'PRB',
|
|
@@ -9631,6 +9707,30 @@ exports.chains = {
|
|
|
9631
9707
|
}
|
|
9632
9708
|
]
|
|
9633
9709
|
},
|
|
9710
|
+
6565: {
|
|
9711
|
+
name: 'Fox Testnet Network',
|
|
9712
|
+
chain: 'FOX',
|
|
9713
|
+
rpc: [
|
|
9714
|
+
'https://rpc-testnet-v1.foxchain.app/',
|
|
9715
|
+
'https://rpc2-testnet-v1.foxchain.app/',
|
|
9716
|
+
'https://rpc3-testnet-v1.foxchain.app'
|
|
9717
|
+
],
|
|
9718
|
+
faucets: ['https://faucet.foxchain.app'],
|
|
9719
|
+
nativeCurrency: { name: 'FOX Native Token', symbol: 'tFOX', decimals: 18 },
|
|
9720
|
+
infoURL: 'https://foxchain.app',
|
|
9721
|
+
shortName: 'fox',
|
|
9722
|
+
chainId: 6565,
|
|
9723
|
+
networkId: 6565,
|
|
9724
|
+
icon: 'fox',
|
|
9725
|
+
explorers: [
|
|
9726
|
+
{
|
|
9727
|
+
name: 'FOX Testnet Explorer',
|
|
9728
|
+
icon: 'fox',
|
|
9729
|
+
url: 'https://testnet.foxscan.app',
|
|
9730
|
+
standard: 'none'
|
|
9731
|
+
}
|
|
9732
|
+
]
|
|
9733
|
+
},
|
|
9634
9734
|
6626: {
|
|
9635
9735
|
name: 'Pixie Chain Mainnet',
|
|
9636
9736
|
chain: 'PixieChain',
|
|
@@ -10958,6 +11058,26 @@ exports.chains = {
|
|
|
10958
11058
|
}
|
|
10959
11059
|
]
|
|
10960
11060
|
},
|
|
11061
|
+
9779: {
|
|
11062
|
+
name: 'PepeNetwork Mainnet',
|
|
11063
|
+
chain: 'PepeNetwork',
|
|
11064
|
+
rpc: ['https://rpc-mainnet.pepenetwork.io'],
|
|
11065
|
+
faucets: [],
|
|
11066
|
+
nativeCurrency: { name: 'Pepe', symbol: 'WPEPE', decimals: 18 },
|
|
11067
|
+
infoURL: 'https://pepenetwork.io',
|
|
11068
|
+
shortName: 'pn',
|
|
11069
|
+
chainId: 9779,
|
|
11070
|
+
networkId: 9779,
|
|
11071
|
+
icon: 'pepenetwork',
|
|
11072
|
+
explorers: [
|
|
11073
|
+
{
|
|
11074
|
+
name: 'Pepe Explorer',
|
|
11075
|
+
url: 'https://explorer.pepenetwork.io',
|
|
11076
|
+
icon: 'pepenetwork',
|
|
11077
|
+
standard: 'none'
|
|
11078
|
+
}
|
|
11079
|
+
]
|
|
11080
|
+
},
|
|
10961
11081
|
9790: {
|
|
10962
11082
|
name: 'Carbon EVM',
|
|
10963
11083
|
chain: 'Carbon',
|
|
@@ -12944,10 +13064,14 @@ exports.chains = {
|
|
|
12944
13064
|
]
|
|
12945
13065
|
},
|
|
12946
13066
|
49049: {
|
|
12947
|
-
name: 'Floripa',
|
|
12948
|
-
title: 'Wireshape Testnet
|
|
13067
|
+
name: 'Wireshape Floripa Testnet',
|
|
13068
|
+
title: 'Wireshape Floripa Testnet',
|
|
12949
13069
|
chain: 'Wireshape',
|
|
12950
|
-
|
|
13070
|
+
icon: 'wireshape',
|
|
13071
|
+
rpc: [
|
|
13072
|
+
'https://rpc-floripa.wireshape.org',
|
|
13073
|
+
'https://floripa.rpc.thirdweb.com'
|
|
13074
|
+
],
|
|
12951
13075
|
faucets: [],
|
|
12952
13076
|
nativeCurrency: { name: 'WIRE', symbol: 'WIRE', decimals: 18 },
|
|
12953
13077
|
infoURL: 'https://wireshape.org',
|
|
@@ -13202,8 +13326,8 @@ exports.chains = {
|
|
|
13202
13326
|
rpc: [
|
|
13203
13327
|
'https://rpc.goerli.linea.build',
|
|
13204
13328
|
'wss://rpc.goerli.linea.build',
|
|
13205
|
-
'https://
|
|
13206
|
-
'wss://
|
|
13329
|
+
'https://linea-goerli.infura.io/v3/${INFURA_API_KEY}',
|
|
13330
|
+
'wss://linea-goerli.infura.io/v3/${INFURA_API_KEY}'
|
|
13207
13331
|
],
|
|
13208
13332
|
faucets: ['https://faucetlink.to/goerli'],
|
|
13209
13333
|
nativeCurrency: { name: 'Linea Ether', symbol: 'ETH', decimals: 18 },
|
|
@@ -13734,6 +13858,31 @@ exports.chains = {
|
|
|
13734
13858
|
chainId: 78110,
|
|
13735
13859
|
networkId: 78110
|
|
13736
13860
|
},
|
|
13861
|
+
78281: {
|
|
13862
|
+
name: 'Dragonfly Mainnet (Hexapod)',
|
|
13863
|
+
chain: 'Dragonfly',
|
|
13864
|
+
icon: 'dragonfly',
|
|
13865
|
+
rpc: [
|
|
13866
|
+
'https://dragonfly-rpc.switch.ch',
|
|
13867
|
+
'https://dragonfly-rpc.kore-technologies.ch',
|
|
13868
|
+
'https://dragonfly-rpc.phoenix-systems.io',
|
|
13869
|
+
'https://dragonfly-rpc.block-spirit.ch'
|
|
13870
|
+
],
|
|
13871
|
+
faucets: [],
|
|
13872
|
+
nativeCurrency: { name: 'Dragonfly', symbol: 'DFLY', decimals: 18 },
|
|
13873
|
+
infoURL: 'https://hexapod.network',
|
|
13874
|
+
shortName: 'dfly',
|
|
13875
|
+
chainId: 78281,
|
|
13876
|
+
networkId: 78281,
|
|
13877
|
+
explorers: [
|
|
13878
|
+
{
|
|
13879
|
+
name: 'Dragonfly Blockscout',
|
|
13880
|
+
url: 'https://blockscout.dragonfly.hexapod.network',
|
|
13881
|
+
icon: 'blockscout',
|
|
13882
|
+
standard: 'EIP3091'
|
|
13883
|
+
}
|
|
13884
|
+
]
|
|
13885
|
+
},
|
|
13737
13886
|
79879: {
|
|
13738
13887
|
name: 'Gold Smart Chain Testnet',
|
|
13739
13888
|
chain: 'STAND',
|
|
@@ -14011,6 +14160,35 @@ exports.chains = {
|
|
|
14011
14160
|
}
|
|
14012
14161
|
]
|
|
14013
14162
|
},
|
|
14163
|
+
96970: {
|
|
14164
|
+
name: 'Mantis Testnet (Hexapod)',
|
|
14165
|
+
chain: 'Mantis',
|
|
14166
|
+
icon: 'mantis',
|
|
14167
|
+
rpc: [
|
|
14168
|
+
'https://mantis-rpc.switch.ch',
|
|
14169
|
+
'https://mantis-rpc.kore-technologies.ch',
|
|
14170
|
+
'https://mantis-rpc.phoenix-systems.io'
|
|
14171
|
+
],
|
|
14172
|
+
faucets: [
|
|
14173
|
+
'https://mantis.switch.ch/faucet',
|
|
14174
|
+
'https://mantis.kore-technologies.ch/faucet',
|
|
14175
|
+
'https://mantis.phoenix-systems.io/faucet',
|
|
14176
|
+
'https://mantis.block-spirit.ch/faucet'
|
|
14177
|
+
],
|
|
14178
|
+
nativeCurrency: { name: 'Mantis', symbol: 'MANTIS', decimals: 18 },
|
|
14179
|
+
infoURL: 'https://hexapod.network',
|
|
14180
|
+
shortName: 'mantis',
|
|
14181
|
+
chainId: 96970,
|
|
14182
|
+
networkId: 96970,
|
|
14183
|
+
explorers: [
|
|
14184
|
+
{
|
|
14185
|
+
name: 'Mantis Blockscout',
|
|
14186
|
+
url: 'https://blockscout.mantis.hexapod.network',
|
|
14187
|
+
icon: 'blockscout',
|
|
14188
|
+
standard: 'EIP3091'
|
|
14189
|
+
}
|
|
14190
|
+
]
|
|
14191
|
+
},
|
|
14014
14192
|
97288: {
|
|
14015
14193
|
name: 'Boba BNB Mainnet Old',
|
|
14016
14194
|
chain: 'Boba BNB Mainnet',
|
|
@@ -15117,6 +15295,25 @@ exports.chains = {
|
|
|
15117
15295
|
chainId: 333999,
|
|
15118
15296
|
networkId: 333999
|
|
15119
15297
|
},
|
|
15298
|
+
355113: {
|
|
15299
|
+
name: 'Bitfinity Network Testnet',
|
|
15300
|
+
chain: 'BFT',
|
|
15301
|
+
rpc: ['https://testnet.bitfinity.network'],
|
|
15302
|
+
faucets: ['https://bitfinity.network/faucet'],
|
|
15303
|
+
nativeCurrency: { name: 'BITFINITY', symbol: 'BFT', decimals: 18 },
|
|
15304
|
+
infoURL: 'https://bitfinity.network',
|
|
15305
|
+
shortName: 'Bitfinity',
|
|
15306
|
+
chainId: 355113,
|
|
15307
|
+
networkId: 355113,
|
|
15308
|
+
explorers: [
|
|
15309
|
+
{
|
|
15310
|
+
name: 'Bitfinity Block Explorer',
|
|
15311
|
+
url: 'https://explorer.bitfinity.network',
|
|
15312
|
+
icon: 'bitfinity',
|
|
15313
|
+
standard: 'EIP3091'
|
|
15314
|
+
}
|
|
15315
|
+
]
|
|
15316
|
+
},
|
|
15120
15317
|
373737: {
|
|
15121
15318
|
name: 'HAPchain Testnet',
|
|
15122
15319
|
chain: 'HAPchain',
|
|
@@ -15450,9 +15647,24 @@ exports.chains = {
|
|
|
15450
15647
|
],
|
|
15451
15648
|
infoURL: 'https://etherfair.org'
|
|
15452
15649
|
},
|
|
15650
|
+
534351: {
|
|
15651
|
+
name: 'Scroll Sepolia Testnet',
|
|
15652
|
+
chain: 'ETH',
|
|
15653
|
+
status: 'incubating',
|
|
15654
|
+
rpc: [],
|
|
15655
|
+
faucets: [],
|
|
15656
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
15657
|
+
infoURL: 'https://scroll.io',
|
|
15658
|
+
shortName: 'scr-sepolia',
|
|
15659
|
+
chainId: 534351,
|
|
15660
|
+
networkId: 534351,
|
|
15661
|
+
explorers: [],
|
|
15662
|
+
parent: { type: 'L2', chain: 'eip155-11155111', bridges: [] }
|
|
15663
|
+
},
|
|
15453
15664
|
534352: {
|
|
15454
15665
|
name: 'Scroll',
|
|
15455
15666
|
chain: 'ETH',
|
|
15667
|
+
status: 'incubating',
|
|
15456
15668
|
rpc: [],
|
|
15457
15669
|
faucets: [],
|
|
15458
15670
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
@@ -15466,7 +15678,7 @@ exports.chains = {
|
|
|
15466
15678
|
534353: {
|
|
15467
15679
|
name: 'Scroll Alpha Testnet',
|
|
15468
15680
|
chain: 'ETH',
|
|
15469
|
-
status: '
|
|
15681
|
+
status: 'active',
|
|
15470
15682
|
rpc: ['https://alpha-rpc.scroll.io/l2'],
|
|
15471
15683
|
faucets: [],
|
|
15472
15684
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
@@ -15491,6 +15703,7 @@ exports.chains = {
|
|
|
15491
15703
|
534354: {
|
|
15492
15704
|
name: 'Scroll Pre-Alpha Testnet',
|
|
15493
15705
|
chain: 'ETH',
|
|
15706
|
+
status: 'deprecated',
|
|
15494
15707
|
rpc: ['https://prealpha-rpc.scroll.io/l2'],
|
|
15495
15708
|
faucets: ['https://prealpha.scroll.io/faucet'],
|
|
15496
15709
|
nativeCurrency: { name: 'Ether', symbol: 'TSETH', decimals: 18 },
|
package/dist/src/enums.d.ts
CHANGED
|
@@ -236,6 +236,7 @@ export declare enum ChainName {
|
|
|
236
236
|
StarSocialTestnet = "Star Social Testnet",
|
|
237
237
|
BlockChainStationMainnet = "BlockChain Station Mainnet",
|
|
238
238
|
BlockChainStationTestnet = "BlockChain Station Testnet",
|
|
239
|
+
ShibariumBeta = "Shibarium Beta",
|
|
239
240
|
LycanChain = "Lycan Chain",
|
|
240
241
|
CantoTestnet = "Canto Testnet",
|
|
241
242
|
VentionSmartChainTestnet = "Vention Smart Chain Testnet",
|
|
@@ -311,6 +312,7 @@ export declare enum ChainName {
|
|
|
311
312
|
MathChain = "MathChain",
|
|
312
313
|
MathChainTestnet = "MathChain Testnet",
|
|
313
314
|
SymplexiaSmartChain = "Symplexia Smart Chain",
|
|
315
|
+
OriginTestnet = "Origin Testnet",
|
|
314
316
|
SmartHostTeknolojiTESTNET = "Smart Host Teknoloji TESTNET",
|
|
315
317
|
IoraChain = "Iora Chain",
|
|
316
318
|
EvanescoTestnet = "Evanesco Testnet",
|
|
@@ -440,6 +442,7 @@ export declare enum ChainName {
|
|
|
440
442
|
BitYuanMainnet = "BitYuan Mainnet",
|
|
441
443
|
CENNZnetRata = "CENNZnet Rata",
|
|
442
444
|
CENNZnetNikau = "CENNZnet Nikau",
|
|
445
|
+
CanxiumMainnet = "Canxium Mainnet",
|
|
443
446
|
OrlandoChain = "Orlando Chain",
|
|
444
447
|
BifrostMainnet = "Bifrost Mainnet",
|
|
445
448
|
'Filecoin-Hyperspacetestnet' = "Filecoin - Hyperspace testnet",
|
|
@@ -448,6 +451,7 @@ export declare enum ChainName {
|
|
|
448
451
|
Web3QTestnet = "Web3Q Testnet",
|
|
449
452
|
Web3QGalileo = "Web3Q Galileo",
|
|
450
453
|
ParibuNetMainnet = "Paribu Net Mainnet",
|
|
454
|
+
SecureChainTestnet = "SecureChain Testnet",
|
|
451
455
|
ParibuNetTestnet = "Paribu Net Testnet",
|
|
452
456
|
JFINChain = "JFIN Chain",
|
|
453
457
|
PandoProjectMainnet = "PandoProject Mainnet",
|
|
@@ -502,6 +506,7 @@ export declare enum ChainName {
|
|
|
502
506
|
TresMainnet = "Tres Mainnet",
|
|
503
507
|
Peerpay = "Peerpay",
|
|
504
508
|
ScolcoinWeiChainTestnet = "Scolcoin WeiChain Testnet",
|
|
509
|
+
FoxTestnetNetwork = "Fox Testnet Network",
|
|
505
510
|
PixieChainMainnet = "Pixie Chain Mainnet",
|
|
506
511
|
IRIShub = "IRIShub",
|
|
507
512
|
GoldSmartChainMainnet = "Gold Smart Chain Mainnet",
|
|
@@ -572,6 +577,7 @@ export declare enum ChainName {
|
|
|
572
577
|
OortMainnetDev = "Oort MainnetDev",
|
|
573
578
|
BobaBNBTestnet = "Boba BNB Testnet",
|
|
574
579
|
MainnetZTestnet = "MainnetZ Testnet",
|
|
580
|
+
PepeNetworkMainnet = "PepeNetwork Mainnet",
|
|
575
581
|
CarbonEVM = "Carbon EVM",
|
|
576
582
|
CarbonEVMTestnet = "Carbon EVM Testnet",
|
|
577
583
|
AltLayerTestnet = "AltLayer Testnet",
|
|
@@ -673,7 +679,7 @@ export declare enum ChainName {
|
|
|
673
679
|
AutobahnNetwork = "Autobahn Network",
|
|
674
680
|
FusionTestnet = "Fusion Testnet",
|
|
675
681
|
REINetwork = "REI Network",
|
|
676
|
-
|
|
682
|
+
WireshapeFloripaTestnet = "Wireshape Floripa Testnet",
|
|
677
683
|
BifrostTestnet = "Bifrost Testnet",
|
|
678
684
|
EnergiTestnet = "Energi Testnet",
|
|
679
685
|
LiveplexOracleEVM = "Liveplex OracleEVM",
|
|
@@ -714,6 +720,7 @@ export declare enum ChainName {
|
|
|
714
720
|
ResinCoinMainnet = "ResinCoin Mainnet",
|
|
715
721
|
VentionSmartChainMainnet = "Vention Smart Chain Mainnet",
|
|
716
722
|
Firenzetestnetwork = "Firenze test network",
|
|
723
|
+
'DragonflyMainnet(Hexapod)' = "Dragonfly Mainnet (Hexapod)",
|
|
717
724
|
GoldSmartChainTestnet = "Gold Smart Chain Testnet",
|
|
718
725
|
Mumbai = "Mumbai",
|
|
719
726
|
AmanaTestnet = "Amana Testnet",
|
|
@@ -731,6 +738,7 @@ export declare enum ChainName {
|
|
|
731
738
|
IVARChainMainnet = "IVAR Chain Mainnet",
|
|
732
739
|
BeverlyHills = "Beverly Hills",
|
|
733
740
|
LambdaTestnet = "Lambda Testnet",
|
|
741
|
+
'MantisTestnet(Hexapod)' = "Mantis Testnet (Hexapod)",
|
|
734
742
|
BobaBNBMainnetOld = "Boba BNB Mainnet Old",
|
|
735
743
|
'UBSmartChain(testnet)' = "UB Smart Chain(testnet)",
|
|
736
744
|
UBSmartChain = "UB Smart Chain",
|
|
@@ -788,6 +796,7 @@ export declare enum ChainName {
|
|
|
788
796
|
OoneChainTestnet = "Oone Chain Testnet",
|
|
789
797
|
PolisTestnet = "Polis Testnet",
|
|
790
798
|
PolisMainnet = "Polis Mainnet",
|
|
799
|
+
BitfinityNetworkTestnet = "Bitfinity Network Testnet",
|
|
791
800
|
HAPchainTestnet = "HAPchain Testnet",
|
|
792
801
|
'MetalC-Chain' = "Metal C-Chain",
|
|
793
802
|
'MetalTahoeC-Chain' = "Metal Tahoe C-Chain",
|
|
@@ -804,6 +813,7 @@ export declare enum ChainName {
|
|
|
804
813
|
OpenChainMainnet = "OpenChain Mainnet",
|
|
805
814
|
'CMP-Testnet' = "CMP-Testnet",
|
|
806
815
|
EthereumFair = "ethereum Fair",
|
|
816
|
+
ScrollSepoliaTestnet = "Scroll Sepolia Testnet",
|
|
807
817
|
Scroll = "Scroll",
|
|
808
818
|
ScrollAlphaTestnet = "Scroll Alpha Testnet",
|
|
809
819
|
'ScrollPre-AlphaTestnet' = "Scroll Pre-Alpha Testnet",
|
|
@@ -1147,6 +1157,7 @@ export declare enum ChainId {
|
|
|
1147
1157
|
StarSocialTestnet = 700,
|
|
1148
1158
|
BlockChainStationMainnet = 707,
|
|
1149
1159
|
BlockChainStationTestnet = 708,
|
|
1160
|
+
ShibariumBeta = 719,
|
|
1150
1161
|
LycanChain = 721,
|
|
1151
1162
|
CantoTestnet = 740,
|
|
1152
1163
|
VentionSmartChainTestnet = 741,
|
|
@@ -1222,6 +1233,7 @@ export declare enum ChainId {
|
|
|
1222
1233
|
MathChain = 1139,
|
|
1223
1234
|
MathChainTestnet = 1140,
|
|
1224
1235
|
SymplexiaSmartChain = 1149,
|
|
1236
|
+
OriginTestnet = 1170,
|
|
1225
1237
|
SmartHostTeknolojiTESTNET = 1177,
|
|
1226
1238
|
IoraChain = 1197,
|
|
1227
1239
|
EvanescoTestnet = 1201,
|
|
@@ -1351,6 +1363,7 @@ export declare enum ChainId {
|
|
|
1351
1363
|
BitYuanMainnet = 2999,
|
|
1352
1364
|
CENNZnetRata = 3000,
|
|
1353
1365
|
CENNZnetNikau = 3001,
|
|
1366
|
+
CanxiumMainnet = 3003,
|
|
1354
1367
|
OrlandoChain = 3031,
|
|
1355
1368
|
BifrostMainnet = 3068,
|
|
1356
1369
|
'Filecoin-Hyperspacetestnet' = 3141,
|
|
@@ -1359,6 +1372,7 @@ export declare enum ChainId {
|
|
|
1359
1372
|
Web3QTestnet = 3333,
|
|
1360
1373
|
Web3QGalileo = 3334,
|
|
1361
1374
|
ParibuNetMainnet = 3400,
|
|
1375
|
+
SecureChainTestnet = 3434,
|
|
1362
1376
|
ParibuNetTestnet = 3500,
|
|
1363
1377
|
JFINChain = 3501,
|
|
1364
1378
|
PandoProjectMainnet = 3601,
|
|
@@ -1413,6 +1427,7 @@ export declare enum ChainId {
|
|
|
1413
1427
|
TresMainnet = 6066,
|
|
1414
1428
|
Peerpay = 6502,
|
|
1415
1429
|
ScolcoinWeiChainTestnet = 6552,
|
|
1430
|
+
FoxTestnetNetwork = 6565,
|
|
1416
1431
|
PixieChainMainnet = 6626,
|
|
1417
1432
|
IRIShub = 6688,
|
|
1418
1433
|
GoldSmartChainMainnet = 6789,
|
|
@@ -1483,6 +1498,7 @@ export declare enum ChainId {
|
|
|
1483
1498
|
OortMainnetDev = 9700,
|
|
1484
1499
|
BobaBNBTestnet = 9728,
|
|
1485
1500
|
MainnetZTestnet = 9768,
|
|
1501
|
+
PepeNetworkMainnet = 9779,
|
|
1486
1502
|
CarbonEVM = 9790,
|
|
1487
1503
|
CarbonEVMTestnet = 9792,
|
|
1488
1504
|
AltLayerTestnet = 9997,
|
|
@@ -1584,7 +1600,7 @@ export declare enum ChainId {
|
|
|
1584
1600
|
AutobahnNetwork = 45000,
|
|
1585
1601
|
FusionTestnet = 46688,
|
|
1586
1602
|
REINetwork = 47805,
|
|
1587
|
-
|
|
1603
|
+
WireshapeFloripaTestnet = 49049,
|
|
1588
1604
|
BifrostTestnet = 49088,
|
|
1589
1605
|
EnergiTestnet = 49797,
|
|
1590
1606
|
LiveplexOracleEVM = 50001,
|
|
@@ -1625,6 +1641,7 @@ export declare enum ChainId {
|
|
|
1625
1641
|
ResinCoinMainnet = 75000,
|
|
1626
1642
|
VentionSmartChainMainnet = 77612,
|
|
1627
1643
|
Firenzetestnetwork = 78110,
|
|
1644
|
+
'DragonflyMainnet(Hexapod)' = 78281,
|
|
1628
1645
|
GoldSmartChainTestnet = 79879,
|
|
1629
1646
|
Mumbai = 80001,
|
|
1630
1647
|
AmanaTestnet = 81341,
|
|
@@ -1642,6 +1659,7 @@ export declare enum ChainId {
|
|
|
1642
1659
|
IVARChainMainnet = 88888,
|
|
1643
1660
|
BeverlyHills = 90210,
|
|
1644
1661
|
LambdaTestnet = 92001,
|
|
1662
|
+
'MantisTestnet(Hexapod)' = 96970,
|
|
1645
1663
|
BobaBNBMainnetOld = 97288,
|
|
1646
1664
|
'UBSmartChain(testnet)' = 99998,
|
|
1647
1665
|
UBSmartChain = 99999,
|
|
@@ -1699,6 +1717,7 @@ export declare enum ChainId {
|
|
|
1699
1717
|
OoneChainTestnet = 333777,
|
|
1700
1718
|
PolisTestnet = 333888,
|
|
1701
1719
|
PolisMainnet = 333999,
|
|
1720
|
+
BitfinityNetworkTestnet = 355113,
|
|
1702
1721
|
HAPchainTestnet = 373737,
|
|
1703
1722
|
'MetalC-Chain' = 381931,
|
|
1704
1723
|
'MetalTahoeC-Chain' = 381932,
|
|
@@ -1715,6 +1734,7 @@ export declare enum ChainId {
|
|
|
1715
1734
|
OpenChainMainnet = 474142,
|
|
1716
1735
|
'CMP-Testnet' = 512512,
|
|
1717
1736
|
EthereumFair = 513100,
|
|
1737
|
+
ScrollSepoliaTestnet = 534351,
|
|
1718
1738
|
Scroll = 534352,
|
|
1719
1739
|
ScrollAlphaTestnet = 534353,
|
|
1720
1740
|
'ScrollPre-AlphaTestnet' = 534354,
|
package/dist/src/enums.js
CHANGED
|
@@ -240,6 +240,7 @@ var ChainName;
|
|
|
240
240
|
ChainName["StarSocialTestnet"] = "Star Social Testnet";
|
|
241
241
|
ChainName["BlockChainStationMainnet"] = "BlockChain Station Mainnet";
|
|
242
242
|
ChainName["BlockChainStationTestnet"] = "BlockChain Station Testnet";
|
|
243
|
+
ChainName["ShibariumBeta"] = "Shibarium Beta";
|
|
243
244
|
ChainName["LycanChain"] = "Lycan Chain";
|
|
244
245
|
ChainName["CantoTestnet"] = "Canto Testnet";
|
|
245
246
|
ChainName["VentionSmartChainTestnet"] = "Vention Smart Chain Testnet";
|
|
@@ -315,6 +316,7 @@ var ChainName;
|
|
|
315
316
|
ChainName["MathChain"] = "MathChain";
|
|
316
317
|
ChainName["MathChainTestnet"] = "MathChain Testnet";
|
|
317
318
|
ChainName["SymplexiaSmartChain"] = "Symplexia Smart Chain";
|
|
319
|
+
ChainName["OriginTestnet"] = "Origin Testnet";
|
|
318
320
|
ChainName["SmartHostTeknolojiTESTNET"] = "Smart Host Teknoloji TESTNET";
|
|
319
321
|
ChainName["IoraChain"] = "Iora Chain";
|
|
320
322
|
ChainName["EvanescoTestnet"] = "Evanesco Testnet";
|
|
@@ -444,6 +446,7 @@ var ChainName;
|
|
|
444
446
|
ChainName["BitYuanMainnet"] = "BitYuan Mainnet";
|
|
445
447
|
ChainName["CENNZnetRata"] = "CENNZnet Rata";
|
|
446
448
|
ChainName["CENNZnetNikau"] = "CENNZnet Nikau";
|
|
449
|
+
ChainName["CanxiumMainnet"] = "Canxium Mainnet";
|
|
447
450
|
ChainName["OrlandoChain"] = "Orlando Chain";
|
|
448
451
|
ChainName["BifrostMainnet"] = "Bifrost Mainnet";
|
|
449
452
|
ChainName["Filecoin-Hyperspacetestnet"] = "Filecoin - Hyperspace testnet";
|
|
@@ -452,6 +455,7 @@ var ChainName;
|
|
|
452
455
|
ChainName["Web3QTestnet"] = "Web3Q Testnet";
|
|
453
456
|
ChainName["Web3QGalileo"] = "Web3Q Galileo";
|
|
454
457
|
ChainName["ParibuNetMainnet"] = "Paribu Net Mainnet";
|
|
458
|
+
ChainName["SecureChainTestnet"] = "SecureChain Testnet";
|
|
455
459
|
ChainName["ParibuNetTestnet"] = "Paribu Net Testnet";
|
|
456
460
|
ChainName["JFINChain"] = "JFIN Chain";
|
|
457
461
|
ChainName["PandoProjectMainnet"] = "PandoProject Mainnet";
|
|
@@ -506,6 +510,7 @@ var ChainName;
|
|
|
506
510
|
ChainName["TresMainnet"] = "Tres Mainnet";
|
|
507
511
|
ChainName["Peerpay"] = "Peerpay";
|
|
508
512
|
ChainName["ScolcoinWeiChainTestnet"] = "Scolcoin WeiChain Testnet";
|
|
513
|
+
ChainName["FoxTestnetNetwork"] = "Fox Testnet Network";
|
|
509
514
|
ChainName["PixieChainMainnet"] = "Pixie Chain Mainnet";
|
|
510
515
|
ChainName["IRIShub"] = "IRIShub";
|
|
511
516
|
ChainName["GoldSmartChainMainnet"] = "Gold Smart Chain Mainnet";
|
|
@@ -576,6 +581,7 @@ var ChainName;
|
|
|
576
581
|
ChainName["OortMainnetDev"] = "Oort MainnetDev";
|
|
577
582
|
ChainName["BobaBNBTestnet"] = "Boba BNB Testnet";
|
|
578
583
|
ChainName["MainnetZTestnet"] = "MainnetZ Testnet";
|
|
584
|
+
ChainName["PepeNetworkMainnet"] = "PepeNetwork Mainnet";
|
|
579
585
|
ChainName["CarbonEVM"] = "Carbon EVM";
|
|
580
586
|
ChainName["CarbonEVMTestnet"] = "Carbon EVM Testnet";
|
|
581
587
|
ChainName["AltLayerTestnet"] = "AltLayer Testnet";
|
|
@@ -677,7 +683,7 @@ var ChainName;
|
|
|
677
683
|
ChainName["AutobahnNetwork"] = "Autobahn Network";
|
|
678
684
|
ChainName["FusionTestnet"] = "Fusion Testnet";
|
|
679
685
|
ChainName["REINetwork"] = "REI Network";
|
|
680
|
-
ChainName["
|
|
686
|
+
ChainName["WireshapeFloripaTestnet"] = "Wireshape Floripa Testnet";
|
|
681
687
|
ChainName["BifrostTestnet"] = "Bifrost Testnet";
|
|
682
688
|
ChainName["EnergiTestnet"] = "Energi Testnet";
|
|
683
689
|
ChainName["LiveplexOracleEVM"] = "Liveplex OracleEVM";
|
|
@@ -718,6 +724,7 @@ var ChainName;
|
|
|
718
724
|
ChainName["ResinCoinMainnet"] = "ResinCoin Mainnet";
|
|
719
725
|
ChainName["VentionSmartChainMainnet"] = "Vention Smart Chain Mainnet";
|
|
720
726
|
ChainName["Firenzetestnetwork"] = "Firenze test network";
|
|
727
|
+
ChainName["DragonflyMainnet(Hexapod)"] = "Dragonfly Mainnet (Hexapod)";
|
|
721
728
|
ChainName["GoldSmartChainTestnet"] = "Gold Smart Chain Testnet";
|
|
722
729
|
ChainName["Mumbai"] = "Mumbai";
|
|
723
730
|
ChainName["AmanaTestnet"] = "Amana Testnet";
|
|
@@ -735,6 +742,7 @@ var ChainName;
|
|
|
735
742
|
ChainName["IVARChainMainnet"] = "IVAR Chain Mainnet";
|
|
736
743
|
ChainName["BeverlyHills"] = "Beverly Hills";
|
|
737
744
|
ChainName["LambdaTestnet"] = "Lambda Testnet";
|
|
745
|
+
ChainName["MantisTestnet(Hexapod)"] = "Mantis Testnet (Hexapod)";
|
|
738
746
|
ChainName["BobaBNBMainnetOld"] = "Boba BNB Mainnet Old";
|
|
739
747
|
ChainName["UBSmartChain(testnet)"] = "UB Smart Chain(testnet)";
|
|
740
748
|
ChainName["UBSmartChain"] = "UB Smart Chain";
|
|
@@ -792,6 +800,7 @@ var ChainName;
|
|
|
792
800
|
ChainName["OoneChainTestnet"] = "Oone Chain Testnet";
|
|
793
801
|
ChainName["PolisTestnet"] = "Polis Testnet";
|
|
794
802
|
ChainName["PolisMainnet"] = "Polis Mainnet";
|
|
803
|
+
ChainName["BitfinityNetworkTestnet"] = "Bitfinity Network Testnet";
|
|
795
804
|
ChainName["HAPchainTestnet"] = "HAPchain Testnet";
|
|
796
805
|
ChainName["MetalC-Chain"] = "Metal C-Chain";
|
|
797
806
|
ChainName["MetalTahoeC-Chain"] = "Metal Tahoe C-Chain";
|
|
@@ -808,6 +817,7 @@ var ChainName;
|
|
|
808
817
|
ChainName["OpenChainMainnet"] = "OpenChain Mainnet";
|
|
809
818
|
ChainName["CMP-Testnet"] = "CMP-Testnet";
|
|
810
819
|
ChainName["EthereumFair"] = "ethereum Fair";
|
|
820
|
+
ChainName["ScrollSepoliaTestnet"] = "Scroll Sepolia Testnet";
|
|
811
821
|
ChainName["Scroll"] = "Scroll";
|
|
812
822
|
ChainName["ScrollAlphaTestnet"] = "Scroll Alpha Testnet";
|
|
813
823
|
ChainName["ScrollPre-AlphaTestnet"] = "Scroll Pre-Alpha Testnet";
|
|
@@ -1152,6 +1162,7 @@ var ChainId;
|
|
|
1152
1162
|
ChainId[ChainId["StarSocialTestnet"] = 700] = "StarSocialTestnet";
|
|
1153
1163
|
ChainId[ChainId["BlockChainStationMainnet"] = 707] = "BlockChainStationMainnet";
|
|
1154
1164
|
ChainId[ChainId["BlockChainStationTestnet"] = 708] = "BlockChainStationTestnet";
|
|
1165
|
+
ChainId[ChainId["ShibariumBeta"] = 719] = "ShibariumBeta";
|
|
1155
1166
|
ChainId[ChainId["LycanChain"] = 721] = "LycanChain";
|
|
1156
1167
|
ChainId[ChainId["CantoTestnet"] = 740] = "CantoTestnet";
|
|
1157
1168
|
ChainId[ChainId["VentionSmartChainTestnet"] = 741] = "VentionSmartChainTestnet";
|
|
@@ -1227,6 +1238,7 @@ var ChainId;
|
|
|
1227
1238
|
ChainId[ChainId["MathChain"] = 1139] = "MathChain";
|
|
1228
1239
|
ChainId[ChainId["MathChainTestnet"] = 1140] = "MathChainTestnet";
|
|
1229
1240
|
ChainId[ChainId["SymplexiaSmartChain"] = 1149] = "SymplexiaSmartChain";
|
|
1241
|
+
ChainId[ChainId["OriginTestnet"] = 1170] = "OriginTestnet";
|
|
1230
1242
|
ChainId[ChainId["SmartHostTeknolojiTESTNET"] = 1177] = "SmartHostTeknolojiTESTNET";
|
|
1231
1243
|
ChainId[ChainId["IoraChain"] = 1197] = "IoraChain";
|
|
1232
1244
|
ChainId[ChainId["EvanescoTestnet"] = 1201] = "EvanescoTestnet";
|
|
@@ -1356,6 +1368,7 @@ var ChainId;
|
|
|
1356
1368
|
ChainId[ChainId["BitYuanMainnet"] = 2999] = "BitYuanMainnet";
|
|
1357
1369
|
ChainId[ChainId["CENNZnetRata"] = 3000] = "CENNZnetRata";
|
|
1358
1370
|
ChainId[ChainId["CENNZnetNikau"] = 3001] = "CENNZnetNikau";
|
|
1371
|
+
ChainId[ChainId["CanxiumMainnet"] = 3003] = "CanxiumMainnet";
|
|
1359
1372
|
ChainId[ChainId["OrlandoChain"] = 3031] = "OrlandoChain";
|
|
1360
1373
|
ChainId[ChainId["BifrostMainnet"] = 3068] = "BifrostMainnet";
|
|
1361
1374
|
ChainId[ChainId["Filecoin-Hyperspacetestnet"] = 3141] = "Filecoin-Hyperspacetestnet";
|
|
@@ -1364,6 +1377,7 @@ var ChainId;
|
|
|
1364
1377
|
ChainId[ChainId["Web3QTestnet"] = 3333] = "Web3QTestnet";
|
|
1365
1378
|
ChainId[ChainId["Web3QGalileo"] = 3334] = "Web3QGalileo";
|
|
1366
1379
|
ChainId[ChainId["ParibuNetMainnet"] = 3400] = "ParibuNetMainnet";
|
|
1380
|
+
ChainId[ChainId["SecureChainTestnet"] = 3434] = "SecureChainTestnet";
|
|
1367
1381
|
ChainId[ChainId["ParibuNetTestnet"] = 3500] = "ParibuNetTestnet";
|
|
1368
1382
|
ChainId[ChainId["JFINChain"] = 3501] = "JFINChain";
|
|
1369
1383
|
ChainId[ChainId["PandoProjectMainnet"] = 3601] = "PandoProjectMainnet";
|
|
@@ -1418,6 +1432,7 @@ var ChainId;
|
|
|
1418
1432
|
ChainId[ChainId["TresMainnet"] = 6066] = "TresMainnet";
|
|
1419
1433
|
ChainId[ChainId["Peerpay"] = 6502] = "Peerpay";
|
|
1420
1434
|
ChainId[ChainId["ScolcoinWeiChainTestnet"] = 6552] = "ScolcoinWeiChainTestnet";
|
|
1435
|
+
ChainId[ChainId["FoxTestnetNetwork"] = 6565] = "FoxTestnetNetwork";
|
|
1421
1436
|
ChainId[ChainId["PixieChainMainnet"] = 6626] = "PixieChainMainnet";
|
|
1422
1437
|
ChainId[ChainId["IRIShub"] = 6688] = "IRIShub";
|
|
1423
1438
|
ChainId[ChainId["GoldSmartChainMainnet"] = 6789] = "GoldSmartChainMainnet";
|
|
@@ -1488,6 +1503,7 @@ var ChainId;
|
|
|
1488
1503
|
ChainId[ChainId["OortMainnetDev"] = 9700] = "OortMainnetDev";
|
|
1489
1504
|
ChainId[ChainId["BobaBNBTestnet"] = 9728] = "BobaBNBTestnet";
|
|
1490
1505
|
ChainId[ChainId["MainnetZTestnet"] = 9768] = "MainnetZTestnet";
|
|
1506
|
+
ChainId[ChainId["PepeNetworkMainnet"] = 9779] = "PepeNetworkMainnet";
|
|
1491
1507
|
ChainId[ChainId["CarbonEVM"] = 9790] = "CarbonEVM";
|
|
1492
1508
|
ChainId[ChainId["CarbonEVMTestnet"] = 9792] = "CarbonEVMTestnet";
|
|
1493
1509
|
ChainId[ChainId["AltLayerTestnet"] = 9997] = "AltLayerTestnet";
|
|
@@ -1589,7 +1605,7 @@ var ChainId;
|
|
|
1589
1605
|
ChainId[ChainId["AutobahnNetwork"] = 45000] = "AutobahnNetwork";
|
|
1590
1606
|
ChainId[ChainId["FusionTestnet"] = 46688] = "FusionTestnet";
|
|
1591
1607
|
ChainId[ChainId["REINetwork"] = 47805] = "REINetwork";
|
|
1592
|
-
ChainId[ChainId["
|
|
1608
|
+
ChainId[ChainId["WireshapeFloripaTestnet"] = 49049] = "WireshapeFloripaTestnet";
|
|
1593
1609
|
ChainId[ChainId["BifrostTestnet"] = 49088] = "BifrostTestnet";
|
|
1594
1610
|
ChainId[ChainId["EnergiTestnet"] = 49797] = "EnergiTestnet";
|
|
1595
1611
|
ChainId[ChainId["LiveplexOracleEVM"] = 50001] = "LiveplexOracleEVM";
|
|
@@ -1630,6 +1646,7 @@ var ChainId;
|
|
|
1630
1646
|
ChainId[ChainId["ResinCoinMainnet"] = 75000] = "ResinCoinMainnet";
|
|
1631
1647
|
ChainId[ChainId["VentionSmartChainMainnet"] = 77612] = "VentionSmartChainMainnet";
|
|
1632
1648
|
ChainId[ChainId["Firenzetestnetwork"] = 78110] = "Firenzetestnetwork";
|
|
1649
|
+
ChainId[ChainId["DragonflyMainnet(Hexapod)"] = 78281] = "DragonflyMainnet(Hexapod)";
|
|
1633
1650
|
ChainId[ChainId["GoldSmartChainTestnet"] = 79879] = "GoldSmartChainTestnet";
|
|
1634
1651
|
ChainId[ChainId["Mumbai"] = 80001] = "Mumbai";
|
|
1635
1652
|
ChainId[ChainId["AmanaTestnet"] = 81341] = "AmanaTestnet";
|
|
@@ -1647,6 +1664,7 @@ var ChainId;
|
|
|
1647
1664
|
ChainId[ChainId["IVARChainMainnet"] = 88888] = "IVARChainMainnet";
|
|
1648
1665
|
ChainId[ChainId["BeverlyHills"] = 90210] = "BeverlyHills";
|
|
1649
1666
|
ChainId[ChainId["LambdaTestnet"] = 92001] = "LambdaTestnet";
|
|
1667
|
+
ChainId[ChainId["MantisTestnet(Hexapod)"] = 96970] = "MantisTestnet(Hexapod)";
|
|
1650
1668
|
ChainId[ChainId["BobaBNBMainnetOld"] = 97288] = "BobaBNBMainnetOld";
|
|
1651
1669
|
ChainId[ChainId["UBSmartChain(testnet)"] = 99998] = "UBSmartChain(testnet)";
|
|
1652
1670
|
ChainId[ChainId["UBSmartChain"] = 99999] = "UBSmartChain";
|
|
@@ -1704,6 +1722,7 @@ var ChainId;
|
|
|
1704
1722
|
ChainId[ChainId["OoneChainTestnet"] = 333777] = "OoneChainTestnet";
|
|
1705
1723
|
ChainId[ChainId["PolisTestnet"] = 333888] = "PolisTestnet";
|
|
1706
1724
|
ChainId[ChainId["PolisMainnet"] = 333999] = "PolisMainnet";
|
|
1725
|
+
ChainId[ChainId["BitfinityNetworkTestnet"] = 355113] = "BitfinityNetworkTestnet";
|
|
1707
1726
|
ChainId[ChainId["HAPchainTestnet"] = 373737] = "HAPchainTestnet";
|
|
1708
1727
|
ChainId[ChainId["MetalC-Chain"] = 381931] = "MetalC-Chain";
|
|
1709
1728
|
ChainId[ChainId["MetalTahoeC-Chain"] = 381932] = "MetalTahoeC-Chain";
|
|
@@ -1720,6 +1739,7 @@ var ChainId;
|
|
|
1720
1739
|
ChainId[ChainId["OpenChainMainnet"] = 474142] = "OpenChainMainnet";
|
|
1721
1740
|
ChainId[ChainId["CMP-Testnet"] = 512512] = "CMP-Testnet";
|
|
1722
1741
|
ChainId[ChainId["EthereumFair"] = 513100] = "EthereumFair";
|
|
1742
|
+
ChainId[ChainId["ScrollSepoliaTestnet"] = 534351] = "ScrollSepoliaTestnet";
|
|
1723
1743
|
ChainId[ChainId["Scroll"] = 534352] = "Scroll";
|
|
1724
1744
|
ChainId[ChainId["ScrollAlphaTestnet"] = 534353] = "ScrollAlphaTestnet";
|
|
1725
1745
|
ChainId[ChainId["ScrollPre-AlphaTestnet"] = 534354] = "ScrollPre-AlphaTestnet";
|