eth-chainlist 0.0.577 → 0.0.578

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.578 (2025-01-05)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.577 ([e49d769](https://github.com/poowf/eth-chainlist/commit/e49d769d9c53e59cb2c6b3fe055886a3bd8bc00b))
9
+ * update chain data ([562ed96](https://github.com/poowf/eth-chainlist/commit/562ed96f364ee1c1c2383fee3ba5fc9bb2775f3f))
10
+
3
11
  ### 0.0.577 (2025-01-03)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -4255,6 +4255,24 @@ const chainArray = [
4255
4255
  }
4256
4256
  ]
4257
4257
  },
4258
+ {
4259
+ name: 'Happychain Testnet',
4260
+ chainId: 216,
4261
+ networkId: 216,
4262
+ chain: 'Happychain Testnet',
4263
+ rpc: [ 'https://happy-testnet-sepolia.rpc.caldera.xyz/http' ],
4264
+ faucets: [],
4265
+ nativeCurrency: { name: 'Happy', symbol: 'HAPPY', decimals: 18 },
4266
+ shortName: 'happytestnet',
4267
+ infoURL: 'https://happy-testnet-sepolia.hub.caldera.xyz',
4268
+ explorers: [
4269
+ {
4270
+ name: 'Blockscout',
4271
+ url: 'https://happy-testnet-sepolia.explorer.caldera.xyz',
4272
+ standard: 'EIP3091'
4273
+ }
4274
+ ]
4275
+ },
4258
4276
  {
4259
4277
  name: 'SiriusNet V2',
4260
4278
  chain: 'SIN2',
@@ -36293,7 +36311,7 @@ const chainArray = [
36293
36311
  chain: 'Sahara',
36294
36312
  rpc: [ 'https://testnet.saharalabs.ai' ],
36295
36313
  faucets: [],
36296
- nativeCurrency: { name: 'SAHARA', symbol: 'SAH', decimals: 18 },
36314
+ nativeCurrency: { name: 'Sahara AI', symbol: 'SAHARA', decimals: 18 },
36297
36315
  features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
36298
36316
  infoURL: 'https://saharalabs.ai',
36299
36317
  shortName: 'saharatest',
@@ -36303,7 +36321,7 @@ const chainArray = [
36303
36321
  explorers: [
36304
36322
  {
36305
36323
  name: 'Testnet Scan',
36306
- url: 'https://explorer.saharaa.info',
36324
+ url: 'https://testnet-explorer.saharalabs.ai',
36307
36325
  standard: 'EIP3091'
36308
36326
  }
36309
36327
  ]
@@ -37257,20 +37275,21 @@ const chainArray = [
37257
37275
  ]
37258
37276
  },
37259
37277
  {
37260
- name: 'Autonomys Testnet Nova Domain',
37261
- chain: 'TATC',
37262
- rpc: [ 'https://nova-0.gemini-3h.subspace.network/ws' ],
37278
+ name: 'Autonomys Taurus Testnet',
37279
+ chain: 'autonomys-taurus-testnet',
37280
+ rpc: [ 'https://auto-evm.taurus.autonomys.xyz/ws' ],
37281
+ icon: 'autonomys',
37263
37282
  faucets: [],
37264
- nativeCurrency: { name: 'Test Auto Coin', symbol: 'TATC', decimals: 18 },
37283
+ nativeCurrency: { name: 'AI3', symbol: 'AI3', decimals: 18 },
37265
37284
  features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
37266
- infoURL: 'https://www.autonomys.net',
37285
+ infoURL: 'https://www.autonomys.xyz',
37267
37286
  shortName: 'ATN',
37268
37287
  chainId: 490000,
37269
37288
  networkId: 490000,
37270
37289
  explorers: [
37271
37290
  {
37272
- name: 'astral',
37273
- url: 'https://nova.subspace.network',
37291
+ name: 'Autonomys Taurus Testnet Explorer',
37292
+ url: 'https://blockscout.taurus.autonomys.xyz',
37274
37293
  icon: 'blockscout',
37275
37294
  standard: 'EIP3091'
37276
37295
  }
@@ -39390,11 +39409,11 @@ const chainArray = [
39390
39409
  ]
39391
39410
  },
39392
39411
  {
39393
- name: 'SaharaAI Network',
39412
+ name: 'Sahara AI',
39394
39413
  chain: 'Sahara',
39395
39414
  rpc: [ 'https://mainnet.saharalabs.ai' ],
39396
39415
  faucets: [],
39397
- nativeCurrency: { name: 'SAHARA', symbol: 'SAH', decimals: 18 },
39416
+ nativeCurrency: { name: 'Sahara AI', symbol: 'SAHARA', decimals: 18 },
39398
39417
  features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
39399
39418
  infoURL: 'https://saharalabs.ai',
39400
39419
  shortName: 'sahara',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.577",
3
+ "version": "0.0.578",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {