eth-chainlist 0.0.766 → 0.0.768
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 +16 -0
- package/data/chain.js +43 -8
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
### 0.0.768 (2026-05-12)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Maintenance
|
|
7
|
+
|
|
8
|
+
* **release:** 0.0.767 ([17a32d8](https://github.com/poowf/eth-chainlist/commit/17a32d85bbedade4b1de955dddf305cc28286c1f))
|
|
9
|
+
* update chain data ([984f29e](https://github.com/poowf/eth-chainlist/commit/984f29efdfb6d14d58da54d789e513e0dc46bc6a))
|
|
10
|
+
|
|
11
|
+
### 0.0.767 (2026-05-11)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Maintenance
|
|
15
|
+
|
|
16
|
+
* **release:** 0.0.766 ([e3b67db](https://github.com/poowf/eth-chainlist/commit/e3b67db9c85760c97b502e437ab5ecd454812612))
|
|
17
|
+
* update chain data ([5138801](https://github.com/poowf/eth-chainlist/commit/5138801b50d46d2aff8699a96b64d6d40b76afda))
|
|
18
|
+
|
|
3
19
|
### 0.0.766 (2026-05-10)
|
|
4
20
|
|
|
5
21
|
|
package/data/chain.js
CHANGED
|
@@ -2892,7 +2892,8 @@ const chainArray = [
|
|
|
2892
2892
|
'https://polygon-bor-rpc.publicnode.com',
|
|
2893
2893
|
'wss://polygon-bor-rpc.publicnode.com',
|
|
2894
2894
|
'https://polygon.gateway.tenderly.co',
|
|
2895
|
-
'wss://polygon.gateway.tenderly.co'
|
|
2895
|
+
'wss://polygon.gateway.tenderly.co',
|
|
2896
|
+
'https://rpc.satelink.network/rpc/polygon'
|
|
2896
2897
|
],
|
|
2897
2898
|
faucets: [],
|
|
2898
2899
|
nativeCurrency: { name: 'POL', symbol: 'POL', decimals: 18 },
|
|
@@ -21745,6 +21746,19 @@ const chainArray = [
|
|
|
21745
21746
|
}
|
|
21746
21747
|
]
|
|
21747
21748
|
},
|
|
21749
|
+
{
|
|
21750
|
+
name: 'Arc',
|
|
21751
|
+
chain: 'Arc',
|
|
21752
|
+
icon: 'arcnetwork',
|
|
21753
|
+
rpc: [],
|
|
21754
|
+
faucets: [],
|
|
21755
|
+
nativeCurrency: { name: 'USDC', symbol: 'USDC', decimals: 18 },
|
|
21756
|
+
infoURL: 'https://arc.network',
|
|
21757
|
+
shortName: 'arc-mainnet',
|
|
21758
|
+
chainId: 5042,
|
|
21759
|
+
networkId: 5042,
|
|
21760
|
+
explorers: []
|
|
21761
|
+
},
|
|
21748
21762
|
{
|
|
21749
21763
|
name: 'Skate Mainnet',
|
|
21750
21764
|
chain: 'ETH',
|
|
@@ -25483,6 +25497,26 @@ const chainArray = [
|
|
|
25483
25497
|
networkId: 8087,
|
|
25484
25498
|
explorers: []
|
|
25485
25499
|
},
|
|
25500
|
+
{
|
|
25501
|
+
name: 'Helix Chain',
|
|
25502
|
+
shortName: 'hlx',
|
|
25503
|
+
chain: 'HLX',
|
|
25504
|
+
chainId: 8088,
|
|
25505
|
+
networkId: 8088,
|
|
25506
|
+
rpc: [ 'https://rpc.thehelixchain.xyz' ],
|
|
25507
|
+
faucets: [ 'https://faucet.thehelixchain.xyz' ],
|
|
25508
|
+
infoURL: 'https://thehelixchain.xyz',
|
|
25509
|
+
icon: 'helix',
|
|
25510
|
+
nativeCurrency: { name: 'Helix', symbol: 'HLX', decimals: 18 },
|
|
25511
|
+
explorers: [
|
|
25512
|
+
{
|
|
25513
|
+
name: 'Helix Chain Explorer',
|
|
25514
|
+
url: 'https://explorer.thehelixchain.xyz',
|
|
25515
|
+
standard: 'EIP3091'
|
|
25516
|
+
}
|
|
25517
|
+
],
|
|
25518
|
+
status: 'active'
|
|
25519
|
+
},
|
|
25486
25520
|
{
|
|
25487
25521
|
name: 'StreamuX Blockchain',
|
|
25488
25522
|
chain: 'StreamuX',
|
|
@@ -30772,7 +30806,7 @@ const chainArray = [
|
|
|
30772
30806
|
explorers: [
|
|
30773
30807
|
{
|
|
30774
30808
|
name: 'konet-explorer',
|
|
30775
|
-
url: 'https://
|
|
30809
|
+
url: 'https://konetexplorer.io',
|
|
30776
30810
|
standard: 'EIP3091'
|
|
30777
30811
|
}
|
|
30778
30812
|
]
|
|
@@ -48716,14 +48750,15 @@ const chainArray = [
|
|
|
48716
48750
|
]
|
|
48717
48751
|
},
|
|
48718
48752
|
{
|
|
48719
|
-
name: '
|
|
48720
|
-
|
|
48753
|
+
name: 'Ting Chain Testnet',
|
|
48754
|
+
title: 'Ting Chain Testnet',
|
|
48755
|
+
chain: 'tingchain',
|
|
48721
48756
|
rpc: [
|
|
48722
|
-
'https://testnet.
|
|
48723
|
-
'
|
|
48757
|
+
'https://rpc-testnet.tingscan.com',
|
|
48758
|
+
'wss://rpc-testnet.tingscan.com'
|
|
48724
48759
|
],
|
|
48725
48760
|
faucets: [],
|
|
48726
|
-
nativeCurrency: { name: '
|
|
48761
|
+
nativeCurrency: { name: 'Ting', symbol: 'TING', decimals: 18 },
|
|
48727
48762
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
|
48728
48763
|
infoURL: 'https://tingscan.com',
|
|
48729
48764
|
shortName: 'ting-testnet',
|
|
@@ -48732,7 +48767,7 @@ const chainArray = [
|
|
|
48732
48767
|
explorers: [
|
|
48733
48768
|
{
|
|
48734
48769
|
name: 'TingScan',
|
|
48735
|
-
url: 'https://tingscan.com',
|
|
48770
|
+
url: 'https://testnet.tingscan.com',
|
|
48736
48771
|
standard: 'EIP3091'
|
|
48737
48772
|
}
|
|
48738
48773
|
]
|