eth-chainlist 0.0.205 → 0.0.206
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 +13 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.206 (2023-08-10)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.205 ([571ecd5](https://github.com/poowf/eth-chainlist/commit/571ecd5f2dfc64dbcf8d0ec67ac1d4867e853937))
|
9
|
+
* update chain data ([bf9f6ee](https://github.com/poowf/eth-chainlist/commit/bf9f6ee115c8c7b51d3dcf441f7ed45a86f928ef))
|
10
|
+
|
3
11
|
### 0.0.205 (2023-08-09)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -12895,6 +12895,18 @@ const chainArray = [
|
|
12895
12895
|
}
|
12896
12896
|
]
|
12897
12897
|
},
|
12898
|
+
{
|
12899
|
+
name: 'Humanode Testnet 5 Israfel',
|
12900
|
+
chain: 'Humanode Testnet 5',
|
12901
|
+
rpc: [ 'https://explorer-rpc-http.testnet5.stages.humanode.io' ],
|
12902
|
+
faucets: [ 'https://t.me/HumanodeTestnet5FaucetBot' ],
|
12903
|
+
nativeCurrency: { name: 'HMND', symbol: 'HMND', decimals: 18 },
|
12904
|
+
infoURL: 'https://humanode.io',
|
12905
|
+
shortName: 'hmnd-t5',
|
12906
|
+
chainId: 14853,
|
12907
|
+
networkId: 14853,
|
12908
|
+
explorers: []
|
12909
|
+
},
|
12898
12910
|
{
|
12899
12911
|
name: 'LoopNetwork Mainnet',
|
12900
12912
|
chain: 'LoopNetwork',
|
@@ -16560,7 +16572,7 @@ const chainArray = [
|
|
16560
16572
|
{
|
16561
16573
|
name: 'Reapchain Testnet',
|
16562
16574
|
chain: 'REAP',
|
16563
|
-
rpc: [ 'https://test-
|
16575
|
+
rpc: [ 'https://test-eth.reapchain.org' ],
|
16564
16576
|
faucets: [ 'http://faucet.reapchain.com' ],
|
16565
16577
|
nativeCurrency: { name: 'test-Reap', symbol: 'tREAP', decimals: 18 },
|
16566
16578
|
features: [],
|