eth-chainlist 0.0.813 → 0.0.814

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.814 (2026-08-22)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.813 ([3d3fd4d](https://github.com/poowf/eth-chainlist/commit/3d3fd4dd2a98125f72d999f049ddeb62b8a47493))
9
+ * update chain data ([662c640](https://github.com/poowf/eth-chainlist/commit/662c64061e717357adb88e187e54e594f646eea1))
10
+
3
11
  ### 0.0.813 (2026-08-21)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -11015,6 +11015,7 @@ const chainArray = [
11015
11015
  {
11016
11016
  name: 'Nura Chain',
11017
11017
  chain: 'Nura',
11018
+ icon: 'nura',
11018
11019
  rpc: [ 'https://rpc.nurachain.net' ],
11019
11020
  features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
11020
11021
  faucets: [],
@@ -42463,14 +42464,15 @@ const chainArray = [
42463
42464
  name: 'Xitcoin',
42464
42465
  chain: 'XITCOIN',
42465
42466
  faucets: [],
42466
- rpc: [ 'https://network.xitcoin.org' ],
42467
+ rpc: [],
42467
42468
  nativeCurrency: { name: 'Xitcoin', symbol: 'XTC', decimals: 18 },
42468
42469
  infoURL: 'https://xitcoin.gitbook.io/guide/',
42469
42470
  shortName: 'Xitcoin',
42470
42471
  chainId: 101088,
42471
42472
  networkId: 101088,
42472
42473
  icon: 'xitcoin',
42473
- explorers: []
42474
+ explorers: [],
42475
+ status: 'incubating'
42474
42476
  },
42475
42477
  {
42476
42478
  name: 'Xitcoin Testnet',
@@ -44003,6 +44005,7 @@ const chainArray = [
44003
44005
  shortName: 'mfenx',
44004
44006
  chainId: 177155,
44005
44007
  networkId: 177155,
44008
+ icon: 'mfenx',
44006
44009
  status: 'active'
44007
44010
  },
44008
44011
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.813",
3
+ "version": "0.0.814",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "lint-staged": {