eth-chainlist 0.0.750 → 0.0.751

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.751 (2026-04-05)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.750 ([f8d0d80](https://github.com/poowf/eth-chainlist/commit/f8d0d80d12bd38b964a87fc3dc591909902bf8ff))
9
+ * update chain data ([420274e](https://github.com/poowf/eth-chainlist/commit/420274e33d9dcb7769baa5d0063f0617e86fe132))
10
+
3
11
  ### 0.0.750 (2026-04-04)
4
12
 
5
13
 
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',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.750",
3
+ "version": "0.0.751",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "lint-staged": {