eth-chainlist 0.0.765 → 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 +16 -0
- package/data/chain.js +67 -12
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
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
|
+
|
|
11
|
+
### 0.0.766 (2026-05-10)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Maintenance
|
|
15
|
+
|
|
16
|
+
* **release:** 0.0.765 ([efed9af](https://github.com/poowf/eth-chainlist/commit/efed9af1fe9c4ccbda6af5230ed48e182f6d5125))
|
|
17
|
+
* update chain data ([4b2a803](https://github.com/poowf/eth-chainlist/commit/4b2a803bd6531cc6d315989b804e71b96511b86a))
|
|
18
|
+
|
|
3
19
|
### 0.0.765 (2026-05-08)
|
|
4
20
|
|
|
5
21
|
|
package/data/chain.js
CHANGED
|
@@ -6915,11 +6915,11 @@ const chainArray = [
|
|
|
6915
6915
|
]
|
|
6916
6916
|
},
|
|
6917
6917
|
{
|
|
6918
|
-
name: 'Boyaa
|
|
6918
|
+
name: 'Boyaa',
|
|
6919
6919
|
chain: 'BYC',
|
|
6920
|
-
rpc: [ 'https://
|
|
6920
|
+
rpc: [ 'https://rpc.boyaa.network' ],
|
|
6921
6921
|
faucets: [],
|
|
6922
|
-
nativeCurrency: { name: 'Boyaa
|
|
6922
|
+
nativeCurrency: { name: 'Boyaa native coin', symbol: 'BYC', decimals: 18 },
|
|
6923
6923
|
infoURL: 'https://boyaa.network',
|
|
6924
6924
|
shortName: 'BYC',
|
|
6925
6925
|
chainId: 434,
|
|
@@ -6928,7 +6928,7 @@ const chainArray = [
|
|
|
6928
6928
|
explorers: [
|
|
6929
6929
|
{
|
|
6930
6930
|
name: 'Boyaa explorer',
|
|
6931
|
-
url: 'https://explorer.
|
|
6931
|
+
url: 'https://explorer.boyaa.network',
|
|
6932
6932
|
standard: 'EIP3091'
|
|
6933
6933
|
}
|
|
6934
6934
|
]
|
|
@@ -13873,7 +13873,7 @@ const chainArray = [
|
|
|
13873
13873
|
name: 'Liquichain',
|
|
13874
13874
|
shortName: 'Liquichain',
|
|
13875
13875
|
chain: 'LQC',
|
|
13876
|
-
rpc: [],
|
|
13876
|
+
rpc: [ 'https://mainnet.liquichain.io/rpc' ],
|
|
13877
13877
|
faucets: [],
|
|
13878
13878
|
nativeCurrency: { name: 'Licoin', symbol: 'LCN', decimals: 18 },
|
|
13879
13879
|
infoURL: 'https://liquichain.io/',
|
|
@@ -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',
|
|
@@ -21788,6 +21801,27 @@ const chainArray = [
|
|
|
21788
21801
|
],
|
|
21789
21802
|
status: 'active'
|
|
21790
21803
|
},
|
|
21804
|
+
{
|
|
21805
|
+
name: 'Danny',
|
|
21806
|
+
title: 'Danny',
|
|
21807
|
+
chain: 'DAN',
|
|
21808
|
+
rpc: [ 'https://rpc.dannyscan.com' ],
|
|
21809
|
+
faucets: [],
|
|
21810
|
+
nativeCurrency: { name: 'Danny', symbol: 'DAN', decimals: 18 },
|
|
21811
|
+
infoURL: 'https://dannychain.com',
|
|
21812
|
+
shortName: 'dan',
|
|
21813
|
+
chainId: 5069,
|
|
21814
|
+
networkId: 5069,
|
|
21815
|
+
icon: 'danny',
|
|
21816
|
+
explorers: [
|
|
21817
|
+
{
|
|
21818
|
+
name: 'Dannyscan',
|
|
21819
|
+
url: 'https://dannyscan.com',
|
|
21820
|
+
icon: 'danny',
|
|
21821
|
+
standard: 'EIP3091'
|
|
21822
|
+
}
|
|
21823
|
+
]
|
|
21824
|
+
},
|
|
21791
21825
|
{
|
|
21792
21826
|
name: 'Pione Zero',
|
|
21793
21827
|
chain: 'PZO',
|
|
@@ -25462,6 +25496,26 @@ const chainArray = [
|
|
|
25462
25496
|
networkId: 8087,
|
|
25463
25497
|
explorers: []
|
|
25464
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
|
+
},
|
|
25465
25519
|
{
|
|
25466
25520
|
name: 'StreamuX Blockchain',
|
|
25467
25521
|
chain: 'StreamuX',
|
|
@@ -30751,7 +30805,7 @@ const chainArray = [
|
|
|
30751
30805
|
explorers: [
|
|
30752
30806
|
{
|
|
30753
30807
|
name: 'konet-explorer',
|
|
30754
|
-
url: 'https://
|
|
30808
|
+
url: 'https://konetexplorer.io',
|
|
30755
30809
|
standard: 'EIP3091'
|
|
30756
30810
|
}
|
|
30757
30811
|
]
|
|
@@ -48695,14 +48749,15 @@ const chainArray = [
|
|
|
48695
48749
|
]
|
|
48696
48750
|
},
|
|
48697
48751
|
{
|
|
48698
|
-
name: '
|
|
48699
|
-
|
|
48752
|
+
name: 'Ting Chain Testnet',
|
|
48753
|
+
title: 'Ting Chain Testnet',
|
|
48754
|
+
chain: 'tingchain',
|
|
48700
48755
|
rpc: [
|
|
48701
|
-
'https://testnet.
|
|
48702
|
-
'
|
|
48756
|
+
'https://rpc-testnet.tingscan.com',
|
|
48757
|
+
'wss://rpc-testnet.tingscan.com'
|
|
48703
48758
|
],
|
|
48704
48759
|
faucets: [],
|
|
48705
|
-
nativeCurrency: { name: '
|
|
48760
|
+
nativeCurrency: { name: 'Ting', symbol: 'TING', decimals: 18 },
|
|
48706
48761
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
|
48707
48762
|
infoURL: 'https://tingscan.com',
|
|
48708
48763
|
shortName: 'ting-testnet',
|
|
@@ -48711,7 +48766,7 @@ const chainArray = [
|
|
|
48711
48766
|
explorers: [
|
|
48712
48767
|
{
|
|
48713
48768
|
name: 'TingScan',
|
|
48714
|
-
url: 'https://tingscan.com',
|
|
48769
|
+
url: 'https://testnet.tingscan.com',
|
|
48715
48770
|
standard: 'EIP3091'
|
|
48716
48771
|
}
|
|
48717
48772
|
]
|