eth-chainlist 0.0.750 → 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,21 @@
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
+
11
+ ### 0.0.751 (2026-04-05)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.750 ([f8d0d80](https://github.com/poowf/eth-chainlist/commit/f8d0d80d12bd38b964a87fc3dc591909902bf8ff))
17
+ * update chain data ([420274e](https://github.com/poowf/eth-chainlist/commit/420274e33d9dcb7769baa5d0063f0617e86fe132))
18
+
3
19
  ### 0.0.750 (2026-04-04)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -20578,6 +20578,29 @@ const chainArray = [
20578
20578
  }
20579
20579
  ]
20580
20580
  },
20581
+ {
20582
+ name: 'IKChain Testnet',
20583
+ chain: 'IKChain',
20584
+ icon: 'ikchain',
20585
+ rpc: [ 'https://testnet-rpc.ikchain.net' ],
20586
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
20587
+ faucets: [ 'https://testnet-explorer.ikchain.net' ],
20588
+ nativeCurrency: { name: 'IKCrypto', symbol: 'IKCr', decimals: 18 },
20589
+ infoURL: 'https://ikchain.net',
20590
+ shortName: 'ikchain-testnet',
20591
+ chainId: 4270,
20592
+ networkId: 4270,
20593
+ slip44: 1,
20594
+ status: 'active',
20595
+ explorers: [
20596
+ {
20597
+ name: 'IKChain Testnet Explorer',
20598
+ url: 'https://testnet-explorer.ikchain.net',
20599
+ icon: 'blockscout',
20600
+ standard: 'EIP3091'
20601
+ }
20602
+ ]
20603
+ },
20581
20604
  {
20582
20605
  name: 'Echos Chain',
20583
20606
  chain: 'Echos',
@@ -48354,6 +48377,31 @@ const chainArray = [
48354
48377
  }
48355
48378
  ]
48356
48379
  },
48380
+ {
48381
+ name: 'SATUCHAIN Mainnet',
48382
+ chain: 'SATU',
48383
+ rpc: [
48384
+ 'https://rpc-mainnet.satuchain.com',
48385
+ 'https://rpc-indo-mainnet.satuchain.com',
48386
+ 'wss://rpc-mainnet.satuchain.com/ws'
48387
+ ],
48388
+ faucets: [],
48389
+ nativeCurrency: { name: 'Satu', symbol: 'STU', decimals: 18 },
48390
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
48391
+ infoURL: 'https://satuchain.com',
48392
+ shortName: 'satumainnet',
48393
+ chainId: 10111945,
48394
+ networkId: 10111945,
48395
+ icon: 'satuchain',
48396
+ explorers: [
48397
+ {
48398
+ name: 'SATUCHAIN Mainnet Explorer',
48399
+ url: 'https://stuscan.com',
48400
+ icon: 'satuchain',
48401
+ standard: 'EIP3091'
48402
+ }
48403
+ ]
48404
+ },
48357
48405
  {
48358
48406
  name: 'AlienX Mainnet',
48359
48407
  chain: 'AlienX Mainnet',
@@ -48395,6 +48443,21 @@ const chainArray = [
48395
48443
  }
48396
48444
  ]
48397
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
+ },
48398
48461
  {
48399
48462
  name: 'ClawCoin',
48400
48463
  chain: 'CC',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.750",
3
+ "version": "0.0.752",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "lint-staged": {