eth-chainlist 0.0.283 → 0.0.284
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 +11 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.284 (2023-11-16)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.283 ([d218f46](https://github.com/poowf/eth-chainlist/commit/d218f465b393b8fdf950f6beded1db5f071ebf25))
|
9
|
+
* update chain data ([99555f6](https://github.com/poowf/eth-chainlist/commit/99555f68eecc9f7f0b801f98e312584849bb3d4d))
|
10
|
+
|
3
11
|
### 0.0.283 (2023-11-15)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -19252,6 +19252,17 @@ const chainArray = [
|
|
19252
19252
|
}
|
19253
19253
|
]
|
19254
19254
|
},
|
19255
|
+
{
|
19256
|
+
name: 'Digit Soul Smart Chain 2',
|
19257
|
+
chain: 'DS2',
|
19258
|
+
rpc: [ 'http://dgs-rpc.digitsoul.co.th' ],
|
19259
|
+
faucets: [],
|
19260
|
+
nativeCurrency: { name: 'Digit Coin', symbol: 'DGC', decimals: 18 },
|
19261
|
+
infoURL: '',
|
19262
|
+
shortName: 'DS2',
|
19263
|
+
chainId: 363636,
|
19264
|
+
networkId: 363636
|
19265
|
+
},
|
19255
19266
|
{
|
19256
19267
|
name: 'HAPchain Testnet',
|
19257
19268
|
chain: 'HAPchain',
|