@revoke.cash/chains 17.0.0 → 18.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 +318 -18
- package/dist/src/enums.d.ts +26 -2
- package/dist/src/enums.js +26 -2
- package/package.json +1 -1
package/dist/src/chains.js
CHANGED
|
@@ -14,7 +14,8 @@ exports.chains = {
|
|
|
14
14
|
'https://ethereum.publicnode.com',
|
|
15
15
|
'wss://ethereum.publicnode.com',
|
|
16
16
|
'https://mainnet.gateway.tenderly.co',
|
|
17
|
-
'wss://mainnet.gateway.tenderly.co'
|
|
17
|
+
'wss://mainnet.gateway.tenderly.co',
|
|
18
|
+
'https://rpc.blocknative.com/boost'
|
|
18
19
|
],
|
|
19
20
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
20
21
|
faucets: [],
|
|
@@ -288,11 +289,12 @@ exports.chains = {
|
|
|
288
289
|
icon: 'flare',
|
|
289
290
|
rpc: [
|
|
290
291
|
'https://flare-api.flare.network/ext/C/rpc',
|
|
292
|
+
'https://flare.public-rpc.com',
|
|
291
293
|
'https://rpc.ftso.au/flare'
|
|
292
294
|
],
|
|
293
295
|
faucets: [],
|
|
294
296
|
nativeCurrency: { name: 'Flare', symbol: 'FLR', decimals: 18 },
|
|
295
|
-
infoURL: 'https://flare.
|
|
297
|
+
infoURL: 'https://flare.network',
|
|
296
298
|
shortName: 'flr',
|
|
297
299
|
chainId: 14,
|
|
298
300
|
networkId: 14,
|
|
@@ -301,6 +303,11 @@ exports.chains = {
|
|
|
301
303
|
name: 'blockscout',
|
|
302
304
|
url: 'https://flare-explorer.flare.network',
|
|
303
305
|
standard: 'EIP3091'
|
|
306
|
+
},
|
|
307
|
+
{
|
|
308
|
+
name: 'flarescan',
|
|
309
|
+
url: 'https://flarescan.com',
|
|
310
|
+
standard: 'EIP3091'
|
|
304
311
|
}
|
|
305
312
|
]
|
|
306
313
|
},
|
|
@@ -2012,7 +2019,9 @@ exports.chains = {
|
|
|
2012
2019
|
'https://gnosis.blockpi.network/v1/rpc/public',
|
|
2013
2020
|
'https://web3endpoints.com/gnosischain-mainnet',
|
|
2014
2021
|
'https://gnosis.oat.farm',
|
|
2015
|
-
'wss://rpc.gnosischain.com/wss'
|
|
2022
|
+
'wss://rpc.gnosischain.com/wss',
|
|
2023
|
+
'https://gnosis.publicnode.com',
|
|
2024
|
+
'wss://gnosis.publicnode.com'
|
|
2016
2025
|
],
|
|
2017
2026
|
faucets: [
|
|
2018
2027
|
'https://gnosisfaucet.com',
|
|
@@ -3280,7 +3289,11 @@ exports.chains = {
|
|
|
3280
3289
|
204: {
|
|
3281
3290
|
name: 'opBNB Mainnet',
|
|
3282
3291
|
chain: 'opBNB',
|
|
3283
|
-
rpc: [
|
|
3292
|
+
rpc: [
|
|
3293
|
+
'https://opbnb-mainnet-rpc.bnbchain.org',
|
|
3294
|
+
'https://opbnb.publicnode.com',
|
|
3295
|
+
'wss://opbnb.publicnode.com'
|
|
3296
|
+
],
|
|
3284
3297
|
faucets: [],
|
|
3285
3298
|
nativeCurrency: {
|
|
3286
3299
|
name: 'BNB Chain Native Token',
|
|
@@ -3796,6 +3809,26 @@ exports.chains = {
|
|
|
3796
3809
|
bridges: [{ url: 'https://gateway.boba.network' }]
|
|
3797
3810
|
}
|
|
3798
3811
|
},
|
|
3812
|
+
291: {
|
|
3813
|
+
name: 'Orderly Mainnet',
|
|
3814
|
+
chain: 'ETH',
|
|
3815
|
+
rpc: ['http://rpc.orderly.network'],
|
|
3816
|
+
faucets: [],
|
|
3817
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
3818
|
+
infoURL: 'www.orderly.network',
|
|
3819
|
+
shortName: 'orderly',
|
|
3820
|
+
chainId: 291,
|
|
3821
|
+
networkId: 291,
|
|
3822
|
+
icon: 'orderly',
|
|
3823
|
+
explorers: [
|
|
3824
|
+
{
|
|
3825
|
+
name: 'orderlyscout',
|
|
3826
|
+
url: 'https://explorer.orderly.network',
|
|
3827
|
+
icon: 'blockscout',
|
|
3828
|
+
standard: 'EIP3091'
|
|
3829
|
+
}
|
|
3830
|
+
]
|
|
3831
|
+
},
|
|
3799
3832
|
295: {
|
|
3800
3833
|
name: 'Hedera Mainnet',
|
|
3801
3834
|
chain: 'Hedera',
|
|
@@ -5358,6 +5391,26 @@ exports.chains = {
|
|
|
5358
5391
|
}
|
|
5359
5392
|
]
|
|
5360
5393
|
},
|
|
5394
|
+
710: {
|
|
5395
|
+
name: 'Highbury',
|
|
5396
|
+
chain: 'HIGHBURY',
|
|
5397
|
+
rpc: ['https://highbury.furya.io', 'https://rest.furya.io'],
|
|
5398
|
+
faucets: [],
|
|
5399
|
+
nativeCurrency: { name: 'Fury', symbol: 'FURY', decimals: 18 },
|
|
5400
|
+
infoURL: 'https://www.fury.black',
|
|
5401
|
+
shortName: 'fury',
|
|
5402
|
+
chainId: 710,
|
|
5403
|
+
networkId: 710,
|
|
5404
|
+
icon: 'highbury',
|
|
5405
|
+
explorers: [
|
|
5406
|
+
{
|
|
5407
|
+
name: 'Furya EVM Explorer',
|
|
5408
|
+
url: 'https://explorer.furya.io',
|
|
5409
|
+
standard: 'EIP3091',
|
|
5410
|
+
icon: 'highbury'
|
|
5411
|
+
}
|
|
5412
|
+
]
|
|
5413
|
+
},
|
|
5361
5414
|
719: {
|
|
5362
5415
|
name: 'Shibarium Beta',
|
|
5363
5416
|
chain: 'Shibarium',
|
|
@@ -5795,7 +5848,7 @@ exports.chains = {
|
|
|
5795
5848
|
],
|
|
5796
5849
|
faucets: [],
|
|
5797
5850
|
nativeCurrency: { name: 'FST', symbol: 'FST', decimals: 18 },
|
|
5798
|
-
infoURL: 'https://
|
|
5851
|
+
infoURL: 'https://fantasiachain.com/',
|
|
5799
5852
|
shortName: 'FSCMainnet',
|
|
5800
5853
|
chainId: 868,
|
|
5801
5854
|
networkId: 868,
|
|
@@ -6136,6 +6189,26 @@ exports.chains = {
|
|
|
6136
6189
|
chainId: 956,
|
|
6137
6190
|
networkId: 956
|
|
6138
6191
|
},
|
|
6192
|
+
963: {
|
|
6193
|
+
name: 'BTC20 Smart Chain',
|
|
6194
|
+
chain: 'BTC20',
|
|
6195
|
+
rpc: ['https://rpc.bitcoincode.technology/'],
|
|
6196
|
+
faucets: [],
|
|
6197
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
6198
|
+
nativeCurrency: { name: 'BTCC', symbol: 'BTCC', decimals: 18 },
|
|
6199
|
+
infoURL: 'https://bitcoincode.technology',
|
|
6200
|
+
shortName: 'btc20',
|
|
6201
|
+
chainId: 963,
|
|
6202
|
+
networkId: 963,
|
|
6203
|
+
icon: 'btc20',
|
|
6204
|
+
explorers: [
|
|
6205
|
+
{
|
|
6206
|
+
name: 'blockscout',
|
|
6207
|
+
url: 'https://scan.bitcoincode.technology',
|
|
6208
|
+
standard: 'EIP3091'
|
|
6209
|
+
}
|
|
6210
|
+
]
|
|
6211
|
+
},
|
|
6139
6212
|
970: {
|
|
6140
6213
|
name: 'Oort Mainnet',
|
|
6141
6214
|
chain: 'Oort Mainnet',
|
|
@@ -6351,7 +6424,14 @@ exports.chains = {
|
|
|
6351
6424
|
infoURL: 'https://www.klaytn.com/',
|
|
6352
6425
|
shortName: 'Baobab',
|
|
6353
6426
|
chainId: 1001,
|
|
6354
|
-
networkId: 1001
|
|
6427
|
+
networkId: 1001,
|
|
6428
|
+
explorers: [
|
|
6429
|
+
{
|
|
6430
|
+
name: 'klaytnscope',
|
|
6431
|
+
url: 'https://scope.klaytn.com',
|
|
6432
|
+
standard: 'EIP3091'
|
|
6433
|
+
}
|
|
6434
|
+
]
|
|
6355
6435
|
},
|
|
6356
6436
|
1003: {
|
|
6357
6437
|
name: 'Tectum Emission Token',
|
|
@@ -6367,7 +6447,8 @@ exports.chains = {
|
|
|
6367
6447
|
{
|
|
6368
6448
|
name: 'Tectum explorer',
|
|
6369
6449
|
url: 'https://explorer.tectum.io',
|
|
6370
|
-
|
|
6450
|
+
icon: 'Tettoken256',
|
|
6451
|
+
standard: 'EIP3091'
|
|
6371
6452
|
}
|
|
6372
6453
|
]
|
|
6373
6454
|
},
|
|
@@ -6702,7 +6783,7 @@ exports.chains = {
|
|
|
6702
6783
|
shortName: 'humans',
|
|
6703
6784
|
chainId: 1089,
|
|
6704
6785
|
networkId: 1089,
|
|
6705
|
-
icon: 'humans',
|
|
6786
|
+
icon: 'humans-dark',
|
|
6706
6787
|
explorers: [
|
|
6707
6788
|
{
|
|
6708
6789
|
name: 'explorer.guru',
|
|
@@ -7329,7 +7410,12 @@ exports.chains = {
|
|
|
7329
7410
|
1284: {
|
|
7330
7411
|
name: 'Moonbeam',
|
|
7331
7412
|
chain: 'MOON',
|
|
7332
|
-
rpc: [
|
|
7413
|
+
rpc: [
|
|
7414
|
+
'https://rpc.api.moonbeam.network',
|
|
7415
|
+
'wss://wss.api.moonbeam.network',
|
|
7416
|
+
'https://moonbeam.publicnode.com',
|
|
7417
|
+
'wss://moonbeam.publicnode.com'
|
|
7418
|
+
],
|
|
7333
7419
|
faucets: [],
|
|
7334
7420
|
nativeCurrency: { name: 'Glimmer', symbol: 'GLMR', decimals: 18 },
|
|
7335
7421
|
infoURL: 'https://moonbeam.network/networks/moonbeam/',
|
|
@@ -7349,7 +7435,9 @@ exports.chains = {
|
|
|
7349
7435
|
chain: 'MOON',
|
|
7350
7436
|
rpc: [
|
|
7351
7437
|
'https://rpc.api.moonriver.moonbeam.network',
|
|
7352
|
-
'wss://wss.api.moonriver.moonbeam.network'
|
|
7438
|
+
'wss://wss.api.moonriver.moonbeam.network',
|
|
7439
|
+
'https://moonriver.publicnode.com',
|
|
7440
|
+
'wss://moonriver.publicnode.com'
|
|
7353
7441
|
],
|
|
7354
7442
|
faucets: [],
|
|
7355
7443
|
nativeCurrency: { name: 'Moonriver', symbol: 'MOVR', decimals: 18 },
|
|
@@ -9146,6 +9234,31 @@ exports.chains = {
|
|
|
9146
9234
|
}
|
|
9147
9235
|
]
|
|
9148
9236
|
},
|
|
9237
|
+
2049: {
|
|
9238
|
+
name: 'Movo Smart Chain Mainnet',
|
|
9239
|
+
chain: 'MOVO',
|
|
9240
|
+
icon: 'movo',
|
|
9241
|
+
rpc: [
|
|
9242
|
+
'https://msc-rpc.movoscan.com',
|
|
9243
|
+
'https://msc-rpc.movochain.org',
|
|
9244
|
+
'https://msc-rpc.movoswap.com'
|
|
9245
|
+
],
|
|
9246
|
+
faucets: [],
|
|
9247
|
+
nativeCurrency: { name: 'Movo Smart Chain', symbol: 'MOVO', decimals: 18 },
|
|
9248
|
+
infoURL: 'https://movo.uk',
|
|
9249
|
+
shortName: 'movo',
|
|
9250
|
+
chainId: 2049,
|
|
9251
|
+
networkId: 2049,
|
|
9252
|
+
slip44: 2050,
|
|
9253
|
+
explorers: [
|
|
9254
|
+
{
|
|
9255
|
+
name: 'movoscan',
|
|
9256
|
+
url: 'https://movoscan.com',
|
|
9257
|
+
icon: 'movoscan',
|
|
9258
|
+
standard: 'none'
|
|
9259
|
+
}
|
|
9260
|
+
]
|
|
9261
|
+
},
|
|
9149
9262
|
2077: {
|
|
9150
9263
|
name: 'Quokkacoin Mainnet',
|
|
9151
9264
|
chain: 'Qkacoin',
|
|
@@ -9545,7 +9658,7 @@ exports.chains = {
|
|
|
9545
9658
|
]
|
|
9546
9659
|
},
|
|
9547
9660
|
2241: {
|
|
9548
|
-
name: '
|
|
9661
|
+
name: 'Krest Network',
|
|
9549
9662
|
chain: 'Krest',
|
|
9550
9663
|
icon: 'krest',
|
|
9551
9664
|
rpc: ['https://erpc-krest.peaq.network'],
|
|
@@ -10881,6 +10994,19 @@ exports.chains = {
|
|
|
10881
10994
|
}
|
|
10882
10995
|
]
|
|
10883
10996
|
},
|
|
10997
|
+
4139: {
|
|
10998
|
+
name: 'Humans.ai Testnet',
|
|
10999
|
+
chain: 'Humans Testnet',
|
|
11000
|
+
rpc: ['https://evm-rpc.testnet.humans.zone'],
|
|
11001
|
+
faucets: [],
|
|
11002
|
+
nativeCurrency: { name: 'HEART', symbol: 'HEART', decimals: 18 },
|
|
11003
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
11004
|
+
infoURL: 'https://humans.ai',
|
|
11005
|
+
shortName: 'humans_testnet',
|
|
11006
|
+
chainId: 4139,
|
|
11007
|
+
networkId: 4139,
|
|
11008
|
+
icon: 'humans-dark'
|
|
11009
|
+
},
|
|
10884
11010
|
4141: {
|
|
10885
11011
|
name: 'Tipboxcoin Testnet',
|
|
10886
11012
|
chain: 'TPBX',
|
|
@@ -12249,7 +12375,13 @@ exports.chains = {
|
|
|
12249
12375
|
rpc: [
|
|
12250
12376
|
'https://canto.slingshot.finance',
|
|
12251
12377
|
'https://canto.neobase.one',
|
|
12252
|
-
'https://mainnode.plexnode.org:8545'
|
|
12378
|
+
'https://mainnode.plexnode.org:8545',
|
|
12379
|
+
'https://canto.gravitychain.io/',
|
|
12380
|
+
'https://canto.evm.chandrastation.com/',
|
|
12381
|
+
'https://jsonrpc.canto.nodestake.top/',
|
|
12382
|
+
'https://canto.dexvaults.com/',
|
|
12383
|
+
'wss://canto.gravitychain.io:8546',
|
|
12384
|
+
'wss://canto.dexvaults.com/ws'
|
|
12253
12385
|
],
|
|
12254
12386
|
faucets: [],
|
|
12255
12387
|
nativeCurrency: { name: 'Canto', symbol: 'CANTO', decimals: 18 },
|
|
@@ -13451,6 +13583,11 @@ exports.chains = {
|
|
|
13451
13583
|
name: 'Polkadot.js',
|
|
13452
13584
|
url: 'https://polkadot.js.org/apps/?rpc=wss://wsspc1-qa.agung.peaq.network#/explorer',
|
|
13453
13585
|
standard: 'none'
|
|
13586
|
+
},
|
|
13587
|
+
{
|
|
13588
|
+
name: 'Subscan',
|
|
13589
|
+
url: 'https://agung.subscan.io',
|
|
13590
|
+
standard: 'none'
|
|
13454
13591
|
}
|
|
13455
13592
|
]
|
|
13456
13593
|
},
|
|
@@ -13626,7 +13763,9 @@ exports.chains = {
|
|
|
13626
13763
|
rpc: [
|
|
13627
13764
|
'https://rpc.chiadochain.net',
|
|
13628
13765
|
'https://rpc.chiado.gnosis.gateway.fm',
|
|
13629
|
-
'wss://rpc.chiadochain.net/wss'
|
|
13766
|
+
'wss://rpc.chiadochain.net/wss',
|
|
13767
|
+
'https://gnosis-chiado.publicnode.com',
|
|
13768
|
+
'wss://gnosis-chiado.publicnode.com'
|
|
13630
13769
|
],
|
|
13631
13770
|
faucets: ['https://gnosisfaucet.com'],
|
|
13632
13771
|
nativeCurrency: { name: 'Chiado xDAI', symbol: 'XDAI', decimals: 18 },
|
|
@@ -14541,7 +14680,11 @@ exports.chains = {
|
|
|
14541
14680
|
17000: {
|
|
14542
14681
|
name: 'Holesky',
|
|
14543
14682
|
chain: 'ETH',
|
|
14544
|
-
rpc: [
|
|
14683
|
+
rpc: [
|
|
14684
|
+
'https://rpc.holesky.ethpandaops.io',
|
|
14685
|
+
'https://ethereum-holesky.publicnode.com',
|
|
14686
|
+
'wss://ethereum-holesky.publicnode.com'
|
|
14687
|
+
],
|
|
14545
14688
|
faucets: [
|
|
14546
14689
|
'https://faucet.holesky.ethpandaops.io',
|
|
14547
14690
|
'https://holesky-faucet.pk910.de'
|
|
@@ -14559,6 +14702,37 @@ exports.chains = {
|
|
|
14559
14702
|
url: 'https://holesky.beaconcha.in',
|
|
14560
14703
|
icon: 'ethereum',
|
|
14561
14704
|
standard: 'EIP3091'
|
|
14705
|
+
},
|
|
14706
|
+
{
|
|
14707
|
+
name: 'otterscan-holesky',
|
|
14708
|
+
url: 'https://holesky.otterscan.io',
|
|
14709
|
+
icon: 'ethereum',
|
|
14710
|
+
standard: 'EIP3091'
|
|
14711
|
+
},
|
|
14712
|
+
{
|
|
14713
|
+
name: 'Holesky Etherscan',
|
|
14714
|
+
url: 'https://holesky.etherscan.io',
|
|
14715
|
+
icon: 'ethereum',
|
|
14716
|
+
standard: 'EIP3091'
|
|
14717
|
+
}
|
|
14718
|
+
]
|
|
14719
|
+
},
|
|
14720
|
+
17171: {
|
|
14721
|
+
name: 'G8Chain Mainnet',
|
|
14722
|
+
chain: 'G8C',
|
|
14723
|
+
icon: 'G8Chain',
|
|
14724
|
+
rpc: ['https://mainnet-rpc.oneg8.network'],
|
|
14725
|
+
faucets: ['https://faucet.oneg8.network'],
|
|
14726
|
+
nativeCurrency: { name: 'G8Chain', symbol: 'G8C', decimals: 18 },
|
|
14727
|
+
infoURL: 'https://oneg8.one',
|
|
14728
|
+
shortName: 'G8Cm',
|
|
14729
|
+
chainId: 17171,
|
|
14730
|
+
networkId: 17171,
|
|
14731
|
+
explorers: [
|
|
14732
|
+
{
|
|
14733
|
+
name: 'G8Chain',
|
|
14734
|
+
url: 'https://mainnet.oneg8.network',
|
|
14735
|
+
standard: 'EIP3091'
|
|
14562
14736
|
}
|
|
14563
14737
|
]
|
|
14564
14738
|
},
|
|
@@ -14673,6 +14847,25 @@ exports.chains = {
|
|
|
14673
14847
|
}
|
|
14674
14848
|
]
|
|
14675
14849
|
},
|
|
14850
|
+
18181: {
|
|
14851
|
+
name: 'G8Chain Testnet',
|
|
14852
|
+
chain: 'G8C',
|
|
14853
|
+
icon: 'G8Chain',
|
|
14854
|
+
rpc: ['https://testnet-rpc.oneg8.network'],
|
|
14855
|
+
faucets: ['https://faucet.oneg8.network'],
|
|
14856
|
+
nativeCurrency: { name: 'G8Coin', symbol: 'G8C', decimals: 18 },
|
|
14857
|
+
infoURL: 'https://oneg8.one',
|
|
14858
|
+
shortName: 'G8Ct',
|
|
14859
|
+
chainId: 18181,
|
|
14860
|
+
networkId: 18181,
|
|
14861
|
+
explorers: [
|
|
14862
|
+
{
|
|
14863
|
+
name: 'G8Chain',
|
|
14864
|
+
url: 'https://testnet.oneg8.network',
|
|
14865
|
+
standard: 'EIP3091'
|
|
14866
|
+
}
|
|
14867
|
+
]
|
|
14868
|
+
},
|
|
14676
14869
|
18686: {
|
|
14677
14870
|
name: 'MXC zkEVM Mainnet',
|
|
14678
14871
|
chain: 'MXC zkEVM',
|
|
@@ -15323,6 +15516,25 @@ exports.chains = {
|
|
|
15323
15516
|
}
|
|
15324
15517
|
]
|
|
15325
15518
|
},
|
|
15519
|
+
32990: {
|
|
15520
|
+
name: 'Zilliqa EVM Isolated Server',
|
|
15521
|
+
chain: 'ZIL',
|
|
15522
|
+
rpc: ['https://zilliqa-isolated-server.zilliqa.com/'],
|
|
15523
|
+
faucets: ['https://dev-wallet.zilliqa.com/faucet?network=isolated_server'],
|
|
15524
|
+
nativeCurrency: { name: 'Zilliqa', symbol: 'ZIL', decimals: 18 },
|
|
15525
|
+
infoURL: 'https://www.zilliqa.com/',
|
|
15526
|
+
shortName: 'zil-isolated-server',
|
|
15527
|
+
chainId: 32990,
|
|
15528
|
+
networkId: 32990,
|
|
15529
|
+
icon: 'zilliqa',
|
|
15530
|
+
explorers: [
|
|
15531
|
+
{
|
|
15532
|
+
name: 'Zilliqa EVM Isolated Server Explorer',
|
|
15533
|
+
url: 'https://devex.zilliqa.com/?network=https://zilliqa-isolated-server.zilliqa.com',
|
|
15534
|
+
standard: 'none'
|
|
15535
|
+
}
|
|
15536
|
+
]
|
|
15537
|
+
},
|
|
15326
15538
|
33101: {
|
|
15327
15539
|
name: 'Zilliqa EVM Testnet',
|
|
15328
15540
|
chain: 'ZIL',
|
|
@@ -15362,6 +15574,44 @@ exports.chains = {
|
|
|
15362
15574
|
}
|
|
15363
15575
|
]
|
|
15364
15576
|
},
|
|
15577
|
+
33385: {
|
|
15578
|
+
name: 'Zilliqa EVM Devnet',
|
|
15579
|
+
chain: 'ZIL',
|
|
15580
|
+
rpc: ['https://api.devnet.zilliqa.com/'],
|
|
15581
|
+
faucets: ['https://faucet.devnet.zilliqa.com/'],
|
|
15582
|
+
nativeCurrency: { name: 'Zilliqa', symbol: 'ZIL', decimals: 18 },
|
|
15583
|
+
infoURL: 'https://www.zilliqa.com/',
|
|
15584
|
+
shortName: 'zil-devnet',
|
|
15585
|
+
chainId: 33385,
|
|
15586
|
+
networkId: 33385,
|
|
15587
|
+
icon: 'zilliqa',
|
|
15588
|
+
explorers: [
|
|
15589
|
+
{
|
|
15590
|
+
name: 'Zilliqa EVM Devnet Explorer',
|
|
15591
|
+
url: 'https://otterscan.devnet.zilliqa.com',
|
|
15592
|
+
standard: 'EIP3091'
|
|
15593
|
+
}
|
|
15594
|
+
]
|
|
15595
|
+
},
|
|
15596
|
+
33469: {
|
|
15597
|
+
name: 'Zilliqa 2 EVM Devnet',
|
|
15598
|
+
chain: 'ZIL',
|
|
15599
|
+
rpc: ['https://api.zq2-devnet.zilstg.dev'],
|
|
15600
|
+
faucets: ['https://faucet.zq2-devnet.zilstg.dev'],
|
|
15601
|
+
nativeCurrency: { name: 'Zilliqa', symbol: 'ZIL', decimals: 18 },
|
|
15602
|
+
infoURL: 'https://www.zilliqa.com/',
|
|
15603
|
+
shortName: 'zq2-devnet',
|
|
15604
|
+
chainId: 33469,
|
|
15605
|
+
networkId: 33469,
|
|
15606
|
+
icon: 'zilliqa',
|
|
15607
|
+
explorers: [
|
|
15608
|
+
{
|
|
15609
|
+
name: 'Zilliqa 2 EVM Devnet Explorer',
|
|
15610
|
+
url: 'https://explorer.zq2-devnet.zilstg.dev',
|
|
15611
|
+
standard: 'EIP3091'
|
|
15612
|
+
}
|
|
15613
|
+
]
|
|
15614
|
+
},
|
|
15365
15615
|
35011: {
|
|
15366
15616
|
name: 'J2O Taro',
|
|
15367
15617
|
chain: 'TARO',
|
|
@@ -15655,6 +15905,25 @@ exports.chains = {
|
|
|
15655
15905
|
}
|
|
15656
15906
|
]
|
|
15657
15907
|
},
|
|
15908
|
+
42801: {
|
|
15909
|
+
name: 'Gesoten Verse Testnet',
|
|
15910
|
+
chain: 'Gesoten Verse',
|
|
15911
|
+
rpc: ['https://rpc.testnet.verse.gesoten.com/'],
|
|
15912
|
+
faucets: [],
|
|
15913
|
+
nativeCurrency: { name: 'OAS', symbol: 'OAS', decimals: 18 },
|
|
15914
|
+
infoURL: 'https://gesoten.com/',
|
|
15915
|
+
shortName: 'GST',
|
|
15916
|
+
icon: 'gesoten',
|
|
15917
|
+
chainId: 42801,
|
|
15918
|
+
networkId: 42801,
|
|
15919
|
+
explorers: [
|
|
15920
|
+
{
|
|
15921
|
+
name: 'Gesoten Verse Testnet Explorer',
|
|
15922
|
+
url: 'https://explorer.testnet.verse.gesoten.com',
|
|
15923
|
+
standard: 'EIP3091'
|
|
15924
|
+
}
|
|
15925
|
+
]
|
|
15926
|
+
},
|
|
15658
15927
|
42888: {
|
|
15659
15928
|
name: 'Kinto Testnet',
|
|
15660
15929
|
title: 'Kinto Testnet',
|
|
@@ -16283,6 +16552,12 @@ exports.chains = {
|
|
|
16283
16552
|
url: 'https://explorer.linea.build',
|
|
16284
16553
|
standard: 'EIP3091',
|
|
16285
16554
|
icon: 'linea'
|
|
16555
|
+
},
|
|
16556
|
+
{
|
|
16557
|
+
name: 'L2scan',
|
|
16558
|
+
url: 'https://linea.l2scan.co',
|
|
16559
|
+
standard: 'EIP3091',
|
|
16560
|
+
icon: 'linea'
|
|
16286
16561
|
}
|
|
16287
16562
|
],
|
|
16288
16563
|
status: 'active'
|
|
@@ -18877,8 +19152,8 @@ exports.chains = {
|
|
|
18877
19152
|
infoURL: 'https://arbitrum.io/',
|
|
18878
19153
|
explorers: [
|
|
18879
19154
|
{
|
|
18880
|
-
name: 'Arbitrum Goerli
|
|
18881
|
-
url: 'https://goerli
|
|
19155
|
+
name: 'Arbitrum Goerli Arbiscan',
|
|
19156
|
+
url: 'https://goerli.arbiscan.io',
|
|
18882
19157
|
standard: 'EIP3091'
|
|
18883
19158
|
}
|
|
18884
19159
|
],
|
|
@@ -19125,9 +19400,14 @@ exports.chains = {
|
|
|
19125
19400
|
networkId: 534352,
|
|
19126
19401
|
explorers: [
|
|
19127
19402
|
{
|
|
19128
|
-
name: '
|
|
19403
|
+
name: 'Blockscout',
|
|
19129
19404
|
url: 'https://blockscout.scroll.io',
|
|
19130
19405
|
standard: 'EIP3091'
|
|
19406
|
+
},
|
|
19407
|
+
{
|
|
19408
|
+
name: 'Scrollscan',
|
|
19409
|
+
url: 'https://scrollscan.com',
|
|
19410
|
+
standard: 'EIP3091'
|
|
19131
19411
|
}
|
|
19132
19412
|
],
|
|
19133
19413
|
parent: {
|
|
@@ -19335,6 +19615,24 @@ exports.chains = {
|
|
|
19335
19615
|
}
|
|
19336
19616
|
]
|
|
19337
19617
|
},
|
|
19618
|
+
776877: {
|
|
19619
|
+
name: 'Modularium',
|
|
19620
|
+
chain: 'EVMCC',
|
|
19621
|
+
rpc: ['https://fraa-dancebox-3035-rpc.a.dancebox.tanssi.network'],
|
|
19622
|
+
faucets: [],
|
|
19623
|
+
nativeCurrency: { name: 'Modularium', symbol: 'MDM', decimals: 18 },
|
|
19624
|
+
infoURL: 'https://www.rmrk.app/',
|
|
19625
|
+
shortName: 'mdlrm',
|
|
19626
|
+
chainId: 776877,
|
|
19627
|
+
networkId: 776877,
|
|
19628
|
+
explorers: [
|
|
19629
|
+
{
|
|
19630
|
+
name: 'Tanssi Explorer',
|
|
19631
|
+
url: 'https://tanssi-evmexplorer.netlify.app/?rpcUrl=https://fraa-dancebox-3035-rpc.a.dancebox.tanssi.network',
|
|
19632
|
+
standard: 'none'
|
|
19633
|
+
}
|
|
19634
|
+
]
|
|
19635
|
+
},
|
|
19338
19636
|
800001: {
|
|
19339
19637
|
name: 'OctaSpace',
|
|
19340
19638
|
chain: 'OCTA',
|
|
@@ -20097,7 +20395,9 @@ exports.chains = {
|
|
|
20097
20395
|
'https://sepolia.infura.io/v3/${INFURA_API_KEY}',
|
|
20098
20396
|
'wss://sepolia.infura.io/v3/${INFURA_API_KEY}',
|
|
20099
20397
|
'https://sepolia.gateway.tenderly.co',
|
|
20100
|
-
'wss://sepolia.gateway.tenderly.co'
|
|
20398
|
+
'wss://sepolia.gateway.tenderly.co',
|
|
20399
|
+
'https://ethereum-sepolia.publicnode.com',
|
|
20400
|
+
'wss://ethereum-sepolia.publicnode.com'
|
|
20101
20401
|
],
|
|
20102
20402
|
faucets: ['http://fauceth.komputing.org?chain=11155111&address=${ADDRESS}'],
|
|
20103
20403
|
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
package/dist/src/enums.d.ts
CHANGED
|
@@ -192,6 +192,7 @@ export declare enum ChainName {
|
|
|
192
192
|
LaChain = "LaChain",
|
|
193
193
|
ZkSyncEraTestnet = "zkSync Era Testnet",
|
|
194
194
|
BobaNetwork = "Boba Network",
|
|
195
|
+
OrderlyMainnet = "Orderly Mainnet",
|
|
195
196
|
HederaMainnet = "Hedera Mainnet",
|
|
196
197
|
HederaTestnet = "Hedera Testnet",
|
|
197
198
|
HederaPreviewnet = "Hedera Previewnet",
|
|
@@ -265,6 +266,7 @@ export declare enum ChainName {
|
|
|
265
266
|
StarSocialTestnet = "Star Social Testnet",
|
|
266
267
|
BlockChainStationMainnet = "BlockChain Station Mainnet",
|
|
267
268
|
BlockChainStationTestnet = "BlockChain Station Testnet",
|
|
269
|
+
Highbury = "Highbury",
|
|
268
270
|
ShibariumBeta = "Shibarium Beta",
|
|
269
271
|
LycanChain = "Lycan Chain",
|
|
270
272
|
CantoTestnet = "Canto Testnet",
|
|
@@ -306,6 +308,7 @@ export declare enum ChainName {
|
|
|
306
308
|
PulseChainTestnetv3 = "PulseChain Testnet v3",
|
|
307
309
|
PulseChainTestnetv4 = "PulseChain Testnet v4",
|
|
308
310
|
MuNodeTestnet = "muNode Testnet",
|
|
311
|
+
BTC20SmartChain = "BTC20 Smart Chain",
|
|
309
312
|
OortMainnet = "Oort Mainnet",
|
|
310
313
|
OortHuygens = "Oort Huygens",
|
|
311
314
|
OortAscraeus = "Oort Ascraeus",
|
|
@@ -462,6 +465,7 @@ export declare enum ChainName {
|
|
|
462
465
|
ShrapnelSubnet = "Shrapnel Subnet",
|
|
463
466
|
StratosTestnet = "Stratos Testnet",
|
|
464
467
|
Stratos = "Stratos",
|
|
468
|
+
MovoSmartChainMainnet = "Movo Smart Chain Mainnet",
|
|
465
469
|
QuokkacoinMainnet = "Quokkacoin Mainnet",
|
|
466
470
|
Altair = "Altair",
|
|
467
471
|
Algol = "Algol",
|
|
@@ -483,7 +487,7 @@ export declare enum ChainName {
|
|
|
483
487
|
KavaTestnet = "Kava Testnet",
|
|
484
488
|
Kava = "Kava",
|
|
485
489
|
VChainMainnet = "VChain Mainnet",
|
|
486
|
-
|
|
490
|
+
KrestNetwork = "Krest Network",
|
|
487
491
|
BOMBChain = "BOMB Chain",
|
|
488
492
|
Arevia = "Arevia",
|
|
489
493
|
SOMANetworkTestnet = "SOMA Network Testnet",
|
|
@@ -551,6 +555,7 @@ export declare enum ChainName {
|
|
|
551
555
|
BitindiTestnet = "Bitindi Testnet",
|
|
552
556
|
BitindiMainnet = "Bitindi Mainnet",
|
|
553
557
|
AIOZNetworkTestnet = "AIOZ Network Testnet",
|
|
558
|
+
'Humans.aiTestnet' = "Humans.ai Testnet",
|
|
554
559
|
TipboxcoinTestnet = "Tipboxcoin Testnet",
|
|
555
560
|
PHINetworkV1 = "PHI Network V1",
|
|
556
561
|
LUKSOTestnet = "LUKSO Testnet",
|
|
@@ -736,11 +741,13 @@ export declare enum ChainName {
|
|
|
736
741
|
AirDAOMainnet = "AirDAO Mainnet",
|
|
737
742
|
IVARChainTestnet = "IVAR Chain Testnet",
|
|
738
743
|
Holesky = "Holesky",
|
|
744
|
+
G8ChainMainnet = "G8Chain Mainnet",
|
|
739
745
|
PaletteChainTestnet = "Palette Chain Testnet",
|
|
740
746
|
EOSEVMNetwork = "EOS EVM Network",
|
|
741
747
|
FrontierofDreamsTestnet = "Frontier of Dreams Testnet",
|
|
742
748
|
SmartTradeNetworks = "Smart Trade Networks",
|
|
743
749
|
ProofOfMemes = "Proof Of Memes",
|
|
750
|
+
G8ChainTestnet = "G8Chain Testnet",
|
|
744
751
|
MXCzkEVMMainnet = "MXC zkEVM Mainnet",
|
|
745
752
|
HOMEVerseMainnet = "HOME Verse Mainnet",
|
|
746
753
|
BTCIXNetwork = "BTCIX Network",
|
|
@@ -775,8 +782,11 @@ export declare enum ChainName {
|
|
|
775
782
|
BitgertMainnet = "Bitgert Mainnet",
|
|
776
783
|
FusionMainnet = "Fusion Mainnet",
|
|
777
784
|
ZilliqaEVM = "Zilliqa EVM",
|
|
785
|
+
ZilliqaEVMIsolatedServer = "Zilliqa EVM Isolated Server",
|
|
778
786
|
ZilliqaEVMTestnet = "Zilliqa EVM Testnet",
|
|
779
787
|
AvesMainnet = "Aves Mainnet",
|
|
788
|
+
ZilliqaEVMDevnet = "Zilliqa EVM Devnet",
|
|
789
|
+
Zilliqa2EVMDevnet = "Zilliqa 2 EVM Devnet",
|
|
780
790
|
J2OTaro = "J2O Taro",
|
|
781
791
|
QMainnet = "Q Mainnet",
|
|
782
792
|
QTestnet = "Q Testnet",
|
|
@@ -791,6 +801,7 @@ export declare enum ChainName {
|
|
|
791
801
|
CeloMainnet = "Celo Mainnet",
|
|
792
802
|
OasisEmeraldTestnet = "Oasis Emerald Testnet",
|
|
793
803
|
OasisEmerald = "Oasis Emerald",
|
|
804
|
+
GesotenVerseTestnet = "Gesoten Verse Testnet",
|
|
794
805
|
KintoTestnet = "Kinto Testnet",
|
|
795
806
|
Athereum = "Athereum",
|
|
796
807
|
AvalancheFujiTestnet = "Avalanche Fuji Testnet",
|
|
@@ -976,6 +987,7 @@ export declare enum ChainName {
|
|
|
976
987
|
'Vision-VpioneerTestChain' = "Vision - Vpioneer Test Chain",
|
|
977
988
|
BearNetworkChainTestnet = "Bear Network Chain Testnet",
|
|
978
989
|
MiexsSmartchain = "Miexs Smartchain",
|
|
990
|
+
Modularium = "Modularium",
|
|
979
991
|
OctaSpace = "OctaSpace",
|
|
980
992
|
CURVEMainnet = "CURVE Mainnet",
|
|
981
993
|
'4GoodNetwork' = "4GoodNetwork",
|
|
@@ -1274,6 +1286,7 @@ export declare enum ChainId {
|
|
|
1274
1286
|
LaChain = 274,
|
|
1275
1287
|
ZkSyncEraTestnet = 280,
|
|
1276
1288
|
BobaNetwork = 288,
|
|
1289
|
+
OrderlyMainnet = 291,
|
|
1277
1290
|
HederaMainnet = 295,
|
|
1278
1291
|
HederaTestnet = 296,
|
|
1279
1292
|
HederaPreviewnet = 297,
|
|
@@ -1347,6 +1360,7 @@ export declare enum ChainId {
|
|
|
1347
1360
|
StarSocialTestnet = 700,
|
|
1348
1361
|
BlockChainStationMainnet = 707,
|
|
1349
1362
|
BlockChainStationTestnet = 708,
|
|
1363
|
+
Highbury = 710,
|
|
1350
1364
|
ShibariumBeta = 719,
|
|
1351
1365
|
LycanChain = 721,
|
|
1352
1366
|
CantoTestnet = 740,
|
|
@@ -1388,6 +1402,7 @@ export declare enum ChainId {
|
|
|
1388
1402
|
PulseChainTestnetv3 = 942,
|
|
1389
1403
|
PulseChainTestnetv4 = 943,
|
|
1390
1404
|
MuNodeTestnet = 956,
|
|
1405
|
+
BTC20SmartChain = 963,
|
|
1391
1406
|
OortMainnet = 970,
|
|
1392
1407
|
OortHuygens = 971,
|
|
1393
1408
|
OortAscraeus = 972,
|
|
@@ -1544,6 +1559,7 @@ export declare enum ChainId {
|
|
|
1544
1559
|
ShrapnelSubnet = 2044,
|
|
1545
1560
|
StratosTestnet = 2047,
|
|
1546
1561
|
Stratos = 2048,
|
|
1562
|
+
MovoSmartChainMainnet = 2049,
|
|
1547
1563
|
QuokkacoinMainnet = 2077,
|
|
1548
1564
|
Altair = 2088,
|
|
1549
1565
|
Algol = 2089,
|
|
@@ -1565,7 +1581,7 @@ export declare enum ChainId {
|
|
|
1565
1581
|
KavaTestnet = 2221,
|
|
1566
1582
|
Kava = 2222,
|
|
1567
1583
|
VChainMainnet = 2223,
|
|
1568
|
-
|
|
1584
|
+
KrestNetwork = 2241,
|
|
1569
1585
|
BOMBChain = 2300,
|
|
1570
1586
|
Arevia = 2309,
|
|
1571
1587
|
SOMANetworkTestnet = 2323,
|
|
@@ -1633,6 +1649,7 @@ export declare enum ChainId {
|
|
|
1633
1649
|
BitindiTestnet = 4096,
|
|
1634
1650
|
BitindiMainnet = 4099,
|
|
1635
1651
|
AIOZNetworkTestnet = 4102,
|
|
1652
|
+
'Humans.aiTestnet' = 4139,
|
|
1636
1653
|
TipboxcoinTestnet = 4141,
|
|
1637
1654
|
PHINetworkV1 = 4181,
|
|
1638
1655
|
LUKSOTestnet = 4201,
|
|
@@ -1818,11 +1835,13 @@ export declare enum ChainId {
|
|
|
1818
1835
|
AirDAOMainnet = 16718,
|
|
1819
1836
|
IVARChainTestnet = 16888,
|
|
1820
1837
|
Holesky = 17000,
|
|
1838
|
+
G8ChainMainnet = 17171,
|
|
1821
1839
|
PaletteChainTestnet = 17180,
|
|
1822
1840
|
EOSEVMNetwork = 17777,
|
|
1823
1841
|
FrontierofDreamsTestnet = 18000,
|
|
1824
1842
|
SmartTradeNetworks = 18122,
|
|
1825
1843
|
ProofOfMemes = 18159,
|
|
1844
|
+
G8ChainTestnet = 18181,
|
|
1826
1845
|
MXCzkEVMMainnet = 18686,
|
|
1827
1846
|
HOMEVerseMainnet = 19011,
|
|
1828
1847
|
BTCIXNetwork = 19845,
|
|
@@ -1857,8 +1876,11 @@ export declare enum ChainId {
|
|
|
1857
1876
|
BitgertMainnet = 32520,
|
|
1858
1877
|
FusionMainnet = 32659,
|
|
1859
1878
|
ZilliqaEVM = 32769,
|
|
1879
|
+
ZilliqaEVMIsolatedServer = 32990,
|
|
1860
1880
|
ZilliqaEVMTestnet = 33101,
|
|
1861
1881
|
AvesMainnet = 33333,
|
|
1882
|
+
ZilliqaEVMDevnet = 33385,
|
|
1883
|
+
Zilliqa2EVMDevnet = 33469,
|
|
1862
1884
|
J2OTaro = 35011,
|
|
1863
1885
|
QMainnet = 35441,
|
|
1864
1886
|
QTestnet = 35443,
|
|
@@ -1873,6 +1895,7 @@ export declare enum ChainId {
|
|
|
1873
1895
|
CeloMainnet = 42220,
|
|
1874
1896
|
OasisEmeraldTestnet = 42261,
|
|
1875
1897
|
OasisEmerald = 42262,
|
|
1898
|
+
GesotenVerseTestnet = 42801,
|
|
1876
1899
|
KintoTestnet = 42888,
|
|
1877
1900
|
Athereum = 43110,
|
|
1878
1901
|
AvalancheFujiTestnet = 43113,
|
|
@@ -2058,6 +2081,7 @@ export declare enum ChainId {
|
|
|
2058
2081
|
'Vision-VpioneerTestChain' = 666666,
|
|
2059
2082
|
BearNetworkChainTestnet = 751230,
|
|
2060
2083
|
MiexsSmartchain = 761412,
|
|
2084
|
+
Modularium = 776877,
|
|
2061
2085
|
OctaSpace = 800001,
|
|
2062
2086
|
CURVEMainnet = 827431,
|
|
2063
2087
|
'4GoodNetwork' = 846000,
|
package/dist/src/enums.js
CHANGED
|
@@ -196,6 +196,7 @@ var ChainName;
|
|
|
196
196
|
ChainName["LaChain"] = "LaChain";
|
|
197
197
|
ChainName["ZkSyncEraTestnet"] = "zkSync Era Testnet";
|
|
198
198
|
ChainName["BobaNetwork"] = "Boba Network";
|
|
199
|
+
ChainName["OrderlyMainnet"] = "Orderly Mainnet";
|
|
199
200
|
ChainName["HederaMainnet"] = "Hedera Mainnet";
|
|
200
201
|
ChainName["HederaTestnet"] = "Hedera Testnet";
|
|
201
202
|
ChainName["HederaPreviewnet"] = "Hedera Previewnet";
|
|
@@ -269,6 +270,7 @@ var ChainName;
|
|
|
269
270
|
ChainName["StarSocialTestnet"] = "Star Social Testnet";
|
|
270
271
|
ChainName["BlockChainStationMainnet"] = "BlockChain Station Mainnet";
|
|
271
272
|
ChainName["BlockChainStationTestnet"] = "BlockChain Station Testnet";
|
|
273
|
+
ChainName["Highbury"] = "Highbury";
|
|
272
274
|
ChainName["ShibariumBeta"] = "Shibarium Beta";
|
|
273
275
|
ChainName["LycanChain"] = "Lycan Chain";
|
|
274
276
|
ChainName["CantoTestnet"] = "Canto Testnet";
|
|
@@ -310,6 +312,7 @@ var ChainName;
|
|
|
310
312
|
ChainName["PulseChainTestnetv3"] = "PulseChain Testnet v3";
|
|
311
313
|
ChainName["PulseChainTestnetv4"] = "PulseChain Testnet v4";
|
|
312
314
|
ChainName["MuNodeTestnet"] = "muNode Testnet";
|
|
315
|
+
ChainName["BTC20SmartChain"] = "BTC20 Smart Chain";
|
|
313
316
|
ChainName["OortMainnet"] = "Oort Mainnet";
|
|
314
317
|
ChainName["OortHuygens"] = "Oort Huygens";
|
|
315
318
|
ChainName["OortAscraeus"] = "Oort Ascraeus";
|
|
@@ -466,6 +469,7 @@ var ChainName;
|
|
|
466
469
|
ChainName["ShrapnelSubnet"] = "Shrapnel Subnet";
|
|
467
470
|
ChainName["StratosTestnet"] = "Stratos Testnet";
|
|
468
471
|
ChainName["Stratos"] = "Stratos";
|
|
472
|
+
ChainName["MovoSmartChainMainnet"] = "Movo Smart Chain Mainnet";
|
|
469
473
|
ChainName["QuokkacoinMainnet"] = "Quokkacoin Mainnet";
|
|
470
474
|
ChainName["Altair"] = "Altair";
|
|
471
475
|
ChainName["Algol"] = "Algol";
|
|
@@ -487,7 +491,7 @@ var ChainName;
|
|
|
487
491
|
ChainName["KavaTestnet"] = "Kava Testnet";
|
|
488
492
|
ChainName["Kava"] = "Kava";
|
|
489
493
|
ChainName["VChainMainnet"] = "VChain Mainnet";
|
|
490
|
-
ChainName["
|
|
494
|
+
ChainName["KrestNetwork"] = "Krest Network";
|
|
491
495
|
ChainName["BOMBChain"] = "BOMB Chain";
|
|
492
496
|
ChainName["Arevia"] = "Arevia";
|
|
493
497
|
ChainName["SOMANetworkTestnet"] = "SOMA Network Testnet";
|
|
@@ -555,6 +559,7 @@ var ChainName;
|
|
|
555
559
|
ChainName["BitindiTestnet"] = "Bitindi Testnet";
|
|
556
560
|
ChainName["BitindiMainnet"] = "Bitindi Mainnet";
|
|
557
561
|
ChainName["AIOZNetworkTestnet"] = "AIOZ Network Testnet";
|
|
562
|
+
ChainName["Humans.aiTestnet"] = "Humans.ai Testnet";
|
|
558
563
|
ChainName["TipboxcoinTestnet"] = "Tipboxcoin Testnet";
|
|
559
564
|
ChainName["PHINetworkV1"] = "PHI Network V1";
|
|
560
565
|
ChainName["LUKSOTestnet"] = "LUKSO Testnet";
|
|
@@ -740,11 +745,13 @@ var ChainName;
|
|
|
740
745
|
ChainName["AirDAOMainnet"] = "AirDAO Mainnet";
|
|
741
746
|
ChainName["IVARChainTestnet"] = "IVAR Chain Testnet";
|
|
742
747
|
ChainName["Holesky"] = "Holesky";
|
|
748
|
+
ChainName["G8ChainMainnet"] = "G8Chain Mainnet";
|
|
743
749
|
ChainName["PaletteChainTestnet"] = "Palette Chain Testnet";
|
|
744
750
|
ChainName["EOSEVMNetwork"] = "EOS EVM Network";
|
|
745
751
|
ChainName["FrontierofDreamsTestnet"] = "Frontier of Dreams Testnet";
|
|
746
752
|
ChainName["SmartTradeNetworks"] = "Smart Trade Networks";
|
|
747
753
|
ChainName["ProofOfMemes"] = "Proof Of Memes";
|
|
754
|
+
ChainName["G8ChainTestnet"] = "G8Chain Testnet";
|
|
748
755
|
ChainName["MXCzkEVMMainnet"] = "MXC zkEVM Mainnet";
|
|
749
756
|
ChainName["HOMEVerseMainnet"] = "HOME Verse Mainnet";
|
|
750
757
|
ChainName["BTCIXNetwork"] = "BTCIX Network";
|
|
@@ -779,8 +786,11 @@ var ChainName;
|
|
|
779
786
|
ChainName["BitgertMainnet"] = "Bitgert Mainnet";
|
|
780
787
|
ChainName["FusionMainnet"] = "Fusion Mainnet";
|
|
781
788
|
ChainName["ZilliqaEVM"] = "Zilliqa EVM";
|
|
789
|
+
ChainName["ZilliqaEVMIsolatedServer"] = "Zilliqa EVM Isolated Server";
|
|
782
790
|
ChainName["ZilliqaEVMTestnet"] = "Zilliqa EVM Testnet";
|
|
783
791
|
ChainName["AvesMainnet"] = "Aves Mainnet";
|
|
792
|
+
ChainName["ZilliqaEVMDevnet"] = "Zilliqa EVM Devnet";
|
|
793
|
+
ChainName["Zilliqa2EVMDevnet"] = "Zilliqa 2 EVM Devnet";
|
|
784
794
|
ChainName["J2OTaro"] = "J2O Taro";
|
|
785
795
|
ChainName["QMainnet"] = "Q Mainnet";
|
|
786
796
|
ChainName["QTestnet"] = "Q Testnet";
|
|
@@ -795,6 +805,7 @@ var ChainName;
|
|
|
795
805
|
ChainName["CeloMainnet"] = "Celo Mainnet";
|
|
796
806
|
ChainName["OasisEmeraldTestnet"] = "Oasis Emerald Testnet";
|
|
797
807
|
ChainName["OasisEmerald"] = "Oasis Emerald";
|
|
808
|
+
ChainName["GesotenVerseTestnet"] = "Gesoten Verse Testnet";
|
|
798
809
|
ChainName["KintoTestnet"] = "Kinto Testnet";
|
|
799
810
|
ChainName["Athereum"] = "Athereum";
|
|
800
811
|
ChainName["AvalancheFujiTestnet"] = "Avalanche Fuji Testnet";
|
|
@@ -980,6 +991,7 @@ var ChainName;
|
|
|
980
991
|
ChainName["Vision-VpioneerTestChain"] = "Vision - Vpioneer Test Chain";
|
|
981
992
|
ChainName["BearNetworkChainTestnet"] = "Bear Network Chain Testnet";
|
|
982
993
|
ChainName["MiexsSmartchain"] = "Miexs Smartchain";
|
|
994
|
+
ChainName["Modularium"] = "Modularium";
|
|
983
995
|
ChainName["OctaSpace"] = "OctaSpace";
|
|
984
996
|
ChainName["CURVEMainnet"] = "CURVE Mainnet";
|
|
985
997
|
ChainName["4GoodNetwork"] = "4GoodNetwork";
|
|
@@ -1279,6 +1291,7 @@ var ChainId;
|
|
|
1279
1291
|
ChainId[ChainId["LaChain"] = 274] = "LaChain";
|
|
1280
1292
|
ChainId[ChainId["ZkSyncEraTestnet"] = 280] = "ZkSyncEraTestnet";
|
|
1281
1293
|
ChainId[ChainId["BobaNetwork"] = 288] = "BobaNetwork";
|
|
1294
|
+
ChainId[ChainId["OrderlyMainnet"] = 291] = "OrderlyMainnet";
|
|
1282
1295
|
ChainId[ChainId["HederaMainnet"] = 295] = "HederaMainnet";
|
|
1283
1296
|
ChainId[ChainId["HederaTestnet"] = 296] = "HederaTestnet";
|
|
1284
1297
|
ChainId[ChainId["HederaPreviewnet"] = 297] = "HederaPreviewnet";
|
|
@@ -1352,6 +1365,7 @@ var ChainId;
|
|
|
1352
1365
|
ChainId[ChainId["StarSocialTestnet"] = 700] = "StarSocialTestnet";
|
|
1353
1366
|
ChainId[ChainId["BlockChainStationMainnet"] = 707] = "BlockChainStationMainnet";
|
|
1354
1367
|
ChainId[ChainId["BlockChainStationTestnet"] = 708] = "BlockChainStationTestnet";
|
|
1368
|
+
ChainId[ChainId["Highbury"] = 710] = "Highbury";
|
|
1355
1369
|
ChainId[ChainId["ShibariumBeta"] = 719] = "ShibariumBeta";
|
|
1356
1370
|
ChainId[ChainId["LycanChain"] = 721] = "LycanChain";
|
|
1357
1371
|
ChainId[ChainId["CantoTestnet"] = 740] = "CantoTestnet";
|
|
@@ -1393,6 +1407,7 @@ var ChainId;
|
|
|
1393
1407
|
ChainId[ChainId["PulseChainTestnetv3"] = 942] = "PulseChainTestnetv3";
|
|
1394
1408
|
ChainId[ChainId["PulseChainTestnetv4"] = 943] = "PulseChainTestnetv4";
|
|
1395
1409
|
ChainId[ChainId["MuNodeTestnet"] = 956] = "MuNodeTestnet";
|
|
1410
|
+
ChainId[ChainId["BTC20SmartChain"] = 963] = "BTC20SmartChain";
|
|
1396
1411
|
ChainId[ChainId["OortMainnet"] = 970] = "OortMainnet";
|
|
1397
1412
|
ChainId[ChainId["OortHuygens"] = 971] = "OortHuygens";
|
|
1398
1413
|
ChainId[ChainId["OortAscraeus"] = 972] = "OortAscraeus";
|
|
@@ -1549,6 +1564,7 @@ var ChainId;
|
|
|
1549
1564
|
ChainId[ChainId["ShrapnelSubnet"] = 2044] = "ShrapnelSubnet";
|
|
1550
1565
|
ChainId[ChainId["StratosTestnet"] = 2047] = "StratosTestnet";
|
|
1551
1566
|
ChainId[ChainId["Stratos"] = 2048] = "Stratos";
|
|
1567
|
+
ChainId[ChainId["MovoSmartChainMainnet"] = 2049] = "MovoSmartChainMainnet";
|
|
1552
1568
|
ChainId[ChainId["QuokkacoinMainnet"] = 2077] = "QuokkacoinMainnet";
|
|
1553
1569
|
ChainId[ChainId["Altair"] = 2088] = "Altair";
|
|
1554
1570
|
ChainId[ChainId["Algol"] = 2089] = "Algol";
|
|
@@ -1570,7 +1586,7 @@ var ChainId;
|
|
|
1570
1586
|
ChainId[ChainId["KavaTestnet"] = 2221] = "KavaTestnet";
|
|
1571
1587
|
ChainId[ChainId["Kava"] = 2222] = "Kava";
|
|
1572
1588
|
ChainId[ChainId["VChainMainnet"] = 2223] = "VChainMainnet";
|
|
1573
|
-
ChainId[ChainId["
|
|
1589
|
+
ChainId[ChainId["KrestNetwork"] = 2241] = "KrestNetwork";
|
|
1574
1590
|
ChainId[ChainId["BOMBChain"] = 2300] = "BOMBChain";
|
|
1575
1591
|
ChainId[ChainId["Arevia"] = 2309] = "Arevia";
|
|
1576
1592
|
ChainId[ChainId["SOMANetworkTestnet"] = 2323] = "SOMANetworkTestnet";
|
|
@@ -1638,6 +1654,7 @@ var ChainId;
|
|
|
1638
1654
|
ChainId[ChainId["BitindiTestnet"] = 4096] = "BitindiTestnet";
|
|
1639
1655
|
ChainId[ChainId["BitindiMainnet"] = 4099] = "BitindiMainnet";
|
|
1640
1656
|
ChainId[ChainId["AIOZNetworkTestnet"] = 4102] = "AIOZNetworkTestnet";
|
|
1657
|
+
ChainId[ChainId["Humans.aiTestnet"] = 4139] = "Humans.aiTestnet";
|
|
1641
1658
|
ChainId[ChainId["TipboxcoinTestnet"] = 4141] = "TipboxcoinTestnet";
|
|
1642
1659
|
ChainId[ChainId["PHINetworkV1"] = 4181] = "PHINetworkV1";
|
|
1643
1660
|
ChainId[ChainId["LUKSOTestnet"] = 4201] = "LUKSOTestnet";
|
|
@@ -1823,11 +1840,13 @@ var ChainId;
|
|
|
1823
1840
|
ChainId[ChainId["AirDAOMainnet"] = 16718] = "AirDAOMainnet";
|
|
1824
1841
|
ChainId[ChainId["IVARChainTestnet"] = 16888] = "IVARChainTestnet";
|
|
1825
1842
|
ChainId[ChainId["Holesky"] = 17000] = "Holesky";
|
|
1843
|
+
ChainId[ChainId["G8ChainMainnet"] = 17171] = "G8ChainMainnet";
|
|
1826
1844
|
ChainId[ChainId["PaletteChainTestnet"] = 17180] = "PaletteChainTestnet";
|
|
1827
1845
|
ChainId[ChainId["EOSEVMNetwork"] = 17777] = "EOSEVMNetwork";
|
|
1828
1846
|
ChainId[ChainId["FrontierofDreamsTestnet"] = 18000] = "FrontierofDreamsTestnet";
|
|
1829
1847
|
ChainId[ChainId["SmartTradeNetworks"] = 18122] = "SmartTradeNetworks";
|
|
1830
1848
|
ChainId[ChainId["ProofOfMemes"] = 18159] = "ProofOfMemes";
|
|
1849
|
+
ChainId[ChainId["G8ChainTestnet"] = 18181] = "G8ChainTestnet";
|
|
1831
1850
|
ChainId[ChainId["MXCzkEVMMainnet"] = 18686] = "MXCzkEVMMainnet";
|
|
1832
1851
|
ChainId[ChainId["HOMEVerseMainnet"] = 19011] = "HOMEVerseMainnet";
|
|
1833
1852
|
ChainId[ChainId["BTCIXNetwork"] = 19845] = "BTCIXNetwork";
|
|
@@ -1862,8 +1881,11 @@ var ChainId;
|
|
|
1862
1881
|
ChainId[ChainId["BitgertMainnet"] = 32520] = "BitgertMainnet";
|
|
1863
1882
|
ChainId[ChainId["FusionMainnet"] = 32659] = "FusionMainnet";
|
|
1864
1883
|
ChainId[ChainId["ZilliqaEVM"] = 32769] = "ZilliqaEVM";
|
|
1884
|
+
ChainId[ChainId["ZilliqaEVMIsolatedServer"] = 32990] = "ZilliqaEVMIsolatedServer";
|
|
1865
1885
|
ChainId[ChainId["ZilliqaEVMTestnet"] = 33101] = "ZilliqaEVMTestnet";
|
|
1866
1886
|
ChainId[ChainId["AvesMainnet"] = 33333] = "AvesMainnet";
|
|
1887
|
+
ChainId[ChainId["ZilliqaEVMDevnet"] = 33385] = "ZilliqaEVMDevnet";
|
|
1888
|
+
ChainId[ChainId["Zilliqa2EVMDevnet"] = 33469] = "Zilliqa2EVMDevnet";
|
|
1867
1889
|
ChainId[ChainId["J2OTaro"] = 35011] = "J2OTaro";
|
|
1868
1890
|
ChainId[ChainId["QMainnet"] = 35441] = "QMainnet";
|
|
1869
1891
|
ChainId[ChainId["QTestnet"] = 35443] = "QTestnet";
|
|
@@ -1878,6 +1900,7 @@ var ChainId;
|
|
|
1878
1900
|
ChainId[ChainId["CeloMainnet"] = 42220] = "CeloMainnet";
|
|
1879
1901
|
ChainId[ChainId["OasisEmeraldTestnet"] = 42261] = "OasisEmeraldTestnet";
|
|
1880
1902
|
ChainId[ChainId["OasisEmerald"] = 42262] = "OasisEmerald";
|
|
1903
|
+
ChainId[ChainId["GesotenVerseTestnet"] = 42801] = "GesotenVerseTestnet";
|
|
1881
1904
|
ChainId[ChainId["KintoTestnet"] = 42888] = "KintoTestnet";
|
|
1882
1905
|
ChainId[ChainId["Athereum"] = 43110] = "Athereum";
|
|
1883
1906
|
ChainId[ChainId["AvalancheFujiTestnet"] = 43113] = "AvalancheFujiTestnet";
|
|
@@ -2063,6 +2086,7 @@ var ChainId;
|
|
|
2063
2086
|
ChainId[ChainId["Vision-VpioneerTestChain"] = 666666] = "Vision-VpioneerTestChain";
|
|
2064
2087
|
ChainId[ChainId["BearNetworkChainTestnet"] = 751230] = "BearNetworkChainTestnet";
|
|
2065
2088
|
ChainId[ChainId["MiexsSmartchain"] = 761412] = "MiexsSmartchain";
|
|
2089
|
+
ChainId[ChainId["Modularium"] = 776877] = "Modularium";
|
|
2066
2090
|
ChainId[ChainId["OctaSpace"] = 800001] = "OctaSpace";
|
|
2067
2091
|
ChainId[ChainId["CURVEMainnet"] = 827431] = "CURVEMainnet";
|
|
2068
2092
|
ChainId[ChainId["4GoodNetwork"] = 846000] = "4GoodNetwork";
|