eth-chainlist 0.0.751 → 0.0.752

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.752 (2026-04-06)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.751 ([c7926bd](https://github.com/poowf/eth-chainlist/commit/c7926bd4fd5b0b01f69e98ad7400af3ba174505d))
9
+ * update chain data ([8dbdcca](https://github.com/poowf/eth-chainlist/commit/8dbdcca545b5b83d8ded2917d6ac4d8ce67817d8))
10
+
3
11
  ### 0.0.751 (2026-04-05)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -48443,6 +48443,21 @@ const chainArray = [
48443
48443
  }
48444
48444
  ]
48445
48445
  },
48446
+ {
48447
+ name: 'ClawCoin Testnet',
48448
+ chain: 'CC',
48449
+ icon: 'clawcoin',
48450
+ rpc: [ 'https://evm-testnet.clawcoin.com' ],
48451
+ features: [ { name: 'EIP155' } ],
48452
+ faucets: [],
48453
+ nativeCurrency: { name: 'ClawCoin', symbol: 'CC', decimals: 18 },
48454
+ infoURL: 'https://clawcoin.com',
48455
+ shortName: 'cc-testnet',
48456
+ chainId: 11111110,
48457
+ networkId: 11111110,
48458
+ slip44: 60,
48459
+ status: 'active'
48460
+ },
48446
48461
  {
48447
48462
  name: 'ClawCoin',
48448
48463
  chain: 'CC',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.751",
3
+ "version": "0.0.752",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "lint-staged": {