eth-chainlist 0.0.331 → 0.0.332
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 +2 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.332 (2024-02-01)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.331 ([70f7a20](https://github.com/poowf/eth-chainlist/commit/70f7a2063c2fa2b6e8873a076063180a115d4bd4))
|
9
|
+
* update chain data ([f427112](https://github.com/poowf/eth-chainlist/commit/f427112cad65552202f620c4d5ae49a5e71c24d9))
|
10
|
+
|
3
11
|
### 0.0.331 (2024-01-31)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -7369,7 +7369,8 @@ const chainArray = [
|
|
7369
7369
|
'https://humans-evm-rpc.staketab.org:443',
|
7370
7370
|
'https://evm.humans.stakepool.dev.br',
|
7371
7371
|
'https://mainnet-humans-evm.konsortech.xyz',
|
7372
|
-
'https://evm-rpc.mainnet.humans.zone'
|
7372
|
+
'https://evm-rpc.mainnet.humans.zone',
|
7373
|
+
'https://json-rpc.humans.bh.rocks'
|
7373
7374
|
],
|
7374
7375
|
faucets: [],
|
7375
7376
|
nativeCurrency: { name: 'HEART', symbol: 'HEART', decimals: 18 },
|