eth-chainlist 0.0.594 → 0.0.596
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 +110 -19
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.596 (2025-01-28)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.595 ([df35f21](https://github.com/poowf/eth-chainlist/commit/df35f21d02ba7531db79e5ec9044757d54bab39b))
|
9
|
+
* update chain data ([4854747](https://github.com/poowf/eth-chainlist/commit/4854747c0fd979bba7d1610a500085373f2ff0f2))
|
10
|
+
|
11
|
+
### 0.0.595 (2025-01-26)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.594 ([6c4c07c](https://github.com/poowf/eth-chainlist/commit/6c4c07c36b3b5b8c263cb47e53e7d04838034735))
|
17
|
+
* update chain data ([74abbe3](https://github.com/poowf/eth-chainlist/commit/74abbe3b6b9e93a9d6b158684bcfa76ea5b08a31))
|
18
|
+
|
3
19
|
### 0.0.594 (2025-01-24)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -12733,7 +12733,7 @@ const chainArray = [
|
|
12733
12733
|
],
|
12734
12734
|
parent: {
|
12735
12735
|
type: 'L2',
|
12736
|
-
chain: 'eip155-
|
12736
|
+
chain: 'eip155-11155111',
|
12737
12737
|
bridges: [ { url: 'https://sepolia-testnet-bridge.mintchain.io' } ]
|
12738
12738
|
}
|
12739
12739
|
},
|
@@ -16433,7 +16433,7 @@ const chainArray = [
|
|
16433
16433
|
{
|
16434
16434
|
name: 'Abstract',
|
16435
16435
|
chain: 'Abstract',
|
16436
|
-
rpc: [],
|
16436
|
+
rpc: [ 'https://api.mainnet.abs.xyz' ],
|
16437
16437
|
faucets: [],
|
16438
16438
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
16439
16439
|
infoURL: 'https://abs.xyz',
|
@@ -16441,8 +16441,23 @@ const chainArray = [
|
|
16441
16441
|
chainId: 2741,
|
16442
16442
|
networkId: 2741,
|
16443
16443
|
icon: 'abstract',
|
16444
|
-
explorers: [
|
16445
|
-
|
16444
|
+
explorers: [
|
16445
|
+
{
|
16446
|
+
name: 'Etherscan',
|
16447
|
+
url: 'https://abscan.org',
|
16448
|
+
standard: 'EIP3091'
|
16449
|
+
},
|
16450
|
+
{
|
16451
|
+
name: 'Abstract Explorer',
|
16452
|
+
url: 'https://explorer.mainnet.abs.xyz',
|
16453
|
+
standard: 'EIP3091'
|
16454
|
+
}
|
16455
|
+
],
|
16456
|
+
parent: {
|
16457
|
+
type: 'L2',
|
16458
|
+
chain: 'eip155-1',
|
16459
|
+
bridges: [ { url: 'https://portal.mainnet.abs.xyz/bridge' } ]
|
16460
|
+
}
|
16446
16461
|
},
|
16447
16462
|
{
|
16448
16463
|
name: 'Nanon',
|
@@ -19734,36 +19749,54 @@ const chainArray = [
|
|
19734
19749
|
}
|
19735
19750
|
]
|
19736
19751
|
},
|
19752
|
+
{
|
19753
|
+
name: 'Settlus',
|
19754
|
+
chain: 'ETH',
|
19755
|
+
rpc: [],
|
19756
|
+
faucets: [],
|
19757
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
19758
|
+
infoURL: 'https://settlus.org',
|
19759
|
+
shortName: 'setl',
|
19760
|
+
chainId: 5371,
|
19761
|
+
networkId: 5371,
|
19762
|
+
parent: { type: 'L2', chain: 'eip155-1', bridges: [] },
|
19763
|
+
status: 'incubating'
|
19764
|
+
},
|
19737
19765
|
{
|
19738
19766
|
name: 'Settlus Testnet',
|
19739
19767
|
chain: 'Settlus',
|
19740
|
-
rpc: [
|
19741
|
-
faucets: [
|
19768
|
+
rpc: [],
|
19769
|
+
faucets: [],
|
19742
19770
|
nativeCurrency: { name: 'Setl', symbol: 'SETL', decimals: 18 },
|
19743
19771
|
infoURL: 'https://settlus.org',
|
19744
19772
|
shortName: 'settlus-testnet',
|
19745
19773
|
chainId: 5372,
|
19746
19774
|
networkId: 5372,
|
19747
|
-
|
19748
|
-
{
|
19749
|
-
name: 'Settlus Scan',
|
19750
|
-
url: 'https://testnet.settlus.network',
|
19751
|
-
standard: 'EIP3091'
|
19752
|
-
}
|
19753
|
-
]
|
19775
|
+
status: 'deprecated'
|
19754
19776
|
},
|
19755
19777
|
{
|
19756
19778
|
name: 'Settlus Sepolia Testnet',
|
19757
19779
|
chain: 'ETH',
|
19758
|
-
rpc: [],
|
19780
|
+
rpc: [ 'https://settlus-septestnet.g.alchemy.com/public' ],
|
19759
19781
|
faucets: [],
|
19760
19782
|
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
19761
19783
|
infoURL: 'https://settlus.org',
|
19762
19784
|
shortName: 'setl-sepolia',
|
19763
19785
|
chainId: 5373,
|
19764
19786
|
networkId: 5373,
|
19765
|
-
parent: {
|
19766
|
-
|
19787
|
+
parent: {
|
19788
|
+
type: 'L2',
|
19789
|
+
chain: 'eip155-11155111',
|
19790
|
+
bridges: [ { url: 'https://settlus-sep-testnet.bridge.alchemy.com/' } ]
|
19791
|
+
},
|
19792
|
+
explorers: [
|
19793
|
+
{
|
19794
|
+
name: 'Settlus Sepolia Testnet Explorer',
|
19795
|
+
url: 'https://settlus-sepolia-testnet.explorer.alchemy.com',
|
19796
|
+
standard: 'EIP3091'
|
19797
|
+
}
|
19798
|
+
],
|
19799
|
+
status: 'active'
|
19767
19800
|
},
|
19768
19801
|
{
|
19769
19802
|
name: 'edeXa Mainnet',
|
@@ -24548,6 +24581,17 @@ const chainArray = [
|
|
24548
24581
|
}
|
24549
24582
|
]
|
24550
24583
|
},
|
24584
|
+
{
|
24585
|
+
name: 'Chain Opera Testnet',
|
24586
|
+
chain: 'Chain Opera Testnet',
|
24587
|
+
rpc: [ 'http://40.78.123.6:8545' ],
|
24588
|
+
faucets: [],
|
24589
|
+
nativeCurrency: { name: 'coai', symbol: 'CO', decimals: 18 },
|
24590
|
+
infoURL: 'https://chainopera.ai/',
|
24591
|
+
shortName: 'chainopera-testnet',
|
24592
|
+
chainId: 10066,
|
24593
|
+
networkId: 10066
|
24594
|
+
},
|
24551
24595
|
{
|
24552
24596
|
name: 'Japan Open Chain Testnet',
|
24553
24597
|
chain: 'JOCT',
|
@@ -27360,6 +27404,25 @@ const chainArray = [
|
|
27360
27404
|
}
|
27361
27405
|
]
|
27362
27406
|
},
|
27407
|
+
{
|
27408
|
+
name: 'Ultra EVM Network',
|
27409
|
+
chain: 'Ultra',
|
27410
|
+
icon: 'ultra',
|
27411
|
+
rpc: [ 'https://evm.ultra.eosusa.io' ],
|
27412
|
+
faucets: [],
|
27413
|
+
nativeCurrency: { name: 'Ultra Token', symbol: 'UOS', decimals: 18 },
|
27414
|
+
infoURL: 'https://ultra.io',
|
27415
|
+
shortName: 'ultra',
|
27416
|
+
chainId: 19991,
|
27417
|
+
networkId: 19991,
|
27418
|
+
explorers: [
|
27419
|
+
{
|
27420
|
+
name: 'Ultra EVM Explorer',
|
27421
|
+
url: 'https://evmexplorer.ultra.io',
|
27422
|
+
standard: 'EIP3091'
|
27423
|
+
}
|
27424
|
+
]
|
27425
|
+
},
|
27363
27426
|
{
|
27364
27427
|
name: 'Camelark Mainnet',
|
27365
27428
|
chainId: 20001,
|
@@ -35490,8 +35553,8 @@ const chainArray = [
|
|
35490
35553
|
]
|
35491
35554
|
},
|
35492
35555
|
{
|
35493
|
-
name: '
|
35494
|
-
chain: '
|
35556
|
+
name: 'OpenLedger Testnet',
|
35557
|
+
chain: 'OpenLedger Testnet',
|
35495
35558
|
rpc: [ 'https://rpctn.openledger.xyz' ],
|
35496
35559
|
faucets: [],
|
35497
35560
|
nativeCurrency: { name: 'Openledger', symbol: 'OPN', decimals: 18 },
|
@@ -35502,7 +35565,7 @@ const chainArray = [
|
|
35502
35565
|
icon: 'openledger',
|
35503
35566
|
explorers: [
|
35504
35567
|
{
|
35505
|
-
name: '
|
35568
|
+
name: 'OpenLedger Testnet Explorer',
|
35506
35569
|
url: 'https://scantn.openledger.xyz',
|
35507
35570
|
standard: 'EIP3091'
|
35508
35571
|
}
|
@@ -43586,6 +43649,34 @@ const chainArray = [
|
|
43586
43649
|
}
|
43587
43650
|
]
|
43588
43651
|
},
|
43652
|
+
{
|
43653
|
+
name: 'Haust Network Testnet',
|
43654
|
+
title: 'Haust Network Testnet',
|
43655
|
+
chain: 'haust-network-testnet',
|
43656
|
+
rpc: [ 'https://rpc-testnet.haust.app' ],
|
43657
|
+
features: [ { name: 'EIP155' } ],
|
43658
|
+
faucets: [ 'https://faucet.haust.app' ],
|
43659
|
+
status: 'active',
|
43660
|
+
nativeCurrency: { name: 'HAUST', symbol: 'HAUST', decimals: 18 },
|
43661
|
+
infoURL: 'https://haust.network/',
|
43662
|
+
shortName: 'HaustTestnet',
|
43663
|
+
chainId: 1523903251,
|
43664
|
+
networkId: 1523903251,
|
43665
|
+
icon: 'haust',
|
43666
|
+
explorers: [
|
43667
|
+
{
|
43668
|
+
name: 'Haust Network Testnet Explorer',
|
43669
|
+
url: 'https://explorer-testnet.haust.app',
|
43670
|
+
icon: 'haust',
|
43671
|
+
standard: 'EIP3091'
|
43672
|
+
}
|
43673
|
+
],
|
43674
|
+
parent: {
|
43675
|
+
type: 'L2',
|
43676
|
+
chain: 'eip155-11155111',
|
43677
|
+
bridges: [ { url: 'https://bridge-testnet.haust.app' } ]
|
43678
|
+
}
|
43679
|
+
},
|
43589
43680
|
{
|
43590
43681
|
name: 'SKALE Calypso Hub',
|
43591
43682
|
chain: 'honorable-steel-rasalhague',
|