eth-chainlist 0.0.288 → 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 +16 -0
- package/data/chain.js +22 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
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
|
+
|
11
|
+
### 0.0.289 (2023-11-23)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.288 ([16841f7](https://github.com/poowf/eth-chainlist/commit/16841f75d339f224763a5367af83cfb9108d2f3e))
|
17
|
+
* update chain data ([f3835a4](https://github.com/poowf/eth-chainlist/commit/f3835a4282e1105cc63acbf36cad5e5d0a8567e3))
|
18
|
+
|
3
19
|
### 0.0.288 (2023-11-21)
|
4
20
|
|
5
21
|
|
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: '',
|
@@ -12918,6 +12918,26 @@ const chainArray = [
|
|
12918
12918
|
}
|
12919
12919
|
]
|
12920
12920
|
},
|
12921
|
+
{
|
12922
|
+
name: 'Torus Mainnet',
|
12923
|
+
chain: 'TQF',
|
12924
|
+
icon: 'torus',
|
12925
|
+
rpc: [ 'https://rpc.toruschain.com' ],
|
12926
|
+
faucets: [],
|
12927
|
+
nativeCurrency: { name: 'TQF', symbol: 'TQF', decimals: 18 },
|
12928
|
+
infoURL: 'https://docs.toruschain.com',
|
12929
|
+
shortName: 'tqf',
|
12930
|
+
chainId: 8192,
|
12931
|
+
networkId: 8192,
|
12932
|
+
explorers: [
|
12933
|
+
{
|
12934
|
+
name: 'blockscout',
|
12935
|
+
url: 'https://toruscan.com',
|
12936
|
+
icon: 'blockscout',
|
12937
|
+
standard: 'EIP3091'
|
12938
|
+
}
|
12939
|
+
]
|
12940
|
+
},
|
12921
12941
|
{
|
12922
12942
|
name: 'Torus Testnet',
|
12923
12943
|
chain: 'TQF',
|
@@ -19307,7 +19327,7 @@ const chainArray = [
|
|
19307
19327
|
{
|
19308
19328
|
name: 'Digit Soul Smart Chain 2',
|
19309
19329
|
chain: 'DS2',
|
19310
|
-
rpc: [ '
|
19330
|
+
rpc: [ 'https://dgs-rpc.digitsoul.co.th' ],
|
19311
19331
|
faucets: [],
|
19312
19332
|
nativeCurrency: { name: 'Digit Coin', symbol: 'DGC', decimals: 18 },
|
19313
19333
|
infoURL: '',
|