@revoke.cash/chains 64.0.0 → 65.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 +754 -102
- package/dist/src/enums.d.ts +90 -26
- package/dist/src/enums.js +90 -26
- package/package.json +1 -1
package/dist/src/chains.js
CHANGED
|
@@ -854,7 +854,7 @@ exports.chains = {
|
|
|
854
854
|
name: 'Telos EVM Mainnet',
|
|
855
855
|
chain: 'TLOS',
|
|
856
856
|
rpc: [
|
|
857
|
-
'https://
|
|
857
|
+
'https://rpc.telos.net',
|
|
858
858
|
'https://telos.drpc.org',
|
|
859
859
|
'wss://telos.drpc.org'
|
|
860
860
|
],
|
|
@@ -876,7 +876,7 @@ exports.chains = {
|
|
|
876
876
|
name: 'Telos EVM Testnet',
|
|
877
877
|
chain: 'TLOS',
|
|
878
878
|
rpc: [
|
|
879
|
-
'https://testnet.telos.net
|
|
879
|
+
'https://rpc.testnet.telos.net',
|
|
880
880
|
'https://telos-testnet.drpc.org',
|
|
881
881
|
'wss://telos-testnet.drpc.org'
|
|
882
882
|
],
|
|
@@ -2848,14 +2848,31 @@ exports.chains = {
|
|
|
2848
2848
|
130: {
|
|
2849
2849
|
name: 'Unichain',
|
|
2850
2850
|
chain: 'ETH',
|
|
2851
|
-
rpc: [
|
|
2851
|
+
rpc: [
|
|
2852
|
+
'https://mainnet.unichain.org',
|
|
2853
|
+
'https://unichain-rpc.publicnode.com',
|
|
2854
|
+
'wss://unichain-rpc.publicnode.com'
|
|
2855
|
+
],
|
|
2852
2856
|
faucets: [],
|
|
2853
2857
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
2854
2858
|
infoURL: 'https://unichain.org',
|
|
2855
2859
|
shortName: 'unichain',
|
|
2856
2860
|
chainId: 130,
|
|
2857
2861
|
networkId: 130,
|
|
2858
|
-
|
|
2862
|
+
icon: 'unichain',
|
|
2863
|
+
explorers: [
|
|
2864
|
+
{
|
|
2865
|
+
name: 'Unichain Mainnet Explorer',
|
|
2866
|
+
url: 'https://uniscan.xyz',
|
|
2867
|
+
standard: 'EIP3091'
|
|
2868
|
+
},
|
|
2869
|
+
{
|
|
2870
|
+
name: 'Unichain Mainnet Explorer',
|
|
2871
|
+
url: 'https://unichain.blockscout.com',
|
|
2872
|
+
standard: 'EIP3091'
|
|
2873
|
+
}
|
|
2874
|
+
],
|
|
2875
|
+
iconURL: 'https://ipfs.io/ipfs/QmWtu564n5T9KhhzKGMEcNWXXume5RzyUu7bARUX6ppHpW'
|
|
2859
2876
|
},
|
|
2860
2877
|
131: {
|
|
2861
2878
|
name: 'Engram Testnet',
|
|
@@ -7118,6 +7135,20 @@ exports.chains = {
|
|
|
7118
7135
|
networkId: 486,
|
|
7119
7136
|
status: 'incubating'
|
|
7120
7137
|
},
|
|
7138
|
+
495: {
|
|
7139
|
+
name: 'Landstars',
|
|
7140
|
+
chain: 'Landstars',
|
|
7141
|
+
icon: 'landstars',
|
|
7142
|
+
rpc: ['https://13882-60301.pph-server.de'],
|
|
7143
|
+
faucets: [],
|
|
7144
|
+
nativeCurrency: { name: 'Landstars', symbol: 'LDS', decimals: 18 },
|
|
7145
|
+
infoURL: 'https://github.com/khalikov001/landstars-info',
|
|
7146
|
+
shortName: 'lds',
|
|
7147
|
+
chainId: 495,
|
|
7148
|
+
networkId: 495,
|
|
7149
|
+
explorers: [],
|
|
7150
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreibjv5chptzvncnfrro7tlx43q4um2tho7kvebdpk6fm765irfle4q'
|
|
7151
|
+
},
|
|
7121
7152
|
499: {
|
|
7122
7153
|
name: 'Rupaya',
|
|
7123
7154
|
chain: 'RUPX',
|
|
@@ -7386,7 +7417,7 @@ exports.chains = {
|
|
|
7386
7417
|
]
|
|
7387
7418
|
},
|
|
7388
7419
|
545: {
|
|
7389
|
-
name: 'EVM
|
|
7420
|
+
name: 'Flow EVM Testnet',
|
|
7390
7421
|
chain: 'Flow',
|
|
7391
7422
|
rpc: ['https://testnet.evm.nodes.onflow.org'],
|
|
7392
7423
|
faucets: ['https://faucet.flow.com/fund-account'],
|
|
@@ -7920,23 +7951,17 @@ exports.chains = {
|
|
|
7920
7951
|
iconURL: 'https://ipfs.io/ipfs/Qma9rJSgy32UL1iXtXKFZQJA6FjkcUcDU4HR6y13Wu1vjn'
|
|
7921
7952
|
},
|
|
7922
7953
|
646: {
|
|
7923
|
-
name: 'Previewnet',
|
|
7954
|
+
name: 'Flow EVM Previewnet',
|
|
7924
7955
|
chain: 'Flow',
|
|
7925
|
-
rpc: [
|
|
7926
|
-
faucets: [
|
|
7956
|
+
rpc: [],
|
|
7957
|
+
faucets: [],
|
|
7927
7958
|
nativeCurrency: { name: 'FLOW', symbol: 'FLOW', decimals: 18 },
|
|
7928
7959
|
infoURL: 'https://developers.flow.com/evm/about',
|
|
7929
7960
|
shortName: 'flow-previewnet',
|
|
7930
7961
|
chainId: 646,
|
|
7931
7962
|
networkId: 646,
|
|
7932
7963
|
icon: 'flowevm',
|
|
7933
|
-
explorers: [
|
|
7934
|
-
{
|
|
7935
|
-
name: 'EVM on Flow Block Explorer (PreviewNet)',
|
|
7936
|
-
url: 'https://eth.flowscan.io',
|
|
7937
|
-
standard: 'EIP3091'
|
|
7938
|
-
}
|
|
7939
|
-
],
|
|
7964
|
+
explorers: [],
|
|
7940
7965
|
status: 'deprecated',
|
|
7941
7966
|
iconURL: 'https://ipfs.io/ipfs/QmQFugEvsfU3ARjjJ7YRLJwSxMfTk54WWzrofekTRBKFaC'
|
|
7942
7967
|
},
|
|
@@ -8644,7 +8669,7 @@ exports.chains = {
|
|
|
8644
8669
|
iconURL: 'https://ipfs.io/ipfs/bafkreieb6bx5nqv43qgykfuycpfilf5xk7v3jugli74ofb7pm6t6f5wcmu'
|
|
8645
8670
|
},
|
|
8646
8671
|
747: {
|
|
8647
|
-
name: 'EVM
|
|
8672
|
+
name: 'Flow EVM Mainnet',
|
|
8648
8673
|
chain: 'Flow',
|
|
8649
8674
|
rpc: ['https://mainnet.evm.nodes.onflow.org'],
|
|
8650
8675
|
faucets: [],
|
|
@@ -9375,6 +9400,27 @@ exports.chains = {
|
|
|
9375
9400
|
}
|
|
9376
9401
|
]
|
|
9377
9402
|
},
|
|
9403
|
+
881: {
|
|
9404
|
+
name: 'Weber Governance Mainnet',
|
|
9405
|
+
chain: 'PTT',
|
|
9406
|
+
rpc: ['https://chain.myweber.org'],
|
|
9407
|
+
faucets: [],
|
|
9408
|
+
nativeCurrency: { name: 'PALLET', symbol: 'PTT', decimals: 18 },
|
|
9409
|
+
infoURL: 'https://myweber.org',
|
|
9410
|
+
shortName: 'ptt',
|
|
9411
|
+
chainId: 881,
|
|
9412
|
+
networkId: 881,
|
|
9413
|
+
icon: 'ptt',
|
|
9414
|
+
explorers: [
|
|
9415
|
+
{
|
|
9416
|
+
name: 'Weber Governance Mainnet Explorer',
|
|
9417
|
+
url: 'https://mainnet.myweber.org',
|
|
9418
|
+
icon: 'ptt',
|
|
9419
|
+
standard: 'EIP3091'
|
|
9420
|
+
}
|
|
9421
|
+
],
|
|
9422
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreihwjhyhzxernwjyxm4edujzhou4bg6bpinwj7r4azifoljubgr3sq'
|
|
9423
|
+
},
|
|
9378
9424
|
888: {
|
|
9379
9425
|
name: 'Wanchain',
|
|
9380
9426
|
chain: 'WAN',
|
|
@@ -11318,12 +11364,18 @@ exports.chains = {
|
|
|
11318
11364
|
chain: 'Litheum',
|
|
11319
11365
|
rpc: ['https://testnet.litheum.com'],
|
|
11320
11366
|
faucets: [],
|
|
11321
|
-
nativeCurrency: { name: 'Lith', symbol: 'LTH', decimals:
|
|
11367
|
+
nativeCurrency: { name: 'Lith', symbol: 'LTH', decimals: 18 },
|
|
11322
11368
|
infoURL: 'https://litheum.com',
|
|
11323
11369
|
shortName: 'lith',
|
|
11324
11370
|
chainId: 1174,
|
|
11325
11371
|
networkId: 1174,
|
|
11326
|
-
explorers: [
|
|
11372
|
+
explorers: [
|
|
11373
|
+
{
|
|
11374
|
+
name: 'Litheum Test Network Explorer',
|
|
11375
|
+
url: 'https://explorer.litheum.com',
|
|
11376
|
+
standard: 'EIP3091'
|
|
11377
|
+
}
|
|
11378
|
+
]
|
|
11327
11379
|
},
|
|
11328
11380
|
1177: {
|
|
11329
11381
|
name: 'Smart Host Teknoloji TESTNET',
|
|
@@ -12211,6 +12263,7 @@ exports.chains = {
|
|
|
12211
12263
|
shortName: 'unichain-sep',
|
|
12212
12264
|
chainId: 1301,
|
|
12213
12265
|
networkId: 1301,
|
|
12266
|
+
icon: 'unichain-testnet',
|
|
12214
12267
|
explorers: [
|
|
12215
12268
|
{
|
|
12216
12269
|
name: 'Unichain Sepolia Testnet Explorer',
|
|
@@ -12222,7 +12275,29 @@ exports.chains = {
|
|
|
12222
12275
|
url: 'https://sepolia.uniscan.xyz',
|
|
12223
12276
|
standard: 'EIP3091'
|
|
12224
12277
|
}
|
|
12225
|
-
]
|
|
12278
|
+
],
|
|
12279
|
+
iconURL: 'https://ipfs.io/ipfs/QmbdpXXsDDtskhYSFVg3UZqFLcdVhcTKDD29CzKTpgCLCb'
|
|
12280
|
+
},
|
|
12281
|
+
1310: {
|
|
12282
|
+
name: 'COINZAX',
|
|
12283
|
+
chain: 'ZAX',
|
|
12284
|
+
icon: 'coinzaxIcon',
|
|
12285
|
+
rpc: ['https://rpc.coinzax.com'],
|
|
12286
|
+
faucets: [],
|
|
12287
|
+
nativeCurrency: { name: 'COINZAX', symbol: 'ZAX', decimals: 18 },
|
|
12288
|
+
infoURL: 'https://coinzax.com',
|
|
12289
|
+
shortName: 'zax',
|
|
12290
|
+
chainId: 1310,
|
|
12291
|
+
networkId: 1310,
|
|
12292
|
+
status: 'active',
|
|
12293
|
+
explorers: [
|
|
12294
|
+
{
|
|
12295
|
+
name: 'COINZAX Explorer',
|
|
12296
|
+
url: 'https://explorer.coinzax.com',
|
|
12297
|
+
standard: 'EIP3091'
|
|
12298
|
+
}
|
|
12299
|
+
],
|
|
12300
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreidkgk23jw6vwxrfoslz2hzucz5s63fyetewehoyldjjhmogx56qam'
|
|
12226
12301
|
},
|
|
12227
12302
|
1311: {
|
|
12228
12303
|
name: 'Dos Fuji Subnet',
|
|
@@ -14692,19 +14767,24 @@ exports.chains = {
|
|
|
14692
14767
|
},
|
|
14693
14768
|
1995: {
|
|
14694
14769
|
name: 'edeXa Testnet',
|
|
14695
|
-
chain: 'edeXa
|
|
14696
|
-
rpc: [
|
|
14770
|
+
chain: 'edeXa',
|
|
14771
|
+
rpc: [
|
|
14772
|
+
'https://testnet.edexa.network/rpc',
|
|
14773
|
+
'wss://testnet.edexa.network/wss',
|
|
14774
|
+
'https://testnet.edexa.com/rpc',
|
|
14775
|
+
'wss://testnet.edexa.com/wss'
|
|
14776
|
+
],
|
|
14697
14777
|
faucets: ['https://faucet.edexa.com/'],
|
|
14698
|
-
nativeCurrency: { name: '
|
|
14778
|
+
nativeCurrency: { name: 'edeXa', symbol: 'tEDX', decimals: 18 },
|
|
14699
14779
|
infoURL: 'https://edexa.network/',
|
|
14700
|
-
shortName: '
|
|
14780
|
+
shortName: 'edxt',
|
|
14701
14781
|
chainId: 1995,
|
|
14702
14782
|
networkId: 1995,
|
|
14703
14783
|
slip44: 1,
|
|
14704
14784
|
icon: 'edexa',
|
|
14705
14785
|
explorers: [
|
|
14706
14786
|
{
|
|
14707
|
-
name: 'edexa-testnet',
|
|
14787
|
+
name: 'edexa-testnet-explorer',
|
|
14708
14788
|
url: 'https://explorer.testnet.edexa.network',
|
|
14709
14789
|
standard: 'EIP3091'
|
|
14710
14790
|
}
|
|
@@ -17973,7 +18053,8 @@ exports.chains = {
|
|
|
17973
18053
|
'https://peaq.api.onfinality.io/public',
|
|
17974
18054
|
'https://peaq-rpc.dwellir.com',
|
|
17975
18055
|
'https://peaq-rpc.publicnode.com',
|
|
17976
|
-
'https://evm.peaq.network'
|
|
18056
|
+
'https://evm.peaq.network',
|
|
18057
|
+
'https://responsive-powerful-mansion.peaq-mainnet.quiknode.pro/29963d0a2deee01a20b091926b08d68db12bc68b'
|
|
17977
18058
|
],
|
|
17978
18059
|
faucets: [],
|
|
17979
18060
|
nativeCurrency: { name: 'peaq', symbol: 'PEAQ', decimals: 18 },
|
|
@@ -18466,6 +18547,28 @@ exports.chains = {
|
|
|
18466
18547
|
status: 'deprecated',
|
|
18467
18548
|
iconURL: 'https://ipfs.io/ipfs/Qmf4GoxfpeA5VGqu7KP5eyv1WKaCpNDbvMxq1MjQBwFWxq'
|
|
18468
18549
|
},
|
|
18550
|
+
3721: {
|
|
18551
|
+
name: 'Xone Mainnet',
|
|
18552
|
+
chain: 'XOC',
|
|
18553
|
+
icon: 'Xonechain',
|
|
18554
|
+
rpc: ['https://rpc.xone.org'],
|
|
18555
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
18556
|
+
faucets: ['https://faucet.xone.org/'],
|
|
18557
|
+
nativeCurrency: { name: 'Xone Coin', symbol: 'XOC', decimals: 18 },
|
|
18558
|
+
infoURL: 'https://xone.org',
|
|
18559
|
+
shortName: 'XOC',
|
|
18560
|
+
chainId: 3721,
|
|
18561
|
+
networkId: 3721,
|
|
18562
|
+
explorers: [
|
|
18563
|
+
{
|
|
18564
|
+
name: 'Xonescan',
|
|
18565
|
+
url: 'https://xscscan.com',
|
|
18566
|
+
icon: 'Xonescan',
|
|
18567
|
+
standard: 'EIP3091'
|
|
18568
|
+
}
|
|
18569
|
+
],
|
|
18570
|
+
iconURL: 'https://ipfs.io/ipfs/QmR3twvfhDES34nLhcVmUbAZpW4eynZoSfA2XpWUBnH7gB'
|
|
18571
|
+
},
|
|
18469
18572
|
3737: {
|
|
18470
18573
|
name: 'Crossbell',
|
|
18471
18574
|
chain: 'Crossbell',
|
|
@@ -19536,6 +19639,38 @@ exports.chains = {
|
|
|
19536
19639
|
],
|
|
19537
19640
|
iconURL: 'https://ipfs.io/ipfs/QmQJ21NWyGGDraicVEzS1Uqq1yXahM9NCuNZgnfYvtspdt'
|
|
19538
19641
|
},
|
|
19642
|
+
4352: {
|
|
19643
|
+
name: 'MemeCore',
|
|
19644
|
+
title: 'MemeCore',
|
|
19645
|
+
chain: 'MemeCore',
|
|
19646
|
+
icon: 'memecore',
|
|
19647
|
+
rpc: ['https://rpc.memecore.net', 'wss://ws.memecore.net'],
|
|
19648
|
+
nativeCurrency: { name: 'M', symbol: 'M', decimals: 18 },
|
|
19649
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
19650
|
+
faucets: [],
|
|
19651
|
+
infoURL: 'https://memecore.com',
|
|
19652
|
+
shortName: 'm',
|
|
19653
|
+
chainId: 4352,
|
|
19654
|
+
networkId: 4352,
|
|
19655
|
+
explorers: [
|
|
19656
|
+
{
|
|
19657
|
+
name: 'OKX-MemeCore',
|
|
19658
|
+
url: 'https://www.okx.com/web3/explorer/memecore',
|
|
19659
|
+
standard: 'EIP3091'
|
|
19660
|
+
},
|
|
19661
|
+
{
|
|
19662
|
+
name: 'MemeCoreScan',
|
|
19663
|
+
url: 'https://memecorescan.io',
|
|
19664
|
+
standard: 'EIP3091'
|
|
19665
|
+
},
|
|
19666
|
+
{
|
|
19667
|
+
name: 'MemeCore explorer',
|
|
19668
|
+
url: 'https://blockscout.memecore.com',
|
|
19669
|
+
standard: 'EIP3091'
|
|
19670
|
+
}
|
|
19671
|
+
],
|
|
19672
|
+
iconURL: 'https://ipfs.io/ipfs/QmX2DPJqHjMRUYD4CMpXBDBpqa3p8c4DkE4iiHtcxBJe3i'
|
|
19673
|
+
},
|
|
19539
19674
|
4400: {
|
|
19540
19675
|
name: 'Credit Smart Chain Mainnet',
|
|
19541
19676
|
chain: 'CREDIT',
|
|
@@ -20276,24 +20411,24 @@ exports.chains = {
|
|
|
20276
20411
|
iconURL: 'https://ipfs.io/ipfs/QmVixPVBBnprnjsoG4r6KDT2SwupjFyT2zZ5M77fHyU6ud'
|
|
20277
20412
|
},
|
|
20278
20413
|
5090: {
|
|
20279
|
-
name: '
|
|
20414
|
+
name: 'Pione Chain Mainnet',
|
|
20280
20415
|
chain: 'PIO',
|
|
20281
20416
|
icon: 'pio',
|
|
20282
20417
|
rpc: ['https://rpc.pionescan.com'],
|
|
20283
20418
|
faucets: [],
|
|
20284
|
-
nativeCurrency: { name: '
|
|
20419
|
+
nativeCurrency: { name: 'Pione', symbol: 'PIO', decimals: 18 },
|
|
20285
20420
|
infoURL: 'https://pionechain.com',
|
|
20286
20421
|
shortName: 'pio',
|
|
20287
20422
|
chainId: 5090,
|
|
20288
20423
|
networkId: 5090,
|
|
20289
20424
|
explorers: [
|
|
20290
20425
|
{
|
|
20291
|
-
name: '
|
|
20426
|
+
name: 'Pione Chain Explorer',
|
|
20292
20427
|
url: 'https://pionescan.com',
|
|
20293
20428
|
standard: 'EIP3091'
|
|
20294
20429
|
}
|
|
20295
20430
|
],
|
|
20296
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
20431
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreibbs2nlmnd7vrur6fyfjl4mqqjcjnjbtwrk35juma6zoxtn2l3xce'
|
|
20297
20432
|
},
|
|
20298
20433
|
5100: {
|
|
20299
20434
|
name: 'Syndicate Testnet',
|
|
@@ -20439,22 +20574,22 @@ exports.chains = {
|
|
|
20439
20574
|
iconURL: 'https://ipfs.io/ipfs/QmTfgH4X7ZWkHprKgjUZ7SDcCGtS5f2CBuaTEtQYMsydmJ'
|
|
20440
20575
|
},
|
|
20441
20576
|
5151: {
|
|
20442
|
-
name: '
|
|
20443
|
-
chain: '
|
|
20577
|
+
name: 'Moca Chain Testnet',
|
|
20578
|
+
chain: 'Moca Chain',
|
|
20444
20579
|
rpc: ['https://testnet-rpc.mechain.tech'],
|
|
20445
20580
|
faucets: ['https://faucet.mechain.tech'],
|
|
20446
|
-
nativeCurrency: { name: '
|
|
20581
|
+
nativeCurrency: { name: 'MOCA', symbol: 'MOCA', decimals: 18 },
|
|
20447
20582
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
20448
20583
|
infoURL: 'https://mechain.tech',
|
|
20449
|
-
shortName: '
|
|
20584
|
+
shortName: 'MOCA',
|
|
20450
20585
|
chainId: 5151,
|
|
20451
20586
|
networkId: 5151,
|
|
20452
|
-
icon: '
|
|
20587
|
+
icon: 'moca',
|
|
20453
20588
|
explorers: [
|
|
20454
20589
|
{
|
|
20455
|
-
name: '
|
|
20590
|
+
name: 'Moca Chain Scan',
|
|
20456
20591
|
url: 'https://testnet-scan.mechain.tech',
|
|
20457
|
-
icon: '
|
|
20592
|
+
icon: 'moca',
|
|
20458
20593
|
standard: 'EIP3091'
|
|
20459
20594
|
}
|
|
20460
20595
|
],
|
|
@@ -20752,20 +20887,25 @@ exports.chains = {
|
|
|
20752
20887
|
},
|
|
20753
20888
|
5424: {
|
|
20754
20889
|
name: 'edeXa Mainnet',
|
|
20755
|
-
chain: 'edeXa
|
|
20756
|
-
rpc: [
|
|
20890
|
+
chain: 'edeXa',
|
|
20891
|
+
rpc: [
|
|
20892
|
+
'https://mainnet.edexa.network/rpc',
|
|
20893
|
+
'wss://mainnet.edexa.network/wss',
|
|
20894
|
+
'https://mainnet.edexa.com/rpc',
|
|
20895
|
+
'wss://mainnet.edexa.com/wss'
|
|
20896
|
+
],
|
|
20757
20897
|
faucets: [],
|
|
20758
20898
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
20759
|
-
nativeCurrency: { name: '
|
|
20899
|
+
nativeCurrency: { name: 'edeXa', symbol: 'EDX', decimals: 18 },
|
|
20760
20900
|
infoURL: 'https://edexa.network/',
|
|
20761
|
-
shortName: '
|
|
20901
|
+
shortName: 'edx',
|
|
20762
20902
|
chainId: 5424,
|
|
20763
20903
|
networkId: 5424,
|
|
20764
20904
|
slip44: 1,
|
|
20765
20905
|
icon: 'edexa',
|
|
20766
20906
|
explorers: [
|
|
20767
20907
|
{
|
|
20768
|
-
name: 'edexa-mainnet',
|
|
20908
|
+
name: 'edexa-mainnet-explorer',
|
|
20769
20909
|
url: 'https://explorer.edexa.network',
|
|
20770
20910
|
standard: 'EIP3091'
|
|
20771
20911
|
}
|
|
@@ -21056,10 +21196,10 @@ exports.chains = {
|
|
|
21056
21196
|
name: 'Tanssi Demo',
|
|
21057
21197
|
chain: 'TANGO',
|
|
21058
21198
|
rpc: [
|
|
21059
|
-
'https://
|
|
21060
|
-
'wss://
|
|
21199
|
+
'https://dancebox-3001.tanssi-api.network',
|
|
21200
|
+
'wss://dancebox-3001.tanssi-api.network'
|
|
21061
21201
|
],
|
|
21062
|
-
faucets: [],
|
|
21202
|
+
faucets: ['https://apps.tanssi.network/demo'],
|
|
21063
21203
|
nativeCurrency: { name: 'TANGO', symbol: 'TANGO', decimals: 18 },
|
|
21064
21204
|
infoURL: 'https://docs.tanssi.network/builders/tanssi-network/networks/dancebox/demo-evm-containerchain',
|
|
21065
21205
|
shortName: 'tango',
|
|
@@ -21068,7 +21208,7 @@ exports.chains = {
|
|
|
21068
21208
|
explorers: [
|
|
21069
21209
|
{
|
|
21070
21210
|
name: 'BlockScout',
|
|
21071
|
-
url: 'https://3001-
|
|
21211
|
+
url: 'https://fra-dancebox-3001-bs.a.dancebox.tanssi.network',
|
|
21072
21212
|
standard: 'EIP3091'
|
|
21073
21213
|
}
|
|
21074
21214
|
]
|
|
@@ -21427,6 +21567,19 @@ exports.chains = {
|
|
|
21427
21567
|
],
|
|
21428
21568
|
iconURL: 'https://ipfs.io/ipfs/Qma6cGPCDcJPFxy5KQaMBrLtuVQiqeLncXVybcBoQuhai5'
|
|
21429
21569
|
},
|
|
21570
|
+
6122: {
|
|
21571
|
+
name: 'Tea Mainnet',
|
|
21572
|
+
chain: 'TEA',
|
|
21573
|
+
rpc: [],
|
|
21574
|
+
faucets: [],
|
|
21575
|
+
nativeCurrency: { name: 'Tea', symbol: 'TEA', decimals: 18 },
|
|
21576
|
+
infoURL: 'https://tea.xyz',
|
|
21577
|
+
shortName: 'tea',
|
|
21578
|
+
chainId: 6122,
|
|
21579
|
+
networkId: 6122,
|
|
21580
|
+
parent: { type: 'L2', chain: 'eip155-1' },
|
|
21581
|
+
status: 'incubating'
|
|
21582
|
+
},
|
|
21430
21583
|
6278: {
|
|
21431
21584
|
name: 'Rails',
|
|
21432
21585
|
title: 'Rails Network Mainnet',
|
|
@@ -21997,7 +22150,7 @@ exports.chains = {
|
|
|
21997
22150
|
iconURL: 'https://ipfs.io/ipfs/QmRwyxmvNEJBJwXDFAAGSaoUqTLjdthwzhKx3rjyKRR6ZL'
|
|
21998
22151
|
},
|
|
21999
22152
|
6900: {
|
|
22000
|
-
name: 'Nibiru
|
|
22153
|
+
name: 'Nibiru cataclysm-1',
|
|
22001
22154
|
chain: 'Nibiru',
|
|
22002
22155
|
rpc: ['https://evm-rpc.nibiru.fi'],
|
|
22003
22156
|
faucets: [],
|
|
@@ -22327,7 +22480,7 @@ exports.chains = {
|
|
|
22327
22480
|
explorers: [
|
|
22328
22481
|
{
|
|
22329
22482
|
name: 'Bitrock Explorer',
|
|
22330
|
-
url: 'https://
|
|
22483
|
+
url: 'https://brockscan.io',
|
|
22331
22484
|
standard: 'EIP3091'
|
|
22332
22485
|
}
|
|
22333
22486
|
],
|
|
@@ -22391,7 +22544,7 @@ exports.chains = {
|
|
|
22391
22544
|
iconURL: 'https://ipfs.io/ipfs/bafybeihgu3exoshubbgou5u6cyylpgo3wtc2n6kkmvw67q4bemucuw3goa'
|
|
22392
22545
|
},
|
|
22393
22546
|
7210: {
|
|
22394
|
-
name: 'Nibiru
|
|
22547
|
+
name: 'Nibiru testnet-1',
|
|
22395
22548
|
chain: 'Nibiru',
|
|
22396
22549
|
rpc: ['https://evm-rpc.testnet-1.nibiru.fi'],
|
|
22397
22550
|
faucets: [],
|
|
@@ -22405,7 +22558,7 @@ exports.chains = {
|
|
|
22405
22558
|
iconURL: 'https://ipfs.io/ipfs/QmZ4ujZagoLozYSypp7uJESgExJhGGJTmmpT6AoDV8GzZW'
|
|
22406
22559
|
},
|
|
22407
22560
|
7222: {
|
|
22408
|
-
name: 'Nibiru
|
|
22561
|
+
name: 'Nibiru devnet-3',
|
|
22409
22562
|
chain: 'Nibiru',
|
|
22410
22563
|
rpc: ['https://evm-rpc.devnet-3.nibiru.fi'],
|
|
22411
22564
|
faucets: [],
|
|
@@ -22419,7 +22572,7 @@ exports.chains = {
|
|
|
22419
22572
|
iconURL: 'https://ipfs.io/ipfs/QmZ4ujZagoLozYSypp7uJESgExJhGGJTmmpT6AoDV8GzZW'
|
|
22420
22573
|
},
|
|
22421
22574
|
7233: {
|
|
22422
|
-
name: 'InitVerse
|
|
22575
|
+
name: 'InitVerse Mainnet',
|
|
22423
22576
|
chain: 'InitVerse',
|
|
22424
22577
|
rpc: ['https://rpc-mainnet.inichain.com'],
|
|
22425
22578
|
faucets: [],
|
|
@@ -23533,6 +23686,19 @@ exports.chains = {
|
|
|
23533
23686
|
chainId: 8098,
|
|
23534
23687
|
networkId: 8098
|
|
23535
23688
|
},
|
|
23689
|
+
8099: {
|
|
23690
|
+
name: 'Bharat Blockchain Network Mainnet',
|
|
23691
|
+
chain: 'BBN',
|
|
23692
|
+
rpc: ['https://bbnrpc.mainnet.bharatblockchain.io'],
|
|
23693
|
+
faucets: [],
|
|
23694
|
+
nativeCurrency: { name: 'BBN', symbol: 'BBN', decimals: 18 },
|
|
23695
|
+
features: [],
|
|
23696
|
+
infoURL: 'https://bharatblockchain.io/',
|
|
23697
|
+
shortName: 'bbn',
|
|
23698
|
+
chainId: 8099,
|
|
23699
|
+
networkId: 8099,
|
|
23700
|
+
explorers: []
|
|
23701
|
+
},
|
|
23536
23702
|
8108: {
|
|
23537
23703
|
name: 'Zenchain',
|
|
23538
23704
|
chain: 'ZCX',
|
|
@@ -23968,6 +24134,19 @@ exports.chains = {
|
|
|
23968
24134
|
networkId: 8545,
|
|
23969
24135
|
explorers: []
|
|
23970
24136
|
},
|
|
24137
|
+
8569: {
|
|
24138
|
+
name: 'New Reality Blockchain',
|
|
24139
|
+
chain: 'NEWRL',
|
|
24140
|
+
rpc: [],
|
|
24141
|
+
faucets: [],
|
|
24142
|
+
nativeCurrency: { name: 'NewReal', symbol: 'NEWRL', decimals: 18 },
|
|
24143
|
+
features: [],
|
|
24144
|
+
infoURL: 'https://newreality.bond/',
|
|
24145
|
+
shortName: 'newrl',
|
|
24146
|
+
chainId: 8569,
|
|
24147
|
+
networkId: 8569,
|
|
24148
|
+
status: 'incubating'
|
|
24149
|
+
},
|
|
23971
24150
|
8654: {
|
|
23972
24151
|
name: 'Toki Network',
|
|
23973
24152
|
chain: 'TOKI',
|
|
@@ -24735,20 +24914,16 @@ exports.chains = {
|
|
|
24735
24914
|
iconURL: 'https://ipfs.io/ipfs/bafkreiatrf5pp7ywvrwvsv4otrex73u6v6bvhorqkxiop2hy2i572zjrba'
|
|
24736
24915
|
},
|
|
24737
24916
|
9008: {
|
|
24738
|
-
name: 'Shido
|
|
24917
|
+
name: 'Shido Network',
|
|
24739
24918
|
chain: 'Shido Mainnet',
|
|
24740
24919
|
rpc: [
|
|
24741
|
-
'https://
|
|
24742
|
-
'wss://
|
|
24743
|
-
'https://
|
|
24744
|
-
'wss://wss
|
|
24920
|
+
'https://shido-mainnet-archive-lb-nw5es9.zeeve.net/USjg7xqUmCZ4wCsqEOOE/rpc',
|
|
24921
|
+
'wss://shido-mainnet-archive-lb-nw5es9.zeeve.net/USjg7xqUmCZ4wCsqEOOE/ws',
|
|
24922
|
+
'https://evm.shidoscan.net',
|
|
24923
|
+
'wss://wss.shidoscan.net'
|
|
24745
24924
|
],
|
|
24746
24925
|
faucets: [],
|
|
24747
|
-
nativeCurrency: {
|
|
24748
|
-
name: 'Shido Mainnet Token',
|
|
24749
|
-
symbol: 'SHIDO',
|
|
24750
|
-
decimals: 18
|
|
24751
|
-
},
|
|
24926
|
+
nativeCurrency: { name: 'Shido', symbol: 'SHIDO', decimals: 18 },
|
|
24752
24927
|
infoURL: 'https://shido.io',
|
|
24753
24928
|
shortName: 'Shido',
|
|
24754
24929
|
chainId: 9008,
|
|
@@ -24756,7 +24931,7 @@ exports.chains = {
|
|
|
24756
24931
|
icon: 'shidoChain',
|
|
24757
24932
|
explorers: [
|
|
24758
24933
|
{
|
|
24759
|
-
name: '
|
|
24934
|
+
name: 'Shidoscan',
|
|
24760
24935
|
url: 'https://shidoscan.com',
|
|
24761
24936
|
standard: 'none',
|
|
24762
24937
|
icon: 'shidoChain'
|
|
@@ -24941,6 +25116,21 @@ exports.chains = {
|
|
|
24941
25116
|
chainId: 9100,
|
|
24942
25117
|
networkId: 9100
|
|
24943
25118
|
},
|
|
25119
|
+
9108: {
|
|
25120
|
+
name: 'Destra Dubai Testnet',
|
|
25121
|
+
chain: 'Destra',
|
|
25122
|
+
status: 'active',
|
|
25123
|
+
rpc: [],
|
|
25124
|
+
faucets: [],
|
|
25125
|
+
nativeCurrency: { name: 'Sync', symbol: 'SYNC', decimals: 18 },
|
|
25126
|
+
infoURL: '',
|
|
25127
|
+
shortName: 'Destra',
|
|
25128
|
+
chainId: 9108,
|
|
25129
|
+
networkId: 9108,
|
|
25130
|
+
slip44: 1,
|
|
25131
|
+
explorers: [],
|
|
25132
|
+
parent: { type: 'L2', chain: 'eip155-4', bridges: [] }
|
|
25133
|
+
},
|
|
24944
25134
|
9170: {
|
|
24945
25135
|
name: 'Rinia Testnet Old',
|
|
24946
25136
|
chain: 'FIRE',
|
|
@@ -25020,6 +25210,34 @@ exports.chains = {
|
|
|
25020
25210
|
],
|
|
25021
25211
|
iconURL: 'https://ipfs.io/ipfs/QmZCadkExKThak3msvszZjo6UnAbUJKE61dAcg4TixuMC3'
|
|
25022
25212
|
},
|
|
25213
|
+
9369: {
|
|
25214
|
+
name: 'Z Chain',
|
|
25215
|
+
title: 'Z Chain',
|
|
25216
|
+
chain: 'Z',
|
|
25217
|
+
rpc: ['https://z-chain-rpc.eu-north-2.gateway.fm/?apiKey=${API_KEY}'],
|
|
25218
|
+
faucets: [],
|
|
25219
|
+
features: [{ name: 'EIP155' }],
|
|
25220
|
+
nativeCurrency: { name: 'Z', symbol: 'Z', decimals: 18 },
|
|
25221
|
+
infoURL: 'https://zero.tech',
|
|
25222
|
+
shortName: 'z',
|
|
25223
|
+
chainId: 9369,
|
|
25224
|
+
networkId: 9369,
|
|
25225
|
+
icon: 'z',
|
|
25226
|
+
explorers: [
|
|
25227
|
+
{
|
|
25228
|
+
name: 'blockscout',
|
|
25229
|
+
url: 'https://z-chain-blockscout.eu-north-2.gateway.fm',
|
|
25230
|
+
icon: 'z',
|
|
25231
|
+
standard: 'EIP3091'
|
|
25232
|
+
}
|
|
25233
|
+
],
|
|
25234
|
+
parent: {
|
|
25235
|
+
type: 'L2',
|
|
25236
|
+
chain: 'eip155-1',
|
|
25237
|
+
bridges: [{ url: 'https://z-chain-bridge.eu-north-2.gateway.fm' }]
|
|
25238
|
+
},
|
|
25239
|
+
iconURL: 'https://ipfs.io/ipfs/bafybeiech76mp6ro4lo7pyferpovrnvghwb745upatj5h6be4cnav52zwu'
|
|
25240
|
+
},
|
|
25023
25241
|
9372: {
|
|
25024
25242
|
name: 'Oasys Testnet',
|
|
25025
25243
|
chain: 'Oasys',
|
|
@@ -25465,6 +25683,28 @@ exports.chains = {
|
|
|
25465
25683
|
}
|
|
25466
25684
|
]
|
|
25467
25685
|
},
|
|
25686
|
+
9889: {
|
|
25687
|
+
name: 'pointledger',
|
|
25688
|
+
chain: 'pointledger',
|
|
25689
|
+
icon: 'pointledger',
|
|
25690
|
+
rpc: ['https://rpc.pointledger.net'],
|
|
25691
|
+
faucets: [],
|
|
25692
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
25693
|
+
nativeCurrency: { name: 'PLG', symbol: 'PLG', decimals: 18 },
|
|
25694
|
+
infoURL: 'https://pointledger.net',
|
|
25695
|
+
shortName: 'pointledger',
|
|
25696
|
+
chainId: 9889,
|
|
25697
|
+
networkId: 9889,
|
|
25698
|
+
explorers: [
|
|
25699
|
+
{
|
|
25700
|
+
name: 'pointledger Explorer',
|
|
25701
|
+
url: 'https://exp.pointledger.net',
|
|
25702
|
+
icon: 'pointledger',
|
|
25703
|
+
standard: 'EIP3091'
|
|
25704
|
+
}
|
|
25705
|
+
],
|
|
25706
|
+
iconURL: 'https://ipfs.io/ipfs/QmV1Q7Q9XKRin5C5Qg6TTb3BnqmC1Qb6jyebUbTMXGPV1L'
|
|
25707
|
+
},
|
|
25468
25708
|
9897: {
|
|
25469
25709
|
name: 'arena-z-testnet',
|
|
25470
25710
|
title: 'Arena-Z-Testnet',
|
|
@@ -25827,6 +26067,23 @@ exports.chains = {
|
|
|
25827
26067
|
networkId: 10010,
|
|
25828
26068
|
iconURL: 'https://ipfs.io/ipfs/Qmdz49xumH5yHb9jXKLR69Liv4STJQq5xW1g9xCQ9vJ3fB'
|
|
25829
26069
|
},
|
|
26070
|
+
10011: {
|
|
26071
|
+
name: 'DeepSafe Beta Mainnet',
|
|
26072
|
+
chain: 'DeepSafe',
|
|
26073
|
+
rpc: ['https://betamainnet-rpc-node-http.deepsafe.network'],
|
|
26074
|
+
faucets: [],
|
|
26075
|
+
nativeCurrency: {
|
|
26076
|
+
name: 'DeepSafe Native Token',
|
|
26077
|
+
symbol: 'DEF',
|
|
26078
|
+
decimals: 18
|
|
26079
|
+
},
|
|
26080
|
+
infoURL: 'https://deepsafe.network/',
|
|
26081
|
+
shortName: 'DeepSafe',
|
|
26082
|
+
chainId: 10011,
|
|
26083
|
+
networkId: 10011,
|
|
26084
|
+
icon: 'deepsafe',
|
|
26085
|
+
iconURL: 'https://ipfs.io/ipfs/QmQJi1wfrLzywtbvNetvc6hV6SL825qvgZSKe3coJv8JNm'
|
|
26086
|
+
},
|
|
25830
26087
|
10024: {
|
|
25831
26088
|
name: 'Gon Chain',
|
|
25832
26089
|
chain: 'GonChain',
|
|
@@ -25913,6 +26170,28 @@ exports.chains = {
|
|
|
25913
26170
|
],
|
|
25914
26171
|
iconURL: 'https://ipfs.io/ipfs/bafkreih2t3wrflgcnha4aeonyn23h43rcbskatzvwliyatp5shudkwu2d4'
|
|
25915
26172
|
},
|
|
26173
|
+
10085: {
|
|
26174
|
+
name: 'Volcano Chain Mainnet',
|
|
26175
|
+
chain: 'Volcano',
|
|
26176
|
+
icon: 'volcano',
|
|
26177
|
+
rpc: ['https://mainnet.vchain.pro', 'wss://wss.mainnet.vchain.pro'],
|
|
26178
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
26179
|
+
faucets: [],
|
|
26180
|
+
nativeCurrency: { name: 'Volcano Coin', symbol: 'VC', decimals: 18 },
|
|
26181
|
+
infoURL: 'https://vex.pro',
|
|
26182
|
+
shortName: 'volcanochain',
|
|
26183
|
+
chainId: 10085,
|
|
26184
|
+
networkId: 10085,
|
|
26185
|
+
explorers: [
|
|
26186
|
+
{
|
|
26187
|
+
name: 'blockscout',
|
|
26188
|
+
url: 'https://vchainscan.com',
|
|
26189
|
+
icon: 'volcano',
|
|
26190
|
+
standard: 'EIP3091'
|
|
26191
|
+
}
|
|
26192
|
+
],
|
|
26193
|
+
iconURL: 'https://ipfs.io/ipfs/QmNsY3REsQHYoQHdxpm1ecH7pzZfxSSH6TBAa7ZjR1wuBu'
|
|
26194
|
+
},
|
|
25916
26195
|
10086: {
|
|
25917
26196
|
name: 'SJATSH',
|
|
25918
26197
|
chain: 'ETH',
|
|
@@ -26045,6 +26324,19 @@ exports.chains = {
|
|
|
26045
26324
|
],
|
|
26046
26325
|
iconURL: 'https://ipfs.io/ipfs/QmRhQG9TZrXDdbQeTzBmjg3pqgwaD5TKVZj8k4kaz8AoZx'
|
|
26047
26326
|
},
|
|
26327
|
+
10218: {
|
|
26328
|
+
name: 'Tea Sepolia Testnet',
|
|
26329
|
+
chain: 'ETH',
|
|
26330
|
+
rpc: [],
|
|
26331
|
+
faucets: [],
|
|
26332
|
+
nativeCurrency: { name: 'Sepolia Tea', symbol: 'TEA', decimals: 18 },
|
|
26333
|
+
infoURL: 'https://tea.xyz',
|
|
26334
|
+
shortName: 'teasep',
|
|
26335
|
+
chainId: 10218,
|
|
26336
|
+
networkId: 10218,
|
|
26337
|
+
parent: { type: 'L2', chain: 'eip155-11155111' },
|
|
26338
|
+
status: 'incubating'
|
|
26339
|
+
},
|
|
26048
26340
|
10222: {
|
|
26049
26341
|
name: 'GLScan',
|
|
26050
26342
|
chain: 'GLC',
|
|
@@ -29042,6 +29334,28 @@ exports.chains = {
|
|
|
29042
29334
|
}
|
|
29043
29335
|
]
|
|
29044
29336
|
},
|
|
29337
|
+
21000: {
|
|
29338
|
+
name: 'Action Mainnet',
|
|
29339
|
+
chain: 'Action',
|
|
29340
|
+
icon: 'action',
|
|
29341
|
+
rpc: ['https://rpc.actionblockchain.org'],
|
|
29342
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
29343
|
+
faucets: [],
|
|
29344
|
+
nativeCurrency: { name: 'Action', symbol: 'ACTN', decimals: 18 },
|
|
29345
|
+
infoURL: 'https://docs.actioncoin.com',
|
|
29346
|
+
shortName: 'ACTN',
|
|
29347
|
+
chainId: 21000,
|
|
29348
|
+
networkId: 21000,
|
|
29349
|
+
explorers: [
|
|
29350
|
+
{
|
|
29351
|
+
name: 'Action Mainnet Explorer',
|
|
29352
|
+
url: 'http://exp.actionblockchain.org',
|
|
29353
|
+
icon: 'action',
|
|
29354
|
+
standard: 'EIP3091'
|
|
29355
|
+
}
|
|
29356
|
+
],
|
|
29357
|
+
iconURL: 'https://ipfs.io/ipfs/QmNkyJNwgHEWYnxq8BPaQ83WxrVVPrdzvQKKY22PRqhRts'
|
|
29358
|
+
},
|
|
29045
29359
|
21004: {
|
|
29046
29360
|
name: 'C4EI',
|
|
29047
29361
|
chain: 'C4EI',
|
|
@@ -29585,6 +29899,18 @@ exports.chains = {
|
|
|
29585
29899
|
chainId: 24734,
|
|
29586
29900
|
networkId: 37480
|
|
29587
29901
|
},
|
|
29902
|
+
24816: {
|
|
29903
|
+
name: 'Recall',
|
|
29904
|
+
chain: 'Recall',
|
|
29905
|
+
rpc: ['https://evm.node-0.mainnet.recall.network'],
|
|
29906
|
+
faucets: [],
|
|
29907
|
+
nativeCurrency: { name: 'Recall', symbol: 'RECALL', decimals: 18 },
|
|
29908
|
+
infoURL: 'https://recall.network',
|
|
29909
|
+
shortName: 'recall',
|
|
29910
|
+
chainId: 24816,
|
|
29911
|
+
networkId: 24816,
|
|
29912
|
+
explorers: []
|
|
29913
|
+
},
|
|
29588
29914
|
25186: {
|
|
29589
29915
|
name: 'LiquidLayer Mainnet',
|
|
29590
29916
|
chain: 'LiquidLayer',
|
|
@@ -31727,6 +32053,11 @@ exports.chains = {
|
|
|
31727
32053
|
name: 'MemeCoreScan-Formicarium',
|
|
31728
32054
|
url: 'https://formicarium.memecorescan.io',
|
|
31729
32055
|
standard: 'EIP3091'
|
|
32056
|
+
},
|
|
32057
|
+
{
|
|
32058
|
+
name: 'MemeCore Testnet Formicarium Explorer',
|
|
32059
|
+
url: 'https://formicarium.blockscout.memecore.com',
|
|
32060
|
+
standard: 'EIP3091'
|
|
31730
32061
|
}
|
|
31731
32062
|
],
|
|
31732
32063
|
iconURL: 'https://ipfs.io/ipfs/QmX2DPJqHjMRUYD4CMpXBDBpqa3p8c4DkE4iiHtcxBJe3i'
|
|
@@ -32271,22 +32602,22 @@ exports.chains = {
|
|
|
32271
32602
|
bridges: [{ url: 'https://portal.sophon.xyz/bridge' }]
|
|
32272
32603
|
}
|
|
32273
32604
|
},
|
|
32274
|
-
|
|
32275
|
-
name: 'Somnia
|
|
32605
|
+
50312: {
|
|
32606
|
+
name: 'Somnia Testnet',
|
|
32276
32607
|
chain: 'Somnia',
|
|
32277
32608
|
rpc: ['https://dream-rpc.somnia.network'],
|
|
32278
32609
|
faucets: [],
|
|
32279
|
-
nativeCurrency: { name: 'Somnia
|
|
32610
|
+
nativeCurrency: { name: 'Somnia Testnet', symbol: 'STT', decimals: 18 },
|
|
32280
32611
|
features: [{ name: 'EIP155' }],
|
|
32281
32612
|
infoURL: 'https://somnia.network',
|
|
32282
|
-
shortName: '
|
|
32283
|
-
chainId:
|
|
32284
|
-
networkId:
|
|
32613
|
+
shortName: 'SomniaTestnet',
|
|
32614
|
+
chainId: 50312,
|
|
32615
|
+
networkId: 50312,
|
|
32285
32616
|
icon: 'somnia',
|
|
32286
32617
|
explorers: [
|
|
32287
32618
|
{
|
|
32288
|
-
name: 'Somnia
|
|
32289
|
-
url: 'https://somnia-
|
|
32619
|
+
name: 'Somnia Testnet',
|
|
32620
|
+
url: 'https://somnia-testnet.socialscan.io',
|
|
32290
32621
|
icon: 'somnia',
|
|
32291
32622
|
standard: 'EIP3091'
|
|
32292
32623
|
}
|
|
@@ -32442,6 +32773,28 @@ exports.chains = {
|
|
|
32442
32773
|
],
|
|
32443
32774
|
iconURL: 'https://ipfs.io/ipfs/QmWASoRS8k7YspDLiwz5xfpusBtqHwy5hR5B9NynGx8HGt'
|
|
32444
32775
|
},
|
|
32776
|
+
52226: {
|
|
32777
|
+
name: 'Cytonic L2 Testnet',
|
|
32778
|
+
chain: 'CytonicL2',
|
|
32779
|
+
rpc: ['http://rpc.evm.testnet.cytonic.com'],
|
|
32780
|
+
faucets: [],
|
|
32781
|
+
nativeCurrency: { name: 'Cytonic', symbol: 'CCC', decimals: 18 },
|
|
32782
|
+
infoURL: 'https://cytonic.com',
|
|
32783
|
+
shortName: 'CL2T',
|
|
32784
|
+
chainId: 52226,
|
|
32785
|
+
networkId: 52226,
|
|
32786
|
+
icon: 'cytonic_l2',
|
|
32787
|
+
explorers: [
|
|
32788
|
+
{
|
|
32789
|
+
name: 'blockscout',
|
|
32790
|
+
url: 'https://explorer.evm.testnet.cytonic.com',
|
|
32791
|
+
icon: 'cytonic_l2',
|
|
32792
|
+
standard: 'EIP3091'
|
|
32793
|
+
}
|
|
32794
|
+
],
|
|
32795
|
+
parent: { type: 'L2', chain: 'eip155-52225' },
|
|
32796
|
+
iconURL: 'https://ipfs.io/ipfs/QmUetrmaY5KwmRzjgcoZCfqqTaEYSc57V2EVBjFQwpZrE1'
|
|
32797
|
+
},
|
|
32445
32798
|
53277: {
|
|
32446
32799
|
name: 'DOID',
|
|
32447
32800
|
chain: 'DOID',
|
|
@@ -33814,14 +34167,14 @@ exports.chains = {
|
|
|
33814
34167
|
},
|
|
33815
34168
|
65535: {
|
|
33816
34169
|
name: 'CyberChain Mainnet',
|
|
33817
|
-
chain: '
|
|
34170
|
+
chain: 'XCC',
|
|
33818
34171
|
icon: 'cyberchain',
|
|
33819
34172
|
rpc: ['https://rpc.cyberchain.xyz/'],
|
|
33820
34173
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
33821
34174
|
faucets: [],
|
|
33822
|
-
nativeCurrency: { name: '
|
|
34175
|
+
nativeCurrency: { name: 'XCC', symbol: 'XCC', decimals: 18 },
|
|
33823
34176
|
infoURL: 'https://cyberchain.xyz',
|
|
33824
|
-
shortName: '
|
|
34177
|
+
shortName: 'xcc',
|
|
33825
34178
|
chainId: 65535,
|
|
33826
34179
|
networkId: 65535,
|
|
33827
34180
|
slip44: 60,
|
|
@@ -34811,6 +35164,24 @@ exports.chains = {
|
|
|
34811
35164
|
],
|
|
34812
35165
|
iconURL: 'https://ipfs.io/ipfs/bafybeidr3h4onsdhjojrck7tqysrmnduzhgzdhf3l5uqake6w6474vvuha'
|
|
34813
35166
|
},
|
|
35167
|
+
80069: {
|
|
35168
|
+
name: 'Berachain Bepolia',
|
|
35169
|
+
chain: 'Berachain',
|
|
35170
|
+
rpc: ['https://bepolia.rpc.berachain.com'],
|
|
35171
|
+
faucets: [],
|
|
35172
|
+
nativeCurrency: {
|
|
35173
|
+
name: 'Testnet BERA Token',
|
|
35174
|
+
symbol: 'BERA',
|
|
35175
|
+
decimals: 18
|
|
35176
|
+
},
|
|
35177
|
+
infoURL: 'https://www.berachain.com',
|
|
35178
|
+
shortName: 'berachain-bepolia',
|
|
35179
|
+
chainId: 80069,
|
|
35180
|
+
networkId: 80069,
|
|
35181
|
+
icon: 'berachain',
|
|
35182
|
+
explorers: [],
|
|
35183
|
+
iconURL: 'https://ipfs.io/ipfs/bafybeidicict7kohdlu42btleliya2l4nxknhj45iwdk2pjzamfjwzrhpa'
|
|
35184
|
+
},
|
|
34814
35185
|
80084: {
|
|
34815
35186
|
name: 'Berachain bArtio',
|
|
34816
35187
|
chain: 'Berachain bArtio',
|
|
@@ -34834,16 +35205,14 @@ exports.chains = {
|
|
|
34834
35205
|
standard: 'none'
|
|
34835
35206
|
}
|
|
34836
35207
|
],
|
|
34837
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
35208
|
+
iconURL: 'https://ipfs.io/ipfs/bafybeidicict7kohdlu42btleliya2l4nxknhj45iwdk2pjzamfjwzrhpa'
|
|
34838
35209
|
},
|
|
34839
35210
|
80085: {
|
|
34840
35211
|
name: 'Berachain Artio',
|
|
34841
35212
|
chain: 'Berachain Artio',
|
|
34842
|
-
|
|
34843
|
-
|
|
34844
|
-
|
|
34845
|
-
],
|
|
34846
|
-
faucets: ['https://artio.faucet.berachain.com'],
|
|
35213
|
+
status: 'deprecated',
|
|
35214
|
+
rpc: [],
|
|
35215
|
+
faucets: [],
|
|
34847
35216
|
nativeCurrency: { name: 'BERA Token', symbol: 'BERA', decimals: 18 },
|
|
34848
35217
|
infoURL: 'https://www.berachain.com',
|
|
34849
35218
|
shortName: 'berachainArtio',
|
|
@@ -34858,12 +35227,16 @@ exports.chains = {
|
|
|
34858
35227
|
standard: 'none'
|
|
34859
35228
|
}
|
|
34860
35229
|
],
|
|
34861
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
35230
|
+
iconURL: 'https://ipfs.io/ipfs/bafybeidicict7kohdlu42btleliya2l4nxknhj45iwdk2pjzamfjwzrhpa'
|
|
34862
35231
|
},
|
|
34863
35232
|
80094: {
|
|
34864
35233
|
name: 'Berachain',
|
|
34865
35234
|
chain: 'Berachain',
|
|
34866
|
-
rpc: [
|
|
35235
|
+
rpc: [
|
|
35236
|
+
'https://rpc.berachain.com',
|
|
35237
|
+
'https://berachain-rpc.publicnode.com',
|
|
35238
|
+
'wss://berachain-rpc.publicnode.com'
|
|
35239
|
+
],
|
|
34867
35240
|
faucets: [],
|
|
34868
35241
|
nativeCurrency: { name: 'BERA Token', symbol: 'BERA', decimals: 18 },
|
|
34869
35242
|
infoURL: 'https://www.berachain.com',
|
|
@@ -34883,7 +35256,7 @@ exports.chains = {
|
|
|
34883
35256
|
standard: 'EIP3091'
|
|
34884
35257
|
}
|
|
34885
35258
|
],
|
|
34886
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
35259
|
+
iconURL: 'https://ipfs.io/ipfs/bafybeidicict7kohdlu42btleliya2l4nxknhj45iwdk2pjzamfjwzrhpa'
|
|
34887
35260
|
},
|
|
34888
35261
|
80096: {
|
|
34889
35262
|
name: 'Hizoco mainnet',
|
|
@@ -35955,6 +36328,54 @@ exports.chains = {
|
|
|
35955
36328
|
],
|
|
35956
36329
|
iconURL: 'https://ipfs.io/ipfs/QmSjXJFpVAEdstq5JiUKciokm9fCwqS7Z9fg6M1XBdpePe'
|
|
35957
36330
|
},
|
|
36331
|
+
96370: {
|
|
36332
|
+
name: 'Lumoz Chain Mainnet',
|
|
36333
|
+
chain: 'ETH',
|
|
36334
|
+
rpc: ['https://rpc.lumoz.org', 'https://rpc-hk.lumoz.org'],
|
|
36335
|
+
faucets: [],
|
|
36336
|
+
nativeCurrency: {
|
|
36337
|
+
name: 'Lumoz Mainnet Token',
|
|
36338
|
+
symbol: 'MOZ',
|
|
36339
|
+
decimals: 18
|
|
36340
|
+
},
|
|
36341
|
+
features: [{ name: 'EIP155' }],
|
|
36342
|
+
infoURL: 'https://lumoz.org',
|
|
36343
|
+
shortName: 'Lumoz-Chain-Mainnet',
|
|
36344
|
+
chainId: 96370,
|
|
36345
|
+
networkId: 96370,
|
|
36346
|
+
slip44: 1,
|
|
36347
|
+
icon: 'opside-new',
|
|
36348
|
+
explorers: [
|
|
36349
|
+
{
|
|
36350
|
+
name: 'LumozMainnetInfo',
|
|
36351
|
+
url: 'https://scan.lumoz.info',
|
|
36352
|
+
icon: 'opside-new',
|
|
36353
|
+
standard: 'EIP3091'
|
|
36354
|
+
}
|
|
36355
|
+
],
|
|
36356
|
+
iconURL: 'https://ipfs.io/ipfs/QmZnE2ygPL2ZGuzHGvFCHmrqxwdurrhz3K1yPnwLzKbgay'
|
|
36357
|
+
},
|
|
36358
|
+
96371: {
|
|
36359
|
+
name: 'Wonder Testnet',
|
|
36360
|
+
chain: 'WNDR',
|
|
36361
|
+
rpc: ['https://rpc.testnet.wonderchain.org'],
|
|
36362
|
+
faucets: ['https://wonderchain.org/faucet'],
|
|
36363
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
36364
|
+
infoURL: 'https://wonderchain.org',
|
|
36365
|
+
shortName: 'wndr',
|
|
36366
|
+
chainId: 96371,
|
|
36367
|
+
networkId: 96371,
|
|
36368
|
+
icon: 'wonder',
|
|
36369
|
+
explorers: [
|
|
36370
|
+
{
|
|
36371
|
+
name: 'wonderexplorer',
|
|
36372
|
+
url: 'https://explorer.testnet.wonderchain.org',
|
|
36373
|
+
standard: 'EIP3091'
|
|
36374
|
+
}
|
|
36375
|
+
],
|
|
36376
|
+
status: 'active',
|
|
36377
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreidurmcvrcv5suhpf6wzmdck7nt7ayhpjucpo32xaozxpjltlobyca'
|
|
36378
|
+
},
|
|
35958
36379
|
96970: {
|
|
35959
36380
|
name: 'Mantis Testnet (Hexapod)',
|
|
35960
36381
|
chain: 'Mantis',
|
|
@@ -38190,6 +38611,18 @@ exports.chains = {
|
|
|
38190
38611
|
}
|
|
38191
38612
|
]
|
|
38192
38613
|
},
|
|
38614
|
+
202209: {
|
|
38615
|
+
name: 'Alterscope',
|
|
38616
|
+
chain: 'Alterscope',
|
|
38617
|
+
rpc: [],
|
|
38618
|
+
faucets: [],
|
|
38619
|
+
nativeCurrency: { name: 'RISK', symbol: 'RISK', decimals: 18 },
|
|
38620
|
+
infoURL: 'https://alterscope.org',
|
|
38621
|
+
shortName: 'Alterscope',
|
|
38622
|
+
chainId: 202209,
|
|
38623
|
+
networkId: 202209,
|
|
38624
|
+
status: 'incubating'
|
|
38625
|
+
},
|
|
38193
38626
|
202212: {
|
|
38194
38627
|
name: 'X1 Devnet',
|
|
38195
38628
|
chain: 'X1',
|
|
@@ -38373,8 +38806,8 @@ exports.chains = {
|
|
|
38373
38806
|
iconURL: 'https://ipfs.io/ipfs/QmT7PSXBiVBma6E15hNkivmstqLu3JSnG1jXN5pTmcCGRC'
|
|
38374
38807
|
},
|
|
38375
38808
|
212013: {
|
|
38376
|
-
name: '
|
|
38377
|
-
chain: '
|
|
38809
|
+
name: 'Heima',
|
|
38810
|
+
chain: 'Heima',
|
|
38378
38811
|
rpc: [
|
|
38379
38812
|
'https://rpc.litentry-parachain.litentry.io',
|
|
38380
38813
|
'wss://rpc.litentry-parachain.litentry.io',
|
|
@@ -38382,20 +38815,20 @@ exports.chains = {
|
|
|
38382
38815
|
'wss://litentry-rpc.dwellir.com'
|
|
38383
38816
|
],
|
|
38384
38817
|
faucets: [],
|
|
38385
|
-
nativeCurrency: { name: '
|
|
38386
|
-
infoURL: 'https://
|
|
38387
|
-
shortName: '
|
|
38818
|
+
nativeCurrency: { name: 'Heima', symbol: 'HEI', decimals: 18 },
|
|
38819
|
+
infoURL: 'https://heima.network',
|
|
38820
|
+
shortName: 'heima',
|
|
38388
38821
|
chainId: 212013,
|
|
38389
38822
|
networkId: 212013,
|
|
38390
|
-
icon: '
|
|
38823
|
+
icon: 'heima',
|
|
38391
38824
|
explorers: [
|
|
38392
38825
|
{
|
|
38393
|
-
name: '
|
|
38394
|
-
url: 'https://
|
|
38826
|
+
name: 'heima statescan',
|
|
38827
|
+
url: 'https://heima.statescan.io',
|
|
38395
38828
|
standard: 'none'
|
|
38396
38829
|
}
|
|
38397
38830
|
],
|
|
38398
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
38831
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreib3dv4feoxzpmtjoy54zndilbgkdhs4wxo4sja46u7zkuk36de2pu'
|
|
38399
38832
|
},
|
|
38400
38833
|
220315: {
|
|
38401
38834
|
name: 'Mas Mainnet',
|
|
@@ -38466,7 +38899,16 @@ exports.chains = {
|
|
|
38466
38899
|
222222: {
|
|
38467
38900
|
name: 'Hydration',
|
|
38468
38901
|
chain: 'HDX',
|
|
38469
|
-
rpc: [
|
|
38902
|
+
rpc: [
|
|
38903
|
+
'https://rpc.hydradx.cloud',
|
|
38904
|
+
'wss://rpc.hydradx.cloud',
|
|
38905
|
+
'https://hydration-rpc.n.dwellir.com',
|
|
38906
|
+
'wss://hydration-rpc.n.dwellir.com',
|
|
38907
|
+
'https://rpc.helikon.io/hydradx',
|
|
38908
|
+
'wss://rpc.helikon.io/hydradx',
|
|
38909
|
+
'https://hydration.dotters.network',
|
|
38910
|
+
'wss://hydration.dotters.network'
|
|
38911
|
+
],
|
|
38470
38912
|
faucets: [],
|
|
38471
38913
|
nativeCurrency: { name: 'Wrapped ETH', symbol: 'WETH', decimals: 18 },
|
|
38472
38914
|
infoURL: 'https://hydration.net/',
|
|
@@ -40154,22 +40596,22 @@ exports.chains = {
|
|
|
40154
40596
|
]
|
|
40155
40597
|
},
|
|
40156
40598
|
513100: {
|
|
40157
|
-
name: '
|
|
40599
|
+
name: 'EthereumFair',
|
|
40158
40600
|
chainId: 513100,
|
|
40159
40601
|
networkId: 513100,
|
|
40160
|
-
shortName: '
|
|
40161
|
-
chain: '
|
|
40162
|
-
nativeCurrency: { name: '
|
|
40163
|
-
rpc: ['https://rpc.
|
|
40602
|
+
shortName: 'ethf',
|
|
40603
|
+
chain: 'ETHF',
|
|
40604
|
+
nativeCurrency: { name: 'EthereumFair', symbol: 'ETHF', decimals: 18 },
|
|
40605
|
+
rpc: ['https://rpc.etherfair.org'],
|
|
40164
40606
|
faucets: [],
|
|
40165
40607
|
explorers: [
|
|
40166
40608
|
{
|
|
40167
|
-
name: '
|
|
40168
|
-
url: 'https://www.oklink.com/
|
|
40609
|
+
name: 'EthereumFair',
|
|
40610
|
+
url: 'https://www.oklink.com/ethf',
|
|
40169
40611
|
standard: 'EIP3091'
|
|
40170
40612
|
}
|
|
40171
40613
|
],
|
|
40172
|
-
infoURL: 'https://
|
|
40614
|
+
infoURL: 'https://etherfair.org/'
|
|
40173
40615
|
},
|
|
40174
40616
|
526916: {
|
|
40175
40617
|
name: 'DoCoin Community Chain',
|
|
@@ -40462,6 +40904,25 @@ exports.chains = {
|
|
|
40462
40904
|
parent: { type: 'L2', chain: 'eip155-1' },
|
|
40463
40905
|
iconURL: 'https://ipfs.io/ipfs/QmV8Ks2Bikdy3VejY1YRAoucB5nifVocBhG7GJqfGmZuF3'
|
|
40464
40906
|
},
|
|
40907
|
+
560000: {
|
|
40908
|
+
name: 'Hetu Testnet',
|
|
40909
|
+
chain: 'HETU',
|
|
40910
|
+
rpc: ['https://rpc.testchainv1.hetuscan.com'],
|
|
40911
|
+
faucets: ['https:/testchainv1.hetuscan.com'],
|
|
40912
|
+
nativeCurrency: { name: 'tETH', symbol: 'tETH', decimals: 18 },
|
|
40913
|
+
infoURL: 'https://hetu.org',
|
|
40914
|
+
shortName: 'HETU',
|
|
40915
|
+
chainId: 560000,
|
|
40916
|
+
networkId: 560000,
|
|
40917
|
+
explorers: [
|
|
40918
|
+
{
|
|
40919
|
+
name: 'Hetu Testnet Scan',
|
|
40920
|
+
url: 'https://testchainv1.hetuscan.com',
|
|
40921
|
+
icon: 'hetu',
|
|
40922
|
+
standard: 'EIP3091'
|
|
40923
|
+
}
|
|
40924
|
+
]
|
|
40925
|
+
},
|
|
40465
40926
|
621847: {
|
|
40466
40927
|
name: 'DJT Testnet',
|
|
40467
40928
|
chain: 'DJT',
|
|
@@ -40738,6 +41199,20 @@ exports.chains = {
|
|
|
40738
41199
|
}
|
|
40739
41200
|
]
|
|
40740
41201
|
},
|
|
41202
|
+
698369: {
|
|
41203
|
+
name: 'Primea Chain',
|
|
41204
|
+
chain: 'Primea Chain',
|
|
41205
|
+
rpc: ['https://rpc.primeanetwork.com'],
|
|
41206
|
+
faucets: [],
|
|
41207
|
+
nativeCurrency: { name: 'PrimeaCoin', symbol: 'PRIM', decimals: 18 },
|
|
41208
|
+
infoURL: 'https://primeanetwork.com',
|
|
41209
|
+
shortName: 'prim',
|
|
41210
|
+
chainId: 698369,
|
|
41211
|
+
networkId: 698369,
|
|
41212
|
+
icon: 'prim',
|
|
41213
|
+
explorers: [],
|
|
41214
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreidaurpqgf3mmudm2foh5a45xyughike2y2pltb323ad5ywo4gtc3q'
|
|
41215
|
+
},
|
|
40741
41216
|
706883: {
|
|
40742
41217
|
name: 'Fidesinnova',
|
|
40743
41218
|
chain: 'Fidesinnova',
|
|
@@ -41093,6 +41568,25 @@ exports.chains = {
|
|
|
41093
41568
|
],
|
|
41094
41569
|
iconURL: 'https://ipfs.io/ipfs/bafkreig42tcn5hfgtzszmwvmodsxvtu5frfkgreb23dndle2mywns3xxse'
|
|
41095
41570
|
},
|
|
41571
|
+
789789: {
|
|
41572
|
+
name: 'Emeraldz',
|
|
41573
|
+
chain: 'EMED',
|
|
41574
|
+
rpc: ['https://public.0xrpc.com/789789'],
|
|
41575
|
+
faucets: [],
|
|
41576
|
+
nativeCurrency: { name: 'EMERALDZ', symbol: 'EMED', decimals: 18 },
|
|
41577
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
41578
|
+
infoURL: 'https://emeraldzscan.com',
|
|
41579
|
+
shortName: 'emed',
|
|
41580
|
+
chainId: 789789,
|
|
41581
|
+
networkId: 789789,
|
|
41582
|
+
explorers: [
|
|
41583
|
+
{
|
|
41584
|
+
name: 'Emeraldz Explorer',
|
|
41585
|
+
url: 'https://emeraldzscan.com',
|
|
41586
|
+
standard: 'EIP3091'
|
|
41587
|
+
}
|
|
41588
|
+
]
|
|
41589
|
+
},
|
|
41096
41590
|
800001: {
|
|
41097
41591
|
name: 'OctaSpace',
|
|
41098
41592
|
chain: 'OCTA',
|
|
@@ -41852,6 +42346,27 @@ exports.chains = {
|
|
|
41852
42346
|
],
|
|
41853
42347
|
iconURL: 'https://ipfs.io/ipfs/Qmb6VAhhtaJmdaW1j7PAjxaLju1V24PPDFBdXtebyTSfsZ'
|
|
41854
42348
|
},
|
|
42349
|
+
1008686: {
|
|
42350
|
+
name: 'Naga Testnet',
|
|
42351
|
+
chain: 'Naga',
|
|
42352
|
+
rpc: ['https://rpc.nagafintech.com', 'wss://rpc.nagafintech.com'],
|
|
42353
|
+
faucets: [],
|
|
42354
|
+
nativeCurrency: { name: 'Naga', symbol: 'Naga', decimals: 18 },
|
|
42355
|
+
infoURL: 'https://stablecoin.nagafintech.com/#/app/home',
|
|
42356
|
+
shortName: 'Naga',
|
|
42357
|
+
chainId: 1008686,
|
|
42358
|
+
networkId: 1008686,
|
|
42359
|
+
icon: 'naga',
|
|
42360
|
+
explorers: [
|
|
42361
|
+
{
|
|
42362
|
+
name: 'Naga Explorer Testnet',
|
|
42363
|
+
url: 'https://explorer.nagafintech.com',
|
|
42364
|
+
icon: 'naga',
|
|
42365
|
+
standard: 'EIP3091'
|
|
42366
|
+
}
|
|
42367
|
+
],
|
|
42368
|
+
iconURL: 'https://ipfs.io/ipfs/QmWrjS43miGAKEzKyNn1YajFn4zG7cDiPiaNHF1gTqKR91'
|
|
42369
|
+
},
|
|
41855
42370
|
1100789: {
|
|
41856
42371
|
name: 'Netmind Chain Testnet',
|
|
41857
42372
|
title: 'NetMind Chain Testnet',
|
|
@@ -42310,6 +42825,24 @@ exports.chains = {
|
|
|
42310
42825
|
}
|
|
42311
42826
|
]
|
|
42312
42827
|
},
|
|
42828
|
+
2481632: {
|
|
42829
|
+
name: 'Recall Testnet',
|
|
42830
|
+
chain: 'Recall Testnet',
|
|
42831
|
+
rpc: ['https://evm.v013.node-0.testnet.recall.network'],
|
|
42832
|
+
faucets: ['faucet.recall.network'],
|
|
42833
|
+
nativeCurrency: { name: 'Recall', symbol: 'RECALL', decimals: 18 },
|
|
42834
|
+
infoURL: 'https://recall.network',
|
|
42835
|
+
shortName: 'trecall',
|
|
42836
|
+
chainId: 2481632,
|
|
42837
|
+
networkId: 2481632,
|
|
42838
|
+
explorers: [
|
|
42839
|
+
{
|
|
42840
|
+
name: 'Recall testnet explorer',
|
|
42841
|
+
url: 'https://explorer.testnet.recall.network',
|
|
42842
|
+
standard: 'EIP3091'
|
|
42843
|
+
}
|
|
42844
|
+
]
|
|
42845
|
+
},
|
|
42313
42846
|
2611555: {
|
|
42314
42847
|
name: 'DPU Chain',
|
|
42315
42848
|
chain: 'DPU',
|
|
@@ -42857,6 +43390,25 @@ exports.chains = {
|
|
|
42857
43390
|
],
|
|
42858
43391
|
iconURL: 'https://ipfs.io/ipfs/QmahJhdaLfGwBStQ9q9K4Mc73vLNqFV1otWCsT2ZKsMavv'
|
|
42859
43392
|
},
|
|
43393
|
+
6666689: {
|
|
43394
|
+
name: 'The Ting Blockchain Testnet Explorer',
|
|
43395
|
+
chain: 'Ting',
|
|
43396
|
+
rpc: ['https://testnet.tingchain.org'],
|
|
43397
|
+
faucets: [],
|
|
43398
|
+
nativeCurrency: { name: 'Ton', symbol: 'Ton', decimals: 18 },
|
|
43399
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
43400
|
+
infoURL: 'https://tingscan.com',
|
|
43401
|
+
shortName: 'ting-testnet',
|
|
43402
|
+
chainId: 6666689,
|
|
43403
|
+
networkId: 6666689,
|
|
43404
|
+
explorers: [
|
|
43405
|
+
{
|
|
43406
|
+
name: 'TingScan',
|
|
43407
|
+
url: 'https://tingscan.com',
|
|
43408
|
+
standard: 'EIP3091'
|
|
43409
|
+
}
|
|
43410
|
+
]
|
|
43411
|
+
},
|
|
42860
43412
|
7082400: {
|
|
42861
43413
|
name: 'COTI Testnet',
|
|
42862
43414
|
title: 'COTI Testnet',
|
|
@@ -44208,9 +44760,9 @@ exports.chains = {
|
|
|
44208
44760
|
'https://rpc-testnet.knight.center'
|
|
44209
44761
|
],
|
|
44210
44762
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
44211
|
-
faucets: ['https://faucet.xone.
|
|
44763
|
+
faucets: ['https://faucet.xone.org/'],
|
|
44212
44764
|
nativeCurrency: { name: 'Xone Coin', symbol: 'XOC', decimals: 18 },
|
|
44213
|
-
infoURL: 'https://xone.
|
|
44765
|
+
infoURL: 'https://xone.org',
|
|
44214
44766
|
shortName: 'txoc',
|
|
44215
44767
|
chainId: 33772211,
|
|
44216
44768
|
networkId: 33772211,
|
|
@@ -44222,7 +44774,7 @@ exports.chains = {
|
|
|
44222
44774
|
standard: 'EIP3091'
|
|
44223
44775
|
}
|
|
44224
44776
|
],
|
|
44225
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
44777
|
+
iconURL: 'https://ipfs.io/ipfs/QmR3twvfhDES34nLhcVmUbAZpW4eynZoSfA2XpWUBnH7gB'
|
|
44226
44778
|
},
|
|
44227
44779
|
34949059: {
|
|
44228
44780
|
name: 'citronus-citro',
|
|
@@ -45312,6 +45864,19 @@ exports.chains = {
|
|
|
45312
45864
|
],
|
|
45313
45865
|
iconURL: 'https://ipfs.io/ipfs/QmTYR8CeFiNbJ1zJHnE3DK2wEN18r2y2vqSKUcLweUT2Gz'
|
|
45314
45866
|
},
|
|
45867
|
+
420420419: {
|
|
45868
|
+
name: 'Asset Hub',
|
|
45869
|
+
chain: 'DOT',
|
|
45870
|
+
rpc: ['https://asset-hub-eth-rpc.polkadot.io'],
|
|
45871
|
+
faucets: [],
|
|
45872
|
+
nativeCurrency: { name: 'DOT', symbol: 'DOT', decimals: 18 },
|
|
45873
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
45874
|
+
infoURL: 'https://polkadot.network',
|
|
45875
|
+
shortName: 'AH',
|
|
45876
|
+
chainId: 420420419,
|
|
45877
|
+
networkId: 420420419,
|
|
45878
|
+
explorers: []
|
|
45879
|
+
},
|
|
45315
45880
|
420420421: {
|
|
45316
45881
|
name: 'Westend Asset Hub',
|
|
45317
45882
|
chain: 'WST',
|
|
@@ -45821,6 +46386,26 @@ exports.chains = {
|
|
|
45821
46386
|
],
|
|
45822
46387
|
iconURL: 'https://ipfs.io/ipfs/QmXUP4JFNX2ET2vZHh9p4a6wEVC5os13evrWtF65EUfNkn'
|
|
45823
46388
|
},
|
|
46389
|
+
1313161573: {
|
|
46390
|
+
name: 'Tuxappcoin',
|
|
46391
|
+
chain: 'NEAR',
|
|
46392
|
+
rpc: ['https://rpc-0x4e454165.aurora-cloud.dev'],
|
|
46393
|
+
icon: 'tuxa',
|
|
46394
|
+
faucets: [],
|
|
46395
|
+
nativeCurrency: { name: 'TUXA', symbol: 'TUXA', decimals: 18 },
|
|
46396
|
+
infoURL: 'https://x.com/tuxapp_coin',
|
|
46397
|
+
shortName: 'tuxa',
|
|
46398
|
+
chainId: 1313161573,
|
|
46399
|
+
networkId: 1313161573,
|
|
46400
|
+
explorers: [
|
|
46401
|
+
{
|
|
46402
|
+
name: 'TUXA explorer',
|
|
46403
|
+
url: 'https://explorer.tuxa.aurora.dev',
|
|
46404
|
+
standard: 'EIP3091'
|
|
46405
|
+
}
|
|
46406
|
+
],
|
|
46407
|
+
iconURL: 'https://ipfs.io/ipfs/QmNeWsKujSToh78mFWDqaFjjbqW6trtSTf9zHFXer1GfWT'
|
|
46408
|
+
},
|
|
45824
46409
|
1350216234: {
|
|
45825
46410
|
name: 'SKALE Titan Hub',
|
|
45826
46411
|
chain: 'parallel-stormy-spica',
|
|
@@ -45905,6 +46490,33 @@ exports.chains = {
|
|
|
45905
46490
|
],
|
|
45906
46491
|
iconURL: 'https://ipfs.io/ipfs/QmQuvmiN6vM6Rqzqe1pMzDf8iZXqTtSeqCgGe5k5AyksDU'
|
|
45907
46492
|
},
|
|
46493
|
+
1417429182: {
|
|
46494
|
+
name: 'Zephyr Testnet',
|
|
46495
|
+
title: 'Zephyr Testnet',
|
|
46496
|
+
chain: 'Zephyr-testnet',
|
|
46497
|
+
rpc: ['https://zephyr-rpc.eu-north-2.gateway.fm'],
|
|
46498
|
+
faucets: ['https://zephyr-faucet.eu-north-2.gateway.fm'],
|
|
46499
|
+
nativeCurrency: { name: 'ZERO', symbol: 'Z', decimals: 18 },
|
|
46500
|
+
infoURL: 'https://zero.tech',
|
|
46501
|
+
shortName: 'zephyr',
|
|
46502
|
+
chainId: 1417429182,
|
|
46503
|
+
networkId: 1417429182,
|
|
46504
|
+
icon: 'zephyr',
|
|
46505
|
+
explorers: [
|
|
46506
|
+
{
|
|
46507
|
+
name: 'blockscout',
|
|
46508
|
+
url: 'https://zephyr-blockscout.eu-north-2.gateway.fm',
|
|
46509
|
+
icon: 'zephyr',
|
|
46510
|
+
standard: 'EIP3091'
|
|
46511
|
+
}
|
|
46512
|
+
],
|
|
46513
|
+
parent: {
|
|
46514
|
+
type: 'L2',
|
|
46515
|
+
chain: 'eip155-11155111',
|
|
46516
|
+
bridges: [{ url: 'https://zephyr-bridge.eu-north-2.gateway.fm' }]
|
|
46517
|
+
},
|
|
46518
|
+
iconURL: 'https://ipfs.io/ipfs/bafybeiech76mp6ro4lo7pyferpovrnvghwb745upatj5h6be4cnav52zwu'
|
|
46519
|
+
},
|
|
45908
46520
|
1444673419: {
|
|
45909
46521
|
name: 'SKALE Europa Hub Testnet',
|
|
45910
46522
|
title: 'SKALE Europa Hub Testnet',
|
|
@@ -46691,6 +47303,28 @@ exports.chains = {
|
|
|
46691
47303
|
},
|
|
46692
47304
|
status: 'active'
|
|
46693
47305
|
},
|
|
47306
|
+
96737205180: {
|
|
47307
|
+
name: 'ALDChain Testnet',
|
|
47308
|
+
chain: 'ALD',
|
|
47309
|
+
rpc: ['https://testnet-rpc.aldrickb.xyz'],
|
|
47310
|
+
faucets: ['https://faucet.aldrickb.xyz'],
|
|
47311
|
+
nativeCurrency: { name: 'ALD Token', symbol: 'ALD', decimals: 18 },
|
|
47312
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
47313
|
+
infoURL: 'https://aldrickb.com/projects',
|
|
47314
|
+
shortName: 'ald',
|
|
47315
|
+
chainId: 96737205180,
|
|
47316
|
+
networkId: 96737205180,
|
|
47317
|
+
icon: 'aldrickb',
|
|
47318
|
+
explorers: [
|
|
47319
|
+
{
|
|
47320
|
+
name: 'ALDChain Testnet Explorer',
|
|
47321
|
+
url: 'https://testnet-explorer.aldrickb.xyz',
|
|
47322
|
+
icon: 'aldrickb',
|
|
47323
|
+
standard: 'EIP3091'
|
|
47324
|
+
}
|
|
47325
|
+
],
|
|
47326
|
+
iconURL: 'https://ipfs.io/ipfs/QmcR85gVf9bok2Q6Jan7n335wF5t3KrJJQ2WCbRv8Lwwma'
|
|
47327
|
+
},
|
|
46694
47328
|
107107114116: {
|
|
46695
47329
|
name: 'Kakarot Sepolia Deprecated',
|
|
46696
47330
|
chain: 'ETH',
|
|
@@ -46973,6 +47607,24 @@ exports.chains = {
|
|
|
46973
47607
|
}
|
|
46974
47608
|
]
|
|
46975
47609
|
},
|
|
47610
|
+
666301179999: {
|
|
47611
|
+
name: 'Smart Pay Mobile Money',
|
|
47612
|
+
chain: 'Mobile Money',
|
|
47613
|
+
rpc: ['https://network.uat.smartmoneyewallet.com/'],
|
|
47614
|
+
faucets: [],
|
|
47615
|
+
nativeCurrency: {
|
|
47616
|
+
name: 'SmartPay Mobile Money',
|
|
47617
|
+
symbol: 'SMRTP',
|
|
47618
|
+
decimals: 18
|
|
47619
|
+
},
|
|
47620
|
+
features: [{ name: 'EIP155' }],
|
|
47621
|
+
infoURL: 'https://network.uat.smartmoneyewallet.com/',
|
|
47622
|
+
shortName: 'SmartPay',
|
|
47623
|
+
chainId: 666301179999,
|
|
47624
|
+
networkId: 666301179999,
|
|
47625
|
+
icon: 'smartpay',
|
|
47626
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreign3xx2pllwlykay6euiq2dv766cgt5zgycgpf4mkirulf7ufo5um'
|
|
47627
|
+
},
|
|
46976
47628
|
6022140761023: {
|
|
46977
47629
|
name: 'Molereum Network',
|
|
46978
47630
|
chain: 'ETH',
|