eth-chainlist 0.0.642 → 0.0.643
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 +3 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.643 (2025-03-19)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.642 ([2f8c8ee](https://github.com/poowf/eth-chainlist/commit/2f8c8ee16cabc50fc6d8a3d23e9cf07e928a414e))
|
9
|
+
* update chain data ([f4a3a67](https://github.com/poowf/eth-chainlist/commit/f4a3a679f53da55ce8efc4f5a233237051ce00e7))
|
10
|
+
|
3
11
|
### 0.0.642 (2025-03-18)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -4305,15 +4305,15 @@ const chainArray = [
|
|
4305
4305
|
chainId: 216,
|
4306
4306
|
networkId: 216,
|
4307
4307
|
chain: 'Happychain Testnet',
|
4308
|
-
rpc: [ 'https://
|
4308
|
+
rpc: [ 'https://rpc.testnet.happy.tech/http' ],
|
4309
4309
|
faucets: [],
|
4310
4310
|
nativeCurrency: { name: 'Happy', symbol: 'HAPPY', decimals: 18 },
|
4311
4311
|
shortName: 'happytestnet',
|
4312
|
-
infoURL: 'https://
|
4312
|
+
infoURL: 'https://testnet.happy.tech',
|
4313
4313
|
explorers: [
|
4314
4314
|
{
|
4315
4315
|
name: 'Blockscout',
|
4316
|
-
url: 'https://
|
4316
|
+
url: 'https://explorer.testnet.happy.tech',
|
4317
4317
|
standard: 'EIP3091'
|
4318
4318
|
}
|
4319
4319
|
]
|