eth-chainlist 0.0.620 → 0.0.621
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 +19 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.621 (2025-02-23)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.620 ([75b80f9](https://github.com/poowf/eth-chainlist/commit/75b80f9958623f224058bb46deb388933b4b4afa))
|
9
|
+
* update chain data ([254f69f](https://github.com/poowf/eth-chainlist/commit/254f69f51dd3a244c9a308030bb179a575b5685c))
|
10
|
+
|
3
11
|
### 0.0.620 (2025-02-22)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -39217,6 +39217,25 @@ const chainArray = [
|
|
39217
39217
|
],
|
39218
39218
|
parent: { type: 'L2', chain: 'eip155-1' }
|
39219
39219
|
},
|
39220
|
+
{
|
39221
|
+
name: 'Hetu Testnet',
|
39222
|
+
chain: 'HETU',
|
39223
|
+
rpc: [ 'https://rpc.testchainv1.hetuscan.com' ],
|
39224
|
+
faucets: [ 'https:/testchainv1.hetuscan.com' ],
|
39225
|
+
nativeCurrency: { name: 'tETH', symbol: 'tETH', decimals: 18 },
|
39226
|
+
infoURL: 'https://hetu.org',
|
39227
|
+
shortName: 'HETU',
|
39228
|
+
chainId: 560000,
|
39229
|
+
networkId: 560000,
|
39230
|
+
explorers: [
|
39231
|
+
{
|
39232
|
+
name: 'Hetu Testnet Scan',
|
39233
|
+
url: 'http://testchainv1.hetuscan.com',
|
39234
|
+
icon: 'hetu',
|
39235
|
+
standard: 'EIP3091'
|
39236
|
+
}
|
39237
|
+
]
|
39238
|
+
},
|
39220
39239
|
{
|
39221
39240
|
name: 'DJT Testnet',
|
39222
39241
|
chain: 'DJT',
|