eth-chainlist 0.0.597 → 0.0.599
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 +95 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.599 (2025-01-31)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.598 ([a137ca8](https://github.com/poowf/eth-chainlist/commit/a137ca875bd8cf2373bc38d3237f192d783834db))
|
9
|
+
* update chain data ([f40a055](https://github.com/poowf/eth-chainlist/commit/f40a0552ed19b79cadfb51e394763263dc6e118e))
|
10
|
+
|
11
|
+
### 0.0.598 (2025-01-30)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.597 ([890973b](https://github.com/poowf/eth-chainlist/commit/890973bdf08f6bf380043e5c1edc65fd2fb38d4b))
|
17
|
+
* update chain data ([9415265](https://github.com/poowf/eth-chainlist/commit/94152658a14836c7451a78fcde0b0a0fffb00e83))
|
18
|
+
|
3
19
|
### 0.0.597 (2025-01-29)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -11735,6 +11735,25 @@ const chainArray = [
|
|
11735
11735
|
],
|
11736
11736
|
icon: 'alyx'
|
11737
11737
|
},
|
11738
|
+
{
|
11739
|
+
name: 'Story Homer Testnet',
|
11740
|
+
chain: 'Story Homer Testnet',
|
11741
|
+
rpc: [ 'https://devnet.storyrpc.io.' ],
|
11742
|
+
faucets: [],
|
11743
|
+
nativeCurrency: { name: 'IP Token', symbol: 'IP', decimals: 18 },
|
11744
|
+
infoURL: 'https://story.foundation/',
|
11745
|
+
icon: 'story',
|
11746
|
+
shortName: 'styhmt',
|
11747
|
+
chainId: 1315,
|
11748
|
+
networkId: 1315,
|
11749
|
+
explorers: [
|
11750
|
+
{
|
11751
|
+
name: 'blockscout',
|
11752
|
+
url: 'https://devnet.storyscan.xyz',
|
11753
|
+
standard: 'EIP3091'
|
11754
|
+
}
|
11755
|
+
]
|
11756
|
+
},
|
11738
11757
|
{
|
11739
11758
|
name: 'AIA Mainnet',
|
11740
11759
|
chain: 'AIA',
|
@@ -22419,6 +22438,7 @@ const chainArray = [
|
|
22419
22438
|
{
|
22420
22439
|
name: 'Bitcoin Chain',
|
22421
22440
|
chain: 'BTC',
|
22441
|
+
icon: 'BTCChain',
|
22422
22442
|
rpc: [ 'https://rpc.bitcoinevm.org' ],
|
22423
22443
|
faucets: [],
|
22424
22444
|
nativeCurrency: { name: 'Bitcoin', symbol: 'BTC', decimals: 18 },
|
@@ -22431,6 +22451,7 @@ const chainArray = [
|
|
22431
22451
|
{
|
22432
22452
|
name: 'E-Dollar',
|
22433
22453
|
chain: 'USD',
|
22454
|
+
icon: 'edollar',
|
22434
22455
|
rpc: [ 'https://rpc.e-dollar.org' ],
|
22435
22456
|
faucets: [],
|
22436
22457
|
nativeCurrency: { name: 'E-Dollar', symbol: 'USD', decimals: 18 },
|
@@ -30546,6 +30567,31 @@ const chainArray = [
|
|
30546
30567
|
networkId: 49797,
|
30547
30568
|
slip44: 1
|
30548
30569
|
},
|
30570
|
+
{
|
30571
|
+
name: 'Citronus',
|
30572
|
+
chain: 'Citronus',
|
30573
|
+
rpc: [ 'https://rpc.citronus.com' ],
|
30574
|
+
faucets: [],
|
30575
|
+
nativeCurrency: { name: 'CITRO', symbol: 'CITRO', decimals: 18 },
|
30576
|
+
infoURL: 'https://citronus.com',
|
30577
|
+
shortName: 'citro',
|
30578
|
+
chainId: 50000,
|
30579
|
+
networkId: 50000,
|
30580
|
+
icon: 'citro',
|
30581
|
+
explorers: [
|
30582
|
+
{
|
30583
|
+
name: 'citro',
|
30584
|
+
url: 'https://explorer.citronus.com',
|
30585
|
+
icon: 'citro',
|
30586
|
+
standard: 'EIP3091'
|
30587
|
+
}
|
30588
|
+
],
|
30589
|
+
parent: {
|
30590
|
+
type: 'L2',
|
30591
|
+
chain: 'eip155-1',
|
30592
|
+
bridges: [ { url: 'https://bridge.gelato.network/bridge/citronus' } ]
|
30593
|
+
}
|
30594
|
+
},
|
30549
30595
|
{
|
30550
30596
|
name: 'Liveplex OracleEVM',
|
30551
30597
|
chain: 'Liveplex OracleEVM Network',
|
@@ -36614,6 +36660,27 @@ const chainArray = [
|
|
36614
36660
|
}
|
36615
36661
|
]
|
36616
36662
|
},
|
36663
|
+
{
|
36664
|
+
name: 'CONET Mainnet',
|
36665
|
+
chain: 'CONET Mainnet',
|
36666
|
+
rpc: [ 'https://mainnet-rpc.conet.network' ],
|
36667
|
+
faucets: [],
|
36668
|
+
nativeCurrency: { name: 'CONET ETH', symbol: 'ETH', decimals: 18 },
|
36669
|
+
features: [ { name: 'EIP155' } ],
|
36670
|
+
infoURL: 'https://conet.network',
|
36671
|
+
shortName: 'conet-mainnet',
|
36672
|
+
chainId: 224400,
|
36673
|
+
networkId: 224400,
|
36674
|
+
slip44: 2147708048,
|
36675
|
+
icon: 'conet',
|
36676
|
+
explorers: [
|
36677
|
+
{
|
36678
|
+
name: 'CONET Mainnet Explorer',
|
36679
|
+
url: 'https://mainnet.conet.network',
|
36680
|
+
standard: 'EIP3091'
|
36681
|
+
}
|
36682
|
+
]
|
36683
|
+
},
|
36617
36684
|
{
|
36618
36685
|
name: 'CONET Sebolia Testnet',
|
36619
36686
|
chain: 'CONET',
|
@@ -43402,6 +43469,34 @@ const chainArray = [
|
|
43402
43469
|
}
|
43403
43470
|
]
|
43404
43471
|
},
|
43472
|
+
{
|
43473
|
+
name: 'OFFICIAL VASYL TESTNET',
|
43474
|
+
title: 'OFFICIAL VASYL TESTNET',
|
43475
|
+
chain: 'Official-Vasyl',
|
43476
|
+
rpc: [ 'https://rpc.official-vasyl.network' ],
|
43477
|
+
faucets: [ 'https://faucet.official-vasyl.network' ],
|
43478
|
+
nativeCurrency: { name: 'OFFICIAL VASYL', symbol: 'VASYL', decimals: 18 },
|
43479
|
+
infoURL: 'official-vasyl.network',
|
43480
|
+
shortName: 'Vasyl',
|
43481
|
+
chainId: 1278060416,
|
43482
|
+
networkId: 1278060416,
|
43483
|
+
icon: 'vasyl',
|
43484
|
+
explorers: [
|
43485
|
+
{
|
43486
|
+
name: 'Official Vasyl Explorer',
|
43487
|
+
url: 'https://explorer.official-vasyl.network',
|
43488
|
+
icon: 'vasyl',
|
43489
|
+
standard: 'EIP3091'
|
43490
|
+
}
|
43491
|
+
],
|
43492
|
+
parent: {
|
43493
|
+
type: 'L2',
|
43494
|
+
chain: 'eip155-11155111',
|
43495
|
+
bridges: [ { url: 'https://bridge.official-vasyl.network' } ]
|
43496
|
+
},
|
43497
|
+
features: [ { name: 'EIP155' } ],
|
43498
|
+
status: 'active'
|
43499
|
+
},
|
43405
43500
|
{
|
43406
43501
|
name: 'Aurora Mainnet',
|
43407
43502
|
chain: 'NEAR',
|