eth-chainlist 0.0.766 → 0.0.767

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.767 (2026-05-11)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.766 ([e3b67db](https://github.com/poowf/eth-chainlist/commit/e3b67db9c85760c97b502e437ab5ecd454812612))
9
+ * update chain data ([5138801](https://github.com/poowf/eth-chainlist/commit/5138801b50d46d2aff8699a96b64d6d40b76afda))
10
+
3
11
  ### 0.0.766 (2026-05-10)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -21745,6 +21745,19 @@ const chainArray = [
21745
21745
  }
21746
21746
  ]
21747
21747
  },
21748
+ {
21749
+ name: 'Arc',
21750
+ chain: 'Arc',
21751
+ icon: 'arcnetwork',
21752
+ rpc: [],
21753
+ faucets: [],
21754
+ nativeCurrency: { name: 'USDC', symbol: 'USDC', decimals: 18 },
21755
+ infoURL: 'https://arc.network',
21756
+ shortName: 'arc-mainnet',
21757
+ chainId: 5042,
21758
+ networkId: 5042,
21759
+ explorers: []
21760
+ },
21748
21761
  {
21749
21762
  name: 'Skate Mainnet',
21750
21763
  chain: 'ETH',
@@ -25483,6 +25496,26 @@ const chainArray = [
25483
25496
  networkId: 8087,
25484
25497
  explorers: []
25485
25498
  },
25499
+ {
25500
+ name: 'Helix Chain',
25501
+ shortName: 'hlx',
25502
+ chain: 'HLX',
25503
+ chainId: 8088,
25504
+ networkId: 8088,
25505
+ rpc: [ 'https://rpc.thehelixchain.xyz' ],
25506
+ faucets: [ 'https://faucet.thehelixchain.xyz' ],
25507
+ infoURL: 'https://thehelixchain.xyz',
25508
+ icon: 'helix',
25509
+ nativeCurrency: { name: 'Helix', symbol: 'HLX', decimals: 18 },
25510
+ explorers: [
25511
+ {
25512
+ name: 'Helix Chain Explorer',
25513
+ url: 'https://explorer.thehelixchain.xyz',
25514
+ standard: 'EIP3091'
25515
+ }
25516
+ ],
25517
+ status: 'active'
25518
+ },
25486
25519
  {
25487
25520
  name: 'StreamuX Blockchain',
25488
25521
  chain: 'StreamuX',
@@ -30772,7 +30805,7 @@ const chainArray = [
30772
30805
  explorers: [
30773
30806
  {
30774
30807
  name: 'konet-explorer',
30775
- url: 'https://explorer.kon-wallet.com',
30808
+ url: 'https://konetexplorer.io',
30776
30809
  standard: 'EIP3091'
30777
30810
  }
30778
30811
  ]
@@ -48716,14 +48749,15 @@ const chainArray = [
48716
48749
  ]
48717
48750
  },
48718
48751
  {
48719
- name: 'The Ting Blockchain Testnet Explorer',
48720
- chain: 'Ting',
48752
+ name: 'Ting Chain Testnet',
48753
+ title: 'Ting Chain Testnet',
48754
+ chain: 'tingchain',
48721
48755
  rpc: [
48722
- 'https://testnet.tingchain.org',
48723
- 'https://public.0xrpc.com/6666689'
48756
+ 'https://rpc-testnet.tingscan.com',
48757
+ 'wss://rpc-testnet.tingscan.com'
48724
48758
  ],
48725
48759
  faucets: [],
48726
- nativeCurrency: { name: 'Ton', symbol: 'Ton', decimals: 18 },
48760
+ nativeCurrency: { name: 'Ting', symbol: 'TING', decimals: 18 },
48727
48761
  features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
48728
48762
  infoURL: 'https://tingscan.com',
48729
48763
  shortName: 'ting-testnet',
@@ -48732,7 +48766,7 @@ const chainArray = [
48732
48766
  explorers: [
48733
48767
  {
48734
48768
  name: 'TingScan',
48735
- url: 'https://tingscan.com',
48769
+ url: 'https://testnet.tingscan.com',
48736
48770
  standard: 'EIP3091'
48737
48771
  }
48738
48772
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.766",
3
+ "version": "0.0.767",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "lint-staged": {