eth-chainlist 0.0.740 → 0.0.741

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.741 (2026-03-24)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.740 ([e9a84b5](https://github.com/poowf/eth-chainlist/commit/e9a84b54ef46e1f4a3ec4c512b306017098f9b8d))
9
+ * update chain data ([884be3e](https://github.com/poowf/eth-chainlist/commit/884be3e06b8e4d3d4aa5c160f24a086c33130cf1))
10
+
3
11
  ### 0.0.740 (2026-03-23)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -8603,6 +8603,27 @@ const chainArray = [
8603
8603
  ],
8604
8604
  icon: 'vrcscan'
8605
8605
  },
8606
+ {
8607
+ name: 'Eden',
8608
+ chain: 'Eden',
8609
+ rpc: [ 'https://rpc.eden.gateway.fm' ],
8610
+ faucets: [],
8611
+ nativeCurrency: { name: 'TIA', symbol: 'TIA', decimals: 18 },
8612
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
8613
+ infoURL: 'https://celestia.org',
8614
+ shortName: 'eden',
8615
+ chainId: 714,
8616
+ networkId: 714,
8617
+ icon: 'eden',
8618
+ explorers: [
8619
+ {
8620
+ name: 'blockscout',
8621
+ url: 'https://eden.blockscout.com',
8622
+ icon: 'blockscout',
8623
+ standard: 'EIP3091'
8624
+ }
8625
+ ]
8626
+ },
8606
8627
  {
8607
8628
  name: 'UXLINK ONE Mainnet',
8608
8629
  chain: 'UXLINK ONE',
@@ -20150,6 +20171,20 @@ const chainArray = [
20150
20171
  }
20151
20172
  ]
20152
20173
  },
20174
+ {
20175
+ name: 'Algorand',
20176
+ chain: 'ALGO',
20177
+ rpc: [],
20178
+ faucets: [],
20179
+ nativeCurrency: { name: 'Algo', symbol: 'ALGO', decimals: 6 },
20180
+ infoURL: 'https://algorand.co',
20181
+ shortName: 'algo',
20182
+ chainId: 4160,
20183
+ networkId: 4160,
20184
+ slip44: 283,
20185
+ status: 'active',
20186
+ explorers: []
20187
+ },
20153
20188
  {
20154
20189
  name: 'SX Rollup',
20155
20190
  chain: 'SX',
@@ -48194,6 +48229,30 @@ const chainArray = [
48194
48229
  }
48195
48230
  ]
48196
48231
  },
48232
+ {
48233
+ name: 'SATUCHAIN Testnet',
48234
+ chain: 'SATU',
48235
+ rpc: [
48236
+ 'https://rpc-testnet.satuchain.com',
48237
+ 'wss://rpc-testnet.satuchain.com/ws'
48238
+ ],
48239
+ faucets: [ 'https://faucet.satuchain.com' ],
48240
+ nativeCurrency: { name: 'Satu Testnet', symbol: 'tSTU', decimals: 18 },
48241
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
48242
+ infoURL: 'https://satuchain.com',
48243
+ shortName: 'satutestnet',
48244
+ chainId: 17081945,
48245
+ networkId: 17081945,
48246
+ icon: 'satuchain',
48247
+ explorers: [
48248
+ {
48249
+ name: 'SATUCHAIN Testnet Explorer',
48250
+ url: 'https://testnet.satuchain.com',
48251
+ icon: 'satuchain',
48252
+ standard: 'EIP3091'
48253
+ }
48254
+ ]
48255
+ },
48197
48256
  {
48198
48257
  name: 'Mande Network Mainnet',
48199
48258
  chain: 'Mande',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.740",
3
+ "version": "0.0.741",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "lint-staged": {