eth-chainlist 0.0.289 → 0.0.290
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 +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.290 (2023-11-24)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.289 ([3b49136](https://github.com/poowf/eth-chainlist/commit/3b4913671f88d4a1cca5924dda857bc553ede2a6))
|
9
|
+
* update chain data ([e00edbb](https://github.com/poowf/eth-chainlist/commit/e00edbbd6d89464e0e789c0a9cd27a19e9b81849))
|
10
|
+
|
3
11
|
### 0.0.289 (2023-11-23)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -12033,7 +12033,7 @@ const chainArray = [
|
|
12033
12033
|
{
|
12034
12034
|
name: 'Digit Soul Smart Chain',
|
12035
12035
|
chain: 'DGS',
|
12036
|
-
rpc: [ '
|
12036
|
+
rpc: [ 'https://dsc-rpc.digitsoul.co.th' ],
|
12037
12037
|
faucets: [],
|
12038
12038
|
nativeCurrency: { name: 'Digit Coin', symbol: 'DGC', decimals: 18 },
|
12039
12039
|
infoURL: '',
|
@@ -19327,7 +19327,7 @@ const chainArray = [
|
|
19327
19327
|
{
|
19328
19328
|
name: 'Digit Soul Smart Chain 2',
|
19329
19329
|
chain: 'DS2',
|
19330
|
-
rpc: [ '
|
19330
|
+
rpc: [ 'https://dgs-rpc.digitsoul.co.th' ],
|
19331
19331
|
faucets: [],
|
19332
19332
|
nativeCurrency: { name: 'Digit Coin', symbol: 'DGC', decimals: 18 },
|
19333
19333
|
infoURL: '',
|