eth-chainlist 0.0.348 → 0.0.349
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 +19 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.349 (2024-02-27)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.348 ([4509da8](https://github.com/poowf/eth-chainlist/commit/4509da8526eb617e15fcc2757019c467f47cadf2))
|
9
|
+
* update chain data ([aaf2159](https://github.com/poowf/eth-chainlist/commit/aaf215907b6b15fce17f88049237155098feba7c))
|
10
|
+
|
3
11
|
### 0.0.348 (2024-02-26)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -17518,6 +17518,25 @@ const chainArray = [
|
|
17518
17518
|
],
|
17519
17519
|
parent: { type: 'L2', chain: 'eip155-248' }
|
17520
17520
|
},
|
17521
|
+
{
|
17522
|
+
name: 'Decentraconnect Social',
|
17523
|
+
chain: 'DCSM',
|
17524
|
+
icon: 'dcsmIcon',
|
17525
|
+
rpc: [ 'https://rpc.decentraconnect.io' ],
|
17526
|
+
faucets: [],
|
17527
|
+
nativeCurrency: { name: 'Decentraconnect Social', symbol: 'DCSM', decimals: 18 },
|
17528
|
+
infoURL: 'https://docs.decentraconnect.io',
|
17529
|
+
shortName: 'DCSMs',
|
17530
|
+
chainId: 19224,
|
17531
|
+
networkId: 19224,
|
17532
|
+
explorers: [
|
17533
|
+
{
|
17534
|
+
name: 'Decentraconnect Social',
|
17535
|
+
url: 'https://decentraconnect.io',
|
17536
|
+
standard: 'EIP3091'
|
17537
|
+
}
|
17538
|
+
]
|
17539
|
+
},
|
17521
17540
|
{
|
17522
17541
|
name: 'Magnet Network',
|
17523
17542
|
chain: 'Magnet',
|