eth-chainlist 0.0.214 → 0.0.215
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 +19 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.215 (2023-08-20)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.214 ([55458e4](https://github.com/poowf/eth-chainlist/commit/55458e42a4151aa4aa2b4d11bb521556d9e682bf))
|
9
|
+
* update chain data ([3aa8828](https://github.com/poowf/eth-chainlist/commit/3aa8828d54fa287b3a5843e1f830cc45288804b1))
|
10
|
+
|
3
11
|
### 0.0.214 (2023-08-19)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -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',
|