eth-chainlist 0.0.571 → 0.0.572
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 +1 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.572 (2024-12-26)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.571 ([017a0fd](https://github.com/poowf/eth-chainlist/commit/017a0fdae70dccd8a7a9f11632a6383294e13d1c))
|
9
|
+
* update chain data ([4fec33e](https://github.com/poowf/eth-chainlist/commit/4fec33e76c95dd53c3641cb33bcdc9ad3a61aee1))
|
10
|
+
|
3
11
|
### 0.0.571 (2024-12-22)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -23890,6 +23890,7 @@ const chainArray = [
|
|
23890
23890
|
shortName: 'joct',
|
23891
23891
|
chainId: 10081,
|
23892
23892
|
networkId: 10081,
|
23893
|
+
icon: 'joct',
|
23893
23894
|
slip44: 1,
|
23894
23895
|
explorers: [
|
23895
23896
|
{
|