eth-chainlist 0.0.214 → 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,21 @@
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
+
11
+ ### 0.0.215 (2023-08-20)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.214 ([55458e4](https://github.com/poowf/eth-chainlist/commit/55458e42a4151aa4aa2b4d11bb521556d9e682bf))
17
+ * update chain data ([3aa8828](https://github.com/poowf/eth-chainlist/commit/3aa8828d54fa287b3a5843e1f830cc45288804b1))
18
+
3
19
  ### 0.0.214 (2023-08-19)
4
20
 
5
21
 
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' ],
@@ -19490,6 +19490,25 @@ const chainArray = [
19490
19490
  bridges: [ { url: 'https://ruby.exchange/bridge.html' } ]
19491
19491
  }
19492
19492
  },
19493
+ {
19494
+ name: 'Ancient8 Testnet',
19495
+ chain: 'Ancient8',
19496
+ icon: 'ancient8',
19497
+ rpc: [ 'https://rpc-testnet.ancient8.gg' ],
19498
+ faucets: [],
19499
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
19500
+ infoURL: 'https://ancient8.gg/',
19501
+ shortName: 'a8',
19502
+ chainId: 2863311531,
19503
+ networkId: 2863311531,
19504
+ explorers: [
19505
+ {
19506
+ name: 'a8scan-testnet',
19507
+ url: 'https://testnet.a8scan.io',
19508
+ standard: 'EIP3091'
19509
+ }
19510
+ ]
19511
+ },
19493
19512
  {
19494
19513
  name: 'Pirl',
19495
19514
  chain: 'PIRL',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.214",
3
+ "version": "0.0.216",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {