eth-chainlist 0.0.348 → 0.0.350
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 +20 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.350 (2024-02-28)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.349 ([c0d5c7c](https://github.com/poowf/eth-chainlist/commit/c0d5c7cc5ef59d5785bdb1257ad7884c512c6c33))
|
9
|
+
* update chain data ([de600cb](https://github.com/poowf/eth-chainlist/commit/de600cbd05bd6ef673a181ff9025dcc266ef3dc2))
|
10
|
+
|
11
|
+
### 0.0.349 (2024-02-27)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.348 ([4509da8](https://github.com/poowf/eth-chainlist/commit/4509da8526eb617e15fcc2757019c467f47cadf2))
|
17
|
+
* update chain data ([aaf2159](https://github.com/poowf/eth-chainlist/commit/aaf215907b6b15fce17f88049237155098feba7c))
|
18
|
+
|
3
19
|
### 0.0.348 (2024-02-26)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -11099,7 +11099,7 @@ const chainArray = [
|
|
11099
11099
|
icon: 'karak',
|
11100
11100
|
rpc: [ 'https://rpc.karak.network' ],
|
11101
11101
|
faucets: [],
|
11102
|
-
nativeCurrency: { name: '
|
11102
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
11103
11103
|
infoURL: 'https://karak.network',
|
11104
11104
|
shortName: 'karak-mainnet',
|
11105
11105
|
chainId: 2410,
|
@@ -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',
|