eth-chainlist 0.0.288 → 0.0.289
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 +20 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.289 (2023-11-23)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.288 ([16841f7](https://github.com/poowf/eth-chainlist/commit/16841f75d339f224763a5367af83cfb9108d2f3e))
|
9
|
+
* update chain data ([f3835a4](https://github.com/poowf/eth-chainlist/commit/f3835a4282e1105cc63acbf36cad5e5d0a8567e3))
|
10
|
+
|
3
11
|
### 0.0.288 (2023-11-21)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -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',
|