eth-chainlist 0.0.594 → 0.0.595
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 +8 -0
- package/data/chain.js +80 -15
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.595 (2025-01-26)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.594 ([6c4c07c](https://github.com/poowf/eth-chainlist/commit/6c4c07c36b3b5b8c263cb47e53e7d04838034735))
|
9
|
+
* update chain data ([74abbe3](https://github.com/poowf/eth-chainlist/commit/74abbe3b6b9e93a9d6b158684bcfa76ea5b08a31))
|
10
|
+
|
3
11
|
### 0.0.594 (2025-01-24)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -19734,36 +19734,54 @@ const chainArray = [
|
|
19734
19734
|
}
|
19735
19735
|
]
|
19736
19736
|
},
|
19737
|
+
{
|
19738
|
+
name: 'Settlus',
|
19739
|
+
chain: 'ETH',
|
19740
|
+
rpc: [],
|
19741
|
+
faucets: [],
|
19742
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
19743
|
+
infoURL: 'https://settlus.org',
|
19744
|
+
shortName: 'setl',
|
19745
|
+
chainId: 5371,
|
19746
|
+
networkId: 5371,
|
19747
|
+
parent: { type: 'L2', chain: 'eip155-1', bridges: [] },
|
19748
|
+
status: 'incubating'
|
19749
|
+
},
|
19737
19750
|
{
|
19738
19751
|
name: 'Settlus Testnet',
|
19739
19752
|
chain: 'Settlus',
|
19740
|
-
rpc: [
|
19741
|
-
faucets: [
|
19753
|
+
rpc: [],
|
19754
|
+
faucets: [],
|
19742
19755
|
nativeCurrency: { name: 'Setl', symbol: 'SETL', decimals: 18 },
|
19743
19756
|
infoURL: 'https://settlus.org',
|
19744
19757
|
shortName: 'settlus-testnet',
|
19745
19758
|
chainId: 5372,
|
19746
19759
|
networkId: 5372,
|
19747
|
-
|
19748
|
-
{
|
19749
|
-
name: 'Settlus Scan',
|
19750
|
-
url: 'https://testnet.settlus.network',
|
19751
|
-
standard: 'EIP3091'
|
19752
|
-
}
|
19753
|
-
]
|
19760
|
+
status: 'deprecated'
|
19754
19761
|
},
|
19755
19762
|
{
|
19756
19763
|
name: 'Settlus Sepolia Testnet',
|
19757
19764
|
chain: 'ETH',
|
19758
|
-
rpc: [],
|
19765
|
+
rpc: [ 'https://settlus-septestnet.g.alchemy.com/public' ],
|
19759
19766
|
faucets: [],
|
19760
19767
|
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
19761
19768
|
infoURL: 'https://settlus.org',
|
19762
19769
|
shortName: 'setl-sepolia',
|
19763
19770
|
chainId: 5373,
|
19764
19771
|
networkId: 5373,
|
19765
|
-
parent: {
|
19766
|
-
|
19772
|
+
parent: {
|
19773
|
+
type: 'L2',
|
19774
|
+
chain: 'eip155-11155111',
|
19775
|
+
bridges: [ { url: 'https://settlus-sep-testnet.bridge.alchemy.com/' } ]
|
19776
|
+
},
|
19777
|
+
explorers: [
|
19778
|
+
{
|
19779
|
+
name: 'Settlus Sepolia Testnet Explorer',
|
19780
|
+
url: 'https://settlus-sepolia-testnet.explorer.alchemy.com',
|
19781
|
+
standard: 'EIP3091'
|
19782
|
+
}
|
19783
|
+
],
|
19784
|
+
status: 'active'
|
19767
19785
|
},
|
19768
19786
|
{
|
19769
19787
|
name: 'edeXa Mainnet',
|
@@ -27360,6 +27378,25 @@ const chainArray = [
|
|
27360
27378
|
}
|
27361
27379
|
]
|
27362
27380
|
},
|
27381
|
+
{
|
27382
|
+
name: 'Ultra EVM Network',
|
27383
|
+
chain: 'Ultra',
|
27384
|
+
icon: 'ultra',
|
27385
|
+
rpc: [ 'https://evm.ultra.eosusa.io' ],
|
27386
|
+
faucets: [],
|
27387
|
+
nativeCurrency: { name: 'Ultra Token', symbol: 'UOS', decimals: 18 },
|
27388
|
+
infoURL: 'https://ultra.io',
|
27389
|
+
shortName: 'ultra',
|
27390
|
+
chainId: 19991,
|
27391
|
+
networkId: 19991,
|
27392
|
+
explorers: [
|
27393
|
+
{
|
27394
|
+
name: 'Ultra EVM Explorer',
|
27395
|
+
url: 'https://evmexplorer.ultra.io',
|
27396
|
+
standard: 'EIP3091'
|
27397
|
+
}
|
27398
|
+
]
|
27399
|
+
},
|
27363
27400
|
{
|
27364
27401
|
name: 'Camelark Mainnet',
|
27365
27402
|
chainId: 20001,
|
@@ -35490,8 +35527,8 @@ const chainArray = [
|
|
35490
35527
|
]
|
35491
35528
|
},
|
35492
35529
|
{
|
35493
|
-
name: '
|
35494
|
-
chain: '
|
35530
|
+
name: 'OpenLedger Testnet',
|
35531
|
+
chain: 'OpenLedger Testnet',
|
35495
35532
|
rpc: [ 'https://rpctn.openledger.xyz' ],
|
35496
35533
|
faucets: [],
|
35497
35534
|
nativeCurrency: { name: 'Openledger', symbol: 'OPN', decimals: 18 },
|
@@ -35502,7 +35539,7 @@ const chainArray = [
|
|
35502
35539
|
icon: 'openledger',
|
35503
35540
|
explorers: [
|
35504
35541
|
{
|
35505
|
-
name: '
|
35542
|
+
name: 'OpenLedger Testnet Explorer',
|
35506
35543
|
url: 'https://scantn.openledger.xyz',
|
35507
35544
|
standard: 'EIP3091'
|
35508
35545
|
}
|
@@ -43586,6 +43623,34 @@ const chainArray = [
|
|
43586
43623
|
}
|
43587
43624
|
]
|
43588
43625
|
},
|
43626
|
+
{
|
43627
|
+
name: 'Haust Network Testnet',
|
43628
|
+
title: 'Haust Network Testnet',
|
43629
|
+
chain: 'haust-network-testnet',
|
43630
|
+
rpc: [ 'https://rpc-testnet.haust.app' ],
|
43631
|
+
features: [ { name: 'EIP155' } ],
|
43632
|
+
faucets: [ 'https://faucet.haust.app' ],
|
43633
|
+
status: 'active',
|
43634
|
+
nativeCurrency: { name: 'HAUST', symbol: 'HAUST', decimals: 18 },
|
43635
|
+
infoURL: 'https://haust.network/',
|
43636
|
+
shortName: 'HaustTestnet',
|
43637
|
+
chainId: 1523903251,
|
43638
|
+
networkId: 1523903251,
|
43639
|
+
icon: 'haust',
|
43640
|
+
explorers: [
|
43641
|
+
{
|
43642
|
+
name: 'Haust Network Testnet Explorer',
|
43643
|
+
url: 'https://explorer-testnet.haust.app',
|
43644
|
+
icon: 'haust',
|
43645
|
+
standard: 'EIP3091'
|
43646
|
+
}
|
43647
|
+
],
|
43648
|
+
parent: {
|
43649
|
+
type: 'L2',
|
43650
|
+
chain: 'eip155-11155111',
|
43651
|
+
bridges: [ { url: 'https://bridge-testnet.haust.app' } ]
|
43652
|
+
}
|
43653
|
+
},
|
43589
43654
|
{
|
43590
43655
|
name: 'SKALE Calypso Hub',
|
43591
43656
|
chain: 'honorable-steel-rasalhague',
|