eth-chainlist 0.0.401 → 0.0.402
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 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.402 (2024-05-12)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.401 ([64b3d89](https://github.com/poowf/eth-chainlist/commit/64b3d8928f4ca95a6ac3950f50de15bef096d9dd))
|
9
|
+
* update chain data ([2e4c2ce](https://github.com/poowf/eth-chainlist/commit/2e4c2ce5f9f66e078df26c9bdc433357c85f34f0))
|
10
|
+
|
3
11
|
### 0.0.401 (2024-05-11)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -13056,8 +13056,9 @@ const chainArray = [
|
|
13056
13056
|
title: 'Morph Holesky Testnet',
|
13057
13057
|
chain: 'ETH',
|
13058
13058
|
rpc: [
|
13059
|
-
'https://rpc-holesky.morphl2.io',
|
13060
|
-
'
|
13059
|
+
'https://rpc-quicknode-holesky.morphl2.io',
|
13060
|
+
'wss://rpc-quicknode-holesky.morphl2.io',
|
13061
|
+
'https://rpc-holesky.morphl2.io'
|
13061
13062
|
],
|
13062
13063
|
faucets: [],
|
13063
13064
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|