eth-chainlist 0.0.585 → 0.0.587
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 +86 -11
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.587 (2025-01-15)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.586 ([db06f26](https://github.com/poowf/eth-chainlist/commit/db06f2695dc5d826ab68ee70aca5bea4693c66f5))
|
9
|
+
* update chain data ([86b6eef](https://github.com/poowf/eth-chainlist/commit/86b6eef8f56875c338dd6947bb138407a382ae9e))
|
10
|
+
|
11
|
+
### 0.0.586 (2025-01-14)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.585 ([1e34011](https://github.com/poowf/eth-chainlist/commit/1e3401108954941c0593fbc07a9bb5366cce437b))
|
17
|
+
* update chain data ([7b26541](https://github.com/poowf/eth-chainlist/commit/7b265414fbc87b3c06b91fd569847d57f8cf7a68))
|
18
|
+
|
3
19
|
### 0.0.585 (2025-01-13)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -3576,10 +3576,16 @@ const chainArray = [
|
|
3576
3576
|
faucets: [],
|
3577
3577
|
nativeCurrency: { name: 'HashKey EcoPoints', symbol: 'HSK', decimals: 18 },
|
3578
3578
|
infoURL: 'https://hsk.xyz',
|
3579
|
-
shortName: '
|
3579
|
+
shortName: 'hsk',
|
3580
3580
|
chainId: 177,
|
3581
3581
|
networkId: 177,
|
3582
3582
|
explorers: [
|
3583
|
+
{
|
3584
|
+
name: 'blockscout',
|
3585
|
+
url: 'https://hashkey.blockscout.com',
|
3586
|
+
icon: 'blockscout',
|
3587
|
+
standard: 'EIP3091'
|
3588
|
+
},
|
3583
3589
|
{
|
3584
3590
|
name: 'blockscout',
|
3585
3591
|
url: 'https://explorer.hsk.xyz',
|
@@ -4861,7 +4867,7 @@ const chainArray = [
|
|
4861
4867
|
name: 'Guru Network',
|
4862
4868
|
chain: 'GURU',
|
4863
4869
|
icon: 'GuruNetwork',
|
4864
|
-
rpc: [ 'https://rpc.gurunetwork.ai
|
4870
|
+
rpc: [ 'https://rpc-main.gurunetwork.ai' ],
|
4865
4871
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
4866
4872
|
faucets: [],
|
4867
4873
|
nativeCurrency: { name: 'Guru', symbol: 'GURU', decimals: 18 },
|
@@ -4881,7 +4887,7 @@ const chainArray = [
|
|
4881
4887
|
name: 'Guru Network Testnet',
|
4882
4888
|
chain: 'tGURU',
|
4883
4889
|
icon: 'GuruNetwork',
|
4884
|
-
rpc: [ 'https://rpc.gurunetwork.ai
|
4890
|
+
rpc: [ 'https://rpc-test.gurunetwork.ai' ],
|
4885
4891
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
4886
4892
|
faucets: [ 'https://v2.dex.guru/season-pass/faucet' ],
|
4887
4893
|
nativeCurrency: { name: 'testGURU', symbol: 'tGURU', decimals: 18 },
|
@@ -13169,15 +13175,36 @@ const chainArray = [
|
|
13169
13175
|
title: 'Soneium mainnet',
|
13170
13176
|
chain: 'ETH',
|
13171
13177
|
icon: 'soneium',
|
13172
|
-
rpc: [],
|
13178
|
+
rpc: [ 'https://rpc.soneium.org' ],
|
13173
13179
|
faucets: [],
|
13174
13180
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
13175
13181
|
infoURL: 'https://soneium.org',
|
13176
13182
|
chainId: 1868,
|
13177
13183
|
networkId: 1868,
|
13178
|
-
status: '
|
13179
|
-
explorers: [
|
13180
|
-
|
13184
|
+
status: 'active',
|
13185
|
+
explorers: [
|
13186
|
+
{
|
13187
|
+
name: 'blockscout',
|
13188
|
+
url: 'https://soneium.blockscout.com',
|
13189
|
+
icon: 'blockscout',
|
13190
|
+
standard: 'EIP3091'
|
13191
|
+
},
|
13192
|
+
{
|
13193
|
+
name: 'OKLink',
|
13194
|
+
url: 'https://www.okx.com/web3/explorer/soneium',
|
13195
|
+
standard: 'EIP3091'
|
13196
|
+
},
|
13197
|
+
{
|
13198
|
+
name: 'SlamVision',
|
13199
|
+
url: 'https://soneium.slam.vision',
|
13200
|
+
standard: 'none'
|
13201
|
+
}
|
13202
|
+
],
|
13203
|
+
parent: {
|
13204
|
+
type: 'L2',
|
13205
|
+
chain: 'eip155-1',
|
13206
|
+
bridges: [ { url: 'https://superbridge.app/soneium' } ]
|
13207
|
+
}
|
13181
13208
|
},
|
13182
13209
|
{
|
13183
13210
|
name: 'Whitechain',
|
@@ -22488,6 +22515,19 @@ const chainArray = [
|
|
22488
22515
|
}
|
22489
22516
|
]
|
22490
22517
|
},
|
22518
|
+
{
|
22519
|
+
name: 'XProtocol',
|
22520
|
+
chain: 'XPROTOCOL',
|
22521
|
+
rpc: [],
|
22522
|
+
faucets: [],
|
22523
|
+
nativeCurrency: { name: 'Kick', symbol: 'KICK', decimals: 18 },
|
22524
|
+
shortName: 'xprotocol',
|
22525
|
+
chainId: 8386,
|
22526
|
+
networkId: 8386,
|
22527
|
+
status: 'incubating',
|
22528
|
+
parent: { type: 'L2', chain: 'eip155-8453' },
|
22529
|
+
infoURL: 'https://xprotocol.org/'
|
22530
|
+
},
|
22491
22531
|
{
|
22492
22532
|
name: 'Dracones Financial Services',
|
22493
22533
|
title: 'The Dracones Mainnet',
|
@@ -26247,8 +26287,8 @@ const chainArray = [
|
|
26247
26287
|
networkId: 16180,
|
26248
26288
|
explorers: [
|
26249
26289
|
{
|
26250
|
-
name: '
|
26251
|
-
url: 'https://
|
26290
|
+
name: 'PLYR PHI Explorer',
|
26291
|
+
url: 'https://explorer.plyr.network',
|
26252
26292
|
standard: 'EIP3091'
|
26253
26293
|
}
|
26254
26294
|
]
|
@@ -31523,8 +31563,8 @@ const chainArray = [
|
|
31523
31563
|
slip44: 1,
|
31524
31564
|
explorers: [
|
31525
31565
|
{
|
31526
|
-
name: '
|
31527
|
-
url: 'https://
|
31566
|
+
name: 'PLYR TAU Explorer',
|
31567
|
+
url: 'https://explorer-testnet.plyr.network',
|
31528
31568
|
standard: 'EIP3091'
|
31529
31569
|
}
|
31530
31570
|
]
|
@@ -32987,6 +33027,20 @@ const chainArray = [
|
|
32987
33027
|
icon: 'EsaCoins',
|
32988
33028
|
explorers: []
|
32989
33029
|
},
|
33030
|
+
{
|
33031
|
+
name: 'Xprotocol Sepolia',
|
33032
|
+
chainId: 83868,
|
33033
|
+
shortName: 'xprotocolsepolia',
|
33034
|
+
chain: 'Xprotocol Sepolia',
|
33035
|
+
networkId: 83868,
|
33036
|
+
nativeCurrency: { name: 'KICK Testnet Token', symbol: 'KICK', decimals: 18 },
|
33037
|
+
rpc: [],
|
33038
|
+
faucets: [],
|
33039
|
+
explorers: [],
|
33040
|
+
status: 'incubating',
|
33041
|
+
parent: { type: 'L2', chain: 'eip155-84532' },
|
33042
|
+
infoURL: 'https://xprotocol.org/'
|
33043
|
+
},
|
32990
33044
|
{
|
32991
33045
|
name: 'ZEDXION',
|
32992
33046
|
chain: 'ZEDXION',
|
@@ -33784,6 +33838,27 @@ const chainArray = [
|
|
33784
33838
|
}
|
33785
33839
|
]
|
33786
33840
|
},
|
33841
|
+
{
|
33842
|
+
name: 'Sidra Chain',
|
33843
|
+
chain: 'SIDRA',
|
33844
|
+
icon: 'sidrachain',
|
33845
|
+
rpc: [ 'https://node.sidrachain.com' ],
|
33846
|
+
features: [ { name: 'EIP155' } ],
|
33847
|
+
faucets: [],
|
33848
|
+
nativeCurrency: { name: 'Sidra Digital Asset', symbol: 'SDA', decimals: 18 },
|
33849
|
+
infoURL: 'https://www.sidrachain.com',
|
33850
|
+
shortName: 'sidra',
|
33851
|
+
chainId: 97453,
|
33852
|
+
networkId: 97453,
|
33853
|
+
explorers: [
|
33854
|
+
{
|
33855
|
+
name: 'Sidra Chain Explorer',
|
33856
|
+
url: 'https://ledger.sidrachain.com',
|
33857
|
+
icon: 'sidrachain',
|
33858
|
+
standard: 'EIP3091'
|
33859
|
+
}
|
33860
|
+
]
|
33861
|
+
},
|
33787
33862
|
{
|
33788
33863
|
name: 'Green Chain Testnet',
|
33789
33864
|
chain: 'Green Chain',
|