eth-chainlist 0.0.215 → 0.0.216

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 CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.216 (2023-08-23)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.215 ([48d0663](https://github.com/poowf/eth-chainlist/commit/48d066344039d4f1776ee921ebe45f19c7934d88))
9
+ * update chain data ([450a707](https://github.com/poowf/eth-chainlist/commit/450a707a6cb220f7d895eadbc4141f5399c0d81a))
10
+
3
11
  ### 0.0.215 (2023-08-20)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -7343,8 +7343,8 @@ const chainArray = [
7343
7343
  chain: 'Gobi',
7344
7344
  icon: 'eon',
7345
7345
  rpc: [
7346
- 'https://gobi-testnet.horizenlabs.io/ethv1',
7347
- 'https://rpc.ankr.com/horizen_testnet_evm'
7346
+ 'https://gobi-rpc.horizenlabs.io/ethv1',
7347
+ 'https://rpc.ankr.com/horizen_gobi_testnet'
7348
7348
  ],
7349
7349
  features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
7350
7350
  faucets: [ 'https://faucet.horizen.io' ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.215",
3
+ "version": "0.0.216",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {