eth-chainlist 0.0.246 → 0.0.247
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 +6 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.247 (2023-10-01)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.246 ([70a5a00](https://github.com/poowf/eth-chainlist/commit/70a5a004d092d047b78b53c0b0052a97cc4a3165))
|
9
|
+
* update chain data ([f9f5b2f](https://github.com/poowf/eth-chainlist/commit/f9f5b2f8e3d3b2d651818256e6a6c730697f6256))
|
10
|
+
|
3
11
|
### 0.0.246 (2023-09-30)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -14424,6 +14424,12 @@ const chainArray = [
|
|
14424
14424
|
url: 'https://holesky.otterscan.io',
|
14425
14425
|
icon: 'ethereum',
|
14426
14426
|
standard: 'EIP3091'
|
14427
|
+
},
|
14428
|
+
{
|
14429
|
+
name: 'Holesky Etherscan',
|
14430
|
+
url: 'https://holesky.etherscan.io',
|
14431
|
+
icon: 'ethereum',
|
14432
|
+
standard: 'EIP3091'
|
14427
14433
|
}
|
14428
14434
|
]
|
14429
14435
|
},
|