eth-chainlist 0.0.686 → 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 +16 -0
- package/data/chain.js +39 -8
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
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
|
+
|
11
|
+
### 0.0.687 (2025-09-19)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.686 ([84504b4](https://github.com/poowf/eth-chainlist/commit/84504b44b1220352ab2cc0db042a4ed4ceb50de4))
|
17
|
+
* update chain data ([bc02f92](https://github.com/poowf/eth-chainlist/commit/bc02f92642292a85a1c22d83e73c99a049d5086f))
|
18
|
+
|
3
19
|
### 0.0.686 (2025-09-18)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -7085,18 +7085,29 @@ const chainArray = [
|
|
7085
7085
|
]
|
7086
7086
|
},
|
7087
7087
|
{
|
7088
|
-
name: 'Syndicate
|
7089
|
-
title: 'Syndicate Chain',
|
7088
|
+
name: 'Syndicate Mainnet',
|
7090
7089
|
chain: 'Syndicate',
|
7091
|
-
|
7092
|
-
faucets: [],
|
7093
|
-
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
7090
|
+
shortName: 'syndicate',
|
7094
7091
|
infoURL: 'https://syndicate.io',
|
7095
|
-
|
7092
|
+
icon: 'syndicate',
|
7093
|
+
status: 'active',
|
7096
7094
|
chainId: 510,
|
7097
7095
|
networkId: 510,
|
7098
|
-
|
7099
|
-
|
7096
|
+
nativeCurrency: { name: 'Syndicate', symbol: 'SYND', decimals: 18 },
|
7097
|
+
rpc: [ 'https://rpc.syndicate.io' ],
|
7098
|
+
faucets: [],
|
7099
|
+
explorers: [
|
7100
|
+
{
|
7101
|
+
name: 'Syndicate Explorer',
|
7102
|
+
url: 'https://explorer.syndicate.io',
|
7103
|
+
standard: 'EIP3091'
|
7104
|
+
}
|
7105
|
+
],
|
7106
|
+
parent: {
|
7107
|
+
type: 'L2',
|
7108
|
+
chain: 'eip155-1',
|
7109
|
+
bridges: [ { url: 'https://bridge.arbitrum.io' } ]
|
7110
|
+
}
|
7100
7111
|
},
|
7101
7112
|
{
|
7102
7113
|
name: 'Double-A Chain Mainnet',
|
@@ -37253,6 +37264,26 @@ const chainArray = [
|
|
37253
37264
|
networkId: 100011,
|
37254
37265
|
parent: { type: 'L2', chain: 'eip155-100000' }
|
37255
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
|
+
},
|
37256
37287
|
{
|
37257
37288
|
name: 'Deprecated CHI',
|
37258
37289
|
chain: 'CHI1',
|