eth-chainlist 0.0.546 → 0.0.547
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 +12 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
### 0.0.547 (2024-11-25)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Maintenance
|
|
7
|
+
|
|
8
|
+
* **release:** 0.0.546 ([81fc6ab](https://github.com/poowf/eth-chainlist/commit/81fc6ab3f606a4c6865f17e95a92b3505c812a42))
|
|
9
|
+
* update chain data ([059daf4](https://github.com/poowf/eth-chainlist/commit/059daf40dfbba8490897dcf506f92b143c0b2270))
|
|
10
|
+
|
|
3
11
|
### 0.0.546 (2024-11-24)
|
|
4
12
|
|
|
5
13
|
|
package/data/chain.js
CHANGED
|
@@ -10183,6 +10183,18 @@ const chainArray = [
|
|
|
10183
10183
|
}
|
|
10184
10184
|
]
|
|
10185
10185
|
},
|
|
10186
|
+
{
|
|
10187
|
+
name: 'Litheum Test Network',
|
|
10188
|
+
chain: 'Litheum',
|
|
10189
|
+
rpc: [ 'https://testnet.litheum.com' ],
|
|
10190
|
+
faucets: [],
|
|
10191
|
+
nativeCurrency: { name: 'Lith', symbol: 'LTH', decimals: 9 },
|
|
10192
|
+
infoURL: 'https://litheum.com',
|
|
10193
|
+
shortName: 'lith',
|
|
10194
|
+
chainId: 1174,
|
|
10195
|
+
networkId: 1174,
|
|
10196
|
+
explorers: []
|
|
10197
|
+
},
|
|
10186
10198
|
{
|
|
10187
10199
|
name: 'Smart Host Teknoloji TESTNET',
|
|
10188
10200
|
chain: 'SHT',
|