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 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
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.571",
3
+ "version": "0.0.572",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {