eth-chainlist 0.0.493 → 0.0.494

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.494 (2024-09-16)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.493 ([ac7406a](https://github.com/poowf/eth-chainlist/commit/ac7406ab2294bd1dd7f9e227c833aceb909edf0d))
9
+ * update chain data ([21653a7](https://github.com/poowf/eth-chainlist/commit/21653a798e21e06590a53cac6271aea097bb25b0))
10
+
3
11
  ### 0.0.493 (2024-09-14)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -14219,6 +14219,7 @@ const chainArray = [
14219
14219
  shortName: '6do',
14220
14220
  chainId: 2477,
14221
14221
  networkId: 2477,
14222
+ icon: '6do',
14222
14223
  explorers: [
14223
14224
  {
14224
14225
  name: '6Degree Chain Explorer',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.493",
3
+ "version": "0.0.494",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {