eth-chainlist 0.0.662 → 0.0.664

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.664 (2025-06-20)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.663 ([c2a640b](https://github.com/poowf/eth-chainlist/commit/c2a640b743ac10dba99cdd0df24b40031842d46c))
9
+ * update chain data ([f533a0c](https://github.com/poowf/eth-chainlist/commit/f533a0c93e3bb380b4c1579af421cdc73aac7b07))
10
+
11
+ ### 0.0.663 (2025-06-18)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.662 ([055de94](https://github.com/poowf/eth-chainlist/commit/055de9482c356b1e4521d5d1e43f3710ab378cc3))
17
+ * update chain data ([02e54d7](https://github.com/poowf/eth-chainlist/commit/02e54d74ce6e1e1ba78c5b126889a3c5448a1881))
18
+
3
19
  ### 0.0.662 (2025-06-05)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -4679,14 +4679,30 @@ const chainArray = [
4679
4679
  title: 'TAC Mainnet',
4680
4680
  chain: 'TAC',
4681
4681
  icon: 'tac',
4682
- rpc: [],
4682
+ rpc: [
4683
+ 'https://rpc.tac.build',
4684
+ 'https://rpc.ankr.com/tac',
4685
+ 'https://ws.rpc.tac.build'
4686
+ ],
4683
4687
  faucets: [],
4684
4688
  nativeCurrency: { name: 'TAC', symbol: 'TAC', decimals: 18 },
4685
4689
  infoURL: 'https://tac.build/',
4686
- shortName: 'tac',
4690
+ shortName: 'tacchain_239-1',
4691
+ slip44: 60,
4687
4692
  chainId: 239,
4688
4693
  networkId: 239,
4689
- explorers: []
4694
+ explorers: [
4695
+ {
4696
+ name: 'TAC Explorer',
4697
+ url: 'https://explorer.tac.build',
4698
+ standard: 'EIP3091'
4699
+ },
4700
+ {
4701
+ name: 'Blockscout',
4702
+ url: 'https://tac.blockscout.com',
4703
+ standard: 'EIP3091'
4704
+ }
4705
+ ]
4690
4706
  },
4691
4707
  {
4692
4708
  name: 'Cronos zkEVM Testnet',
@@ -16281,7 +16297,7 @@ const chainArray = [
16281
16297
  shortName: 'tacchain_2390-1',
16282
16298
  chainId: 2390,
16283
16299
  networkId: 2390,
16284
- slip44: 1,
16300
+ slip44: 60,
16285
16301
  explorers: [
16286
16302
  {
16287
16303
  name: 'TAC Turin Blockscout',
@@ -16290,6 +16306,31 @@ const chainArray = [
16290
16306
  }
16291
16307
  ]
16292
16308
  },
16309
+ {
16310
+ name: 'TAC Saint Petersburg',
16311
+ title: 'TAC Testnet SPB',
16312
+ chain: 'TAC',
16313
+ icon: 'tactestnet',
16314
+ rpc: [
16315
+ 'https://spb.rpc.tac.build',
16316
+ 'https://rpc.ankr.com/tac_spb',
16317
+ 'https://spb-ws.rpc.tac.build'
16318
+ ],
16319
+ faucets: [ 'https://spb.faucet.tac.build/' ],
16320
+ nativeCurrency: { name: 'TAC', symbol: 'TAC', decimals: 18 },
16321
+ infoURL: 'https://tac.build/',
16322
+ shortName: 'tacchain_2391-1',
16323
+ chainId: 2391,
16324
+ networkId: 2391,
16325
+ slip44: 60,
16326
+ explorers: [
16327
+ {
16328
+ name: 'TAC SPB Explorer',
16329
+ url: 'https://spb.explorer.tac.build',
16330
+ standard: 'EIP3091'
16331
+ }
16332
+ ]
16333
+ },
16293
16334
  {
16294
16335
  name: 'BOMB Chain Testnet',
16295
16336
  chain: 'BOMB',
@@ -39460,7 +39501,7 @@ const chainArray = [
39460
39501
  ]
39461
39502
  },
39462
39503
  {
39463
- name: 'SaharaAI Testnet',
39504
+ name: 'Sahara AI Testnet',
39464
39505
  chain: 'Sahara',
39465
39506
  rpc: [ 'https://testnet.saharalabs.ai' ],
39466
39507
  faucets: [],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.662",
3
+ "version": "0.0.664",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {