eth-chainlist 0.0.610 → 0.0.611
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 +8 -0
- package/data/chain.js +48 -5
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.611 (2025-02-12)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.610 ([2cd132d](https://github.com/poowf/eth-chainlist/commit/2cd132dafe234ea338532c4969ffce85290e10d2))
|
9
|
+
* update chain data ([65e19a9](https://github.com/poowf/eth-chainlist/commit/65e19a9c4063585129b329900c9e02cc0cae24eb))
|
10
|
+
|
3
11
|
### 0.0.610 (2025-02-11)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -10852,12 +10852,18 @@ const chainArray = [
|
|
10852
10852
|
chain: 'Litheum',
|
10853
10853
|
rpc: [ 'https://testnet.litheum.com' ],
|
10854
10854
|
faucets: [],
|
10855
|
-
nativeCurrency: { name: 'Lith', symbol: 'LTH', decimals:
|
10855
|
+
nativeCurrency: { name: 'Lith', symbol: 'LTH', decimals: 18 },
|
10856
10856
|
infoURL: 'https://litheum.com',
|
10857
10857
|
shortName: 'lith',
|
10858
10858
|
chainId: 1174,
|
10859
10859
|
networkId: 1174,
|
10860
|
-
explorers: [
|
10860
|
+
explorers: [
|
10861
|
+
{
|
10862
|
+
name: 'Litheum Test Network Explorer',
|
10863
|
+
url: 'https://explorer.litheum.com',
|
10864
|
+
standard: 'EIP3091'
|
10865
|
+
}
|
10866
|
+
]
|
10861
10867
|
},
|
10862
10868
|
{
|
10863
10869
|
name: 'Smart Host Teknoloji TESTNET',
|
@@ -19459,19 +19465,19 @@ const chainArray = [
|
|
19459
19465
|
]
|
19460
19466
|
},
|
19461
19467
|
{
|
19462
|
-
name: '
|
19468
|
+
name: 'Pione Chain Mainnet',
|
19463
19469
|
chain: 'PIO',
|
19464
19470
|
icon: 'pio',
|
19465
19471
|
rpc: [ 'https://rpc.pionescan.com' ],
|
19466
19472
|
faucets: [],
|
19467
|
-
nativeCurrency: { name: '
|
19473
|
+
nativeCurrency: { name: 'Pione', symbol: 'PIO', decimals: 18 },
|
19468
19474
|
infoURL: 'https://pionechain.com',
|
19469
19475
|
shortName: 'pio',
|
19470
19476
|
chainId: 5090,
|
19471
19477
|
networkId: 5090,
|
19472
19478
|
explorers: [
|
19473
19479
|
{
|
19474
|
-
name: '
|
19480
|
+
name: 'Pione Chain Explorer',
|
19475
19481
|
url: 'https://pionescan.com',
|
19476
19482
|
standard: 'EIP3091'
|
19477
19483
|
}
|
@@ -23889,6 +23895,21 @@ const chainArray = [
|
|
23889
23895
|
chainId: 9100,
|
23890
23896
|
networkId: 9100
|
23891
23897
|
},
|
23898
|
+
{
|
23899
|
+
name: 'Destra Dubai Testnet',
|
23900
|
+
chain: 'Destra',
|
23901
|
+
status: 'active',
|
23902
|
+
rpc: [],
|
23903
|
+
faucets: [],
|
23904
|
+
nativeCurrency: { name: 'Sync', symbol: 'SYNC', decimals: 18 },
|
23905
|
+
infoURL: '',
|
23906
|
+
shortName: 'Destra',
|
23907
|
+
chainId: 9108,
|
23908
|
+
networkId: 9108,
|
23909
|
+
slip44: 1,
|
23910
|
+
explorers: [],
|
23911
|
+
parent: { type: 'L2', chain: 'eip155-4', bridges: [] }
|
23912
|
+
},
|
23892
23913
|
{
|
23893
23914
|
name: 'Rinia Testnet Old',
|
23894
23915
|
chain: 'FIRE',
|
@@ -34465,6 +34486,28 @@ const chainArray = [
|
|
34465
34486
|
}
|
34466
34487
|
]
|
34467
34488
|
},
|
34489
|
+
{
|
34490
|
+
name: 'Lumoz Chain Mainnet',
|
34491
|
+
chain: 'ETH',
|
34492
|
+
rpc: [ 'https://rpc.lumoz.org', 'https://rpc-hk.lumoz.org' ],
|
34493
|
+
faucets: [],
|
34494
|
+
nativeCurrency: { name: 'Lumoz Mainnet Token', symbol: 'MOZ', decimals: 18 },
|
34495
|
+
features: [ { name: 'EIP155' } ],
|
34496
|
+
infoURL: 'https://lumoz.org',
|
34497
|
+
shortName: 'Lumoz-Chain-Mainnet',
|
34498
|
+
chainId: 96370,
|
34499
|
+
networkId: 96370,
|
34500
|
+
slip44: 1,
|
34501
|
+
icon: 'opside-new',
|
34502
|
+
explorers: [
|
34503
|
+
{
|
34504
|
+
name: 'LumozMainnetInfo',
|
34505
|
+
url: 'https://scan.lumoz.info',
|
34506
|
+
icon: 'opside-new',
|
34507
|
+
standard: 'EIP3091'
|
34508
|
+
}
|
34509
|
+
]
|
34510
|
+
},
|
34468
34511
|
{
|
34469
34512
|
name: 'Mantis Testnet (Hexapod)',
|
34470
34513
|
chain: 'Mantis',
|