eth-chainlist 0.0.419 → 0.0.421
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/CHANGELOG.md +16 -0
- package/data/chain.js +174 -4
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.421 (2024-06-04)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.420 ([e5dcf78](https://github.com/poowf/eth-chainlist/commit/e5dcf78bc7fe3ba853db1fe5684d1ab167626533))
|
9
|
+
* update chain data ([1338346](https://github.com/poowf/eth-chainlist/commit/13383468747b9260a649046f6cbb9ab58303f475))
|
10
|
+
|
11
|
+
### 0.0.420 (2024-06-03)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.419 ([99fe382](https://github.com/poowf/eth-chainlist/commit/99fe38223ea091490d8a52bc21db7b204f1ca35c))
|
17
|
+
* update chain data ([fce0ceb](https://github.com/poowf/eth-chainlist/commit/fce0cebefe7450bf0248272cfd88eb4725c7ad85))
|
18
|
+
|
3
19
|
### 0.0.419 (2024-06-02)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -12766,9 +12766,10 @@ const chainArray = [
|
|
12766
12766
|
chain: 'Atleta',
|
12767
12767
|
rpc: [
|
12768
12768
|
'wss://testnet-rpc.atleta.network:9944',
|
12769
|
-
'https://testnet-rpc.atleta.network:9944'
|
12769
|
+
'https://testnet-rpc.atleta.network:9944',
|
12770
|
+
'https://testnet-rpc.atleta.network'
|
12770
12771
|
],
|
12771
|
-
faucets: [ 'https://
|
12772
|
+
faucets: [ 'https://app-olympia.atleta.network/faucet' ],
|
12772
12773
|
nativeCurrency: { name: 'Atla', symbol: 'ATLA', decimals: 18 },
|
12773
12774
|
infoURL: 'https://atleta.network',
|
12774
12775
|
shortName: 'atla',
|
@@ -12778,7 +12779,13 @@ const chainArray = [
|
|
12778
12779
|
icon: 'atleta',
|
12779
12780
|
explorers: [
|
12780
12781
|
{
|
12781
|
-
name: 'Atleta
|
12782
|
+
name: 'Atleta Olympia Explorer',
|
12783
|
+
icon: 'atleta',
|
12784
|
+
url: 'https://blockscout.atleta.network',
|
12785
|
+
standard: 'none'
|
12786
|
+
},
|
12787
|
+
{
|
12788
|
+
name: 'Atleta Olympia Polka Explorer',
|
12782
12789
|
icon: 'atleta',
|
12783
12790
|
url: 'https://polkadot-explorer.atleta.network/#/explorer',
|
12784
12791
|
standard: 'none'
|
@@ -16720,7 +16727,7 @@ const chainArray = [
|
|
16720
16727
|
explorers: [
|
16721
16728
|
{
|
16722
16729
|
name: 'ZetaChain Mainnet Explorer',
|
16723
|
-
url: 'https://explorer.
|
16730
|
+
url: 'https://explorer.zetachain.com',
|
16724
16731
|
standard: 'none'
|
16725
16732
|
}
|
16726
16733
|
]
|
@@ -19482,6 +19489,46 @@ const chainArray = [
|
|
19482
19489
|
}
|
19483
19490
|
]
|
19484
19491
|
},
|
19492
|
+
{
|
19493
|
+
name: 'Lamina1',
|
19494
|
+
chain: 'Lamina1',
|
19495
|
+
rpc: [ 'https://subnets.avax.network/lamina1/mainnet/rpc' ],
|
19496
|
+
features: [ { name: 'EIP1559' } ],
|
19497
|
+
faucets: [],
|
19498
|
+
nativeCurrency: { name: 'L1', symbol: 'L1', decimals: 18 },
|
19499
|
+
infoURL: 'https://www.lamina1.com/',
|
19500
|
+
shortName: 'lamina1',
|
19501
|
+
chainId: 10849,
|
19502
|
+
networkId: 10849,
|
19503
|
+
slip44: 1,
|
19504
|
+
explorers: [
|
19505
|
+
{
|
19506
|
+
name: 'Lamina1 Explorer',
|
19507
|
+
url: 'https://subnets.avax.network/lamina1',
|
19508
|
+
standard: 'EIP3091'
|
19509
|
+
}
|
19510
|
+
]
|
19511
|
+
},
|
19512
|
+
{
|
19513
|
+
name: 'Lamina1 Identity',
|
19514
|
+
chain: 'Lamina1 Identity',
|
19515
|
+
rpc: [ 'https://subnets.avax.network/lamina1id/mainnet/rpc' ],
|
19516
|
+
features: [ { name: 'EIP1559' } ],
|
19517
|
+
faucets: [],
|
19518
|
+
nativeCurrency: { name: 'L1 ID', symbol: 'L1ID', decimals: 18 },
|
19519
|
+
infoURL: 'https://www.lamina1.com/',
|
19520
|
+
shortName: 'lamina1id',
|
19521
|
+
chainId: 10850,
|
19522
|
+
networkId: 10850,
|
19523
|
+
slip44: 1,
|
19524
|
+
explorers: [
|
19525
|
+
{
|
19526
|
+
name: 'Lamina1 Identity Explorer',
|
19527
|
+
url: 'https://subnets.avax.network/lamina1id',
|
19528
|
+
standard: 'EIP3091'
|
19529
|
+
}
|
19530
|
+
]
|
19531
|
+
},
|
19485
19532
|
{
|
19486
19533
|
name: 'Quadrans Blockchain',
|
19487
19534
|
chain: 'QDC',
|
@@ -27503,6 +27550,27 @@ const chainArray = [
|
|
27503
27550
|
networkId: 234666,
|
27504
27551
|
slip44: 1
|
27505
27552
|
},
|
27553
|
+
{
|
27554
|
+
name: 'Orange Chain Testnet',
|
27555
|
+
title: 'Orange Chain Testnet',
|
27556
|
+
chain: 'Orange Chain',
|
27557
|
+
rpc: [ 'https://testnet-rpc.orangechain.xyz' ],
|
27558
|
+
faucets: [],
|
27559
|
+
nativeCurrency: { name: 'BTC', symbol: 'BTC', decimals: 18 },
|
27560
|
+
infoURL: 'https://orangechain.xyz',
|
27561
|
+
shortName: 'Orange-Chain-Testnet',
|
27562
|
+
chainId: 240515,
|
27563
|
+
networkId: 240515,
|
27564
|
+
icon: 'orange',
|
27565
|
+
explorers: [
|
27566
|
+
{
|
27567
|
+
name: 'Blockscout',
|
27568
|
+
url: 'https://testnet-scan.orangechain.xyz',
|
27569
|
+
icon: 'orange',
|
27570
|
+
standard: 'EIP3091'
|
27571
|
+
}
|
27572
|
+
]
|
27573
|
+
},
|
27506
27574
|
{
|
27507
27575
|
name: 'ARTIS sigma1',
|
27508
27576
|
chain: 'ARTIS',
|
@@ -29003,6 +29071,46 @@ const chainArray = [
|
|
29003
29071
|
}
|
29004
29072
|
]
|
29005
29073
|
},
|
29074
|
+
{
|
29075
|
+
name: 'Lamina1 Testnet',
|
29076
|
+
chain: 'Lamina1 Testnet',
|
29077
|
+
rpc: [ 'https://subnets.avax.network/lamina1tes/testnet/rpc' ],
|
29078
|
+
features: [ { name: 'EIP1559' } ],
|
29079
|
+
faucets: [],
|
29080
|
+
nativeCurrency: { name: 'Lamina1 Test', symbol: 'L1T', decimals: 18 },
|
29081
|
+
infoURL: 'https://fuji.lamina1.com/',
|
29082
|
+
shortName: 'lamina1test',
|
29083
|
+
chainId: 764984,
|
29084
|
+
networkId: 764984,
|
29085
|
+
slip44: 1,
|
29086
|
+
explorers: [
|
29087
|
+
{
|
29088
|
+
name: 'Lamina1 Test Explorer',
|
29089
|
+
url: 'https://subnets-test.avax.network/lamina1tes',
|
29090
|
+
standard: 'EIP3091'
|
29091
|
+
}
|
29092
|
+
]
|
29093
|
+
},
|
29094
|
+
{
|
29095
|
+
name: 'Lamina1 Identity Testnet',
|
29096
|
+
chain: 'Lamina1 Identity Testnet',
|
29097
|
+
rpc: [ 'https://subnets.avax.network/lamina1id/testnet/rpc' ],
|
29098
|
+
features: [ { name: 'EIP1559' } ],
|
29099
|
+
faucets: [],
|
29100
|
+
nativeCurrency: { name: 'L1ID Test', symbol: 'L1IDT', decimals: 18 },
|
29101
|
+
infoURL: 'https://fuji.lamina1.com/',
|
29102
|
+
shortName: 'lamina1idtest',
|
29103
|
+
chainId: 767368,
|
29104
|
+
networkId: 767368,
|
29105
|
+
slip44: 1,
|
29106
|
+
explorers: [
|
29107
|
+
{
|
29108
|
+
name: 'Lamina1 Identity Testnet Explorer',
|
29109
|
+
url: 'https://subnets-test.avax.network/lamina1id',
|
29110
|
+
standard: 'EIP3091'
|
29111
|
+
}
|
29112
|
+
]
|
29113
|
+
},
|
29006
29114
|
{
|
29007
29115
|
name: 'Modularium',
|
29008
29116
|
chain: 'EVMCC',
|
@@ -29432,6 +29540,48 @@ const chainArray = [
|
|
29432
29540
|
}
|
29433
29541
|
]
|
29434
29542
|
},
|
29543
|
+
{
|
29544
|
+
name: 'Forma',
|
29545
|
+
chain: 'Forma',
|
29546
|
+
rpc: [ 'https://rpc.forma.art' ],
|
29547
|
+
faucets: [],
|
29548
|
+
nativeCurrency: { name: 'TIA', symbol: 'TIA', decimals: 18 },
|
29549
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
29550
|
+
infoURL: 'https://forma.art',
|
29551
|
+
shortName: 'forma',
|
29552
|
+
chainId: 984122,
|
29553
|
+
networkId: 984122,
|
29554
|
+
icon: 'forma',
|
29555
|
+
explorers: [
|
29556
|
+
{
|
29557
|
+
name: 'blockscout',
|
29558
|
+
url: 'https://explorer.forma.art',
|
29559
|
+
icon: 'blockscout',
|
29560
|
+
standard: 'EIP3091'
|
29561
|
+
}
|
29562
|
+
]
|
29563
|
+
},
|
29564
|
+
{
|
29565
|
+
name: 'Forma Sketchpad',
|
29566
|
+
chain: 'Forma',
|
29567
|
+
rpc: [ 'https://rpc.sketchpad-1.forma.art' ],
|
29568
|
+
faucets: [],
|
29569
|
+
nativeCurrency: { name: 'TIA', symbol: 'TIA', decimals: 18 },
|
29570
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
29571
|
+
infoURL: 'https://forma.art',
|
29572
|
+
shortName: 'sketchpad',
|
29573
|
+
chainId: 984123,
|
29574
|
+
networkId: 984123,
|
29575
|
+
icon: 'forma',
|
29576
|
+
explorers: [
|
29577
|
+
{
|
29578
|
+
name: 'blockscout',
|
29579
|
+
url: 'https://explorer.sketchpad-1.forma.art',
|
29580
|
+
icon: 'blockscout',
|
29581
|
+
standard: 'EIP3091'
|
29582
|
+
}
|
29583
|
+
]
|
29584
|
+
},
|
29435
29585
|
{
|
29436
29586
|
name: 'Ecrox Chain Mainnet',
|
29437
29587
|
chain: 'Ecrox Chain',
|
@@ -29923,6 +30073,26 @@ const chainArray = [
|
|
29923
30073
|
icon: 'ethereum',
|
29924
30074
|
explorers: []
|
29925
30075
|
},
|
30076
|
+
{
|
30077
|
+
name: 'NumBlock Chain',
|
30078
|
+
chain: 'NumBlock',
|
30079
|
+
rpc: [ 'https://rpc-mainnet.numblock.org' ],
|
30080
|
+
faucets: [],
|
30081
|
+
nativeCurrency: { name: 'NUMB Token', symbol: 'NUMB', decimals: 18 },
|
30082
|
+
infoURL: 'https://numblock.org',
|
30083
|
+
shortName: 'NUMB',
|
30084
|
+
chainId: 5112023,
|
30085
|
+
networkId: 5112023,
|
30086
|
+
icon: 'NumBlock',
|
30087
|
+
explorers: [
|
30088
|
+
{
|
30089
|
+
name: 'NumBlock Explorer',
|
30090
|
+
url: 'https://mainnet.numblock.org',
|
30091
|
+
standard: 'none',
|
30092
|
+
icon: 'NumBlock'
|
30093
|
+
}
|
30094
|
+
]
|
30095
|
+
},
|
29926
30096
|
{
|
29927
30097
|
name: 'MXC Wannsee zkEVM Testnet',
|
29928
30098
|
chain: 'MXC zkEVM',
|