eth-chainlist 0.0.687 → 0.0.688
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 +20 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.688 (2025-09-20)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.687 ([7f8155c](https://github.com/poowf/eth-chainlist/commit/7f8155c341e9d7ac6a667555a6f9009947457286))
|
9
|
+
* update chain data ([67e1ed0](https://github.com/poowf/eth-chainlist/commit/67e1ed0a906402c15f3e3ed265a5d9e099856e97))
|
10
|
+
|
3
11
|
### 0.0.687 (2025-09-19)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -37264,6 +37264,26 @@ const chainArray = [
|
|
37264
37264
|
networkId: 100011,
|
37265
37265
|
parent: { type: 'L2', chain: 'eip155-100000' }
|
37266
37266
|
},
|
37267
|
+
{
|
37268
|
+
name: 'Sova',
|
37269
|
+
chain: 'ETH',
|
37270
|
+
icon: 'sova',
|
37271
|
+
rpc: [ 'https://rpc.sova.io' ],
|
37272
|
+
faucets: [],
|
37273
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
37274
|
+
infoURL: 'https://sova.io',
|
37275
|
+
shortName: 'sova',
|
37276
|
+
chainId: 100021,
|
37277
|
+
networkId: 100021,
|
37278
|
+
explorers: [
|
37279
|
+
{
|
37280
|
+
name: 'blockscout',
|
37281
|
+
url: 'https://explorer.sova.io',
|
37282
|
+
icon: 'blockscout',
|
37283
|
+
standard: 'EIP3091'
|
37284
|
+
}
|
37285
|
+
]
|
37286
|
+
},
|
37267
37287
|
{
|
37268
37288
|
name: 'Deprecated CHI',
|
37269
37289
|
chain: 'CHI1',
|