eth-chainlist 0.0.593 → 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 +16 -0
- package/data/chain.js +138 -16
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
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
|
+
|
11
|
+
### 0.0.594 (2025-01-24)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.593 ([585aa13](https://github.com/poowf/eth-chainlist/commit/585aa134226fcddee552758e1ad1f86b69e3bbfb))
|
17
|
+
* update chain data ([17ea71c](https://github.com/poowf/eth-chainlist/commit/17ea71c98eeec14c722e1f4d10c7cdec9883a839))
|
18
|
+
|
3
19
|
### 0.0.593 (2025-01-23)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -8065,6 +8065,27 @@ const chainArray = [
|
|
8065
8065
|
],
|
8066
8066
|
icon: 'vrcscan'
|
8067
8067
|
},
|
8068
|
+
{
|
8069
|
+
name: 'UXLINK ONE Mainnet',
|
8070
|
+
chain: 'UXLINK ONE',
|
8071
|
+
rpc: [ 'https://rpc.uxlinkone.com' ],
|
8072
|
+
faucets: [],
|
8073
|
+
nativeCurrency: { name: 'UXLINK', symbol: 'UXLINK', decimals: 18 },
|
8074
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
8075
|
+
infoURL: 'https://www.uxlinkone.com',
|
8076
|
+
shortName: 'uxlink1',
|
8077
|
+
chainId: 718,
|
8078
|
+
networkId: 718,
|
8079
|
+
icon: 'uxlinkone',
|
8080
|
+
explorers: [
|
8081
|
+
{
|
8082
|
+
name: 'UXLINK ONE Mainnet Explorer',
|
8083
|
+
url: 'https://sepolia.uxlinkone.com',
|
8084
|
+
icon: 'uxlinkone',
|
8085
|
+
standard: 'EIP3091'
|
8086
|
+
}
|
8087
|
+
]
|
8088
|
+
},
|
8068
8089
|
{
|
8069
8090
|
name: 'Shibarium Beta',
|
8070
8091
|
chain: 'Shibarium',
|
@@ -19713,36 +19734,54 @@ const chainArray = [
|
|
19713
19734
|
}
|
19714
19735
|
]
|
19715
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
|
+
},
|
19716
19750
|
{
|
19717
19751
|
name: 'Settlus Testnet',
|
19718
19752
|
chain: 'Settlus',
|
19719
|
-
rpc: [
|
19720
|
-
faucets: [
|
19753
|
+
rpc: [],
|
19754
|
+
faucets: [],
|
19721
19755
|
nativeCurrency: { name: 'Setl', symbol: 'SETL', decimals: 18 },
|
19722
19756
|
infoURL: 'https://settlus.org',
|
19723
19757
|
shortName: 'settlus-testnet',
|
19724
19758
|
chainId: 5372,
|
19725
19759
|
networkId: 5372,
|
19726
|
-
|
19727
|
-
{
|
19728
|
-
name: 'Settlus Scan',
|
19729
|
-
url: 'https://testnet.settlus.network',
|
19730
|
-
standard: 'EIP3091'
|
19731
|
-
}
|
19732
|
-
]
|
19760
|
+
status: 'deprecated'
|
19733
19761
|
},
|
19734
19762
|
{
|
19735
19763
|
name: 'Settlus Sepolia Testnet',
|
19736
19764
|
chain: 'ETH',
|
19737
|
-
rpc: [],
|
19765
|
+
rpc: [ 'https://settlus-septestnet.g.alchemy.com/public' ],
|
19738
19766
|
faucets: [],
|
19739
19767
|
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
19740
19768
|
infoURL: 'https://settlus.org',
|
19741
19769
|
shortName: 'setl-sepolia',
|
19742
19770
|
chainId: 5373,
|
19743
19771
|
networkId: 5373,
|
19744
|
-
parent: {
|
19745
|
-
|
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'
|
19746
19785
|
},
|
19747
19786
|
{
|
19748
19787
|
name: 'edeXa Mainnet',
|
@@ -27339,6 +27378,25 @@ const chainArray = [
|
|
27339
27378
|
}
|
27340
27379
|
]
|
27341
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
|
+
},
|
27342
27400
|
{
|
27343
27401
|
name: 'Camelark Mainnet',
|
27344
27402
|
chainId: 20001,
|
@@ -29544,6 +29602,24 @@ const chainArray = [
|
|
29544
29602
|
bridges: [ { url: 'https://bridge.arbitrum.io' } ]
|
29545
29603
|
}
|
29546
29604
|
},
|
29605
|
+
{
|
29606
|
+
name: 'Donatuz',
|
29607
|
+
chain: 'ETH',
|
29608
|
+
rpc: [ 'https://rpc.donatuz.com' ],
|
29609
|
+
faucets: [],
|
29610
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
29611
|
+
infoURL: 'https://www.donatuz.com',
|
29612
|
+
shortName: 'donatuz',
|
29613
|
+
chainId: 42026,
|
29614
|
+
networkId: 42026,
|
29615
|
+
explorers: [
|
29616
|
+
{
|
29617
|
+
name: 'Donatuz Explorer',
|
29618
|
+
url: 'https://explorer.donatuz.com',
|
29619
|
+
standard: 'EIP3091'
|
29620
|
+
}
|
29621
|
+
]
|
29622
|
+
},
|
29547
29623
|
{
|
29548
29624
|
name: 'pegglecoin',
|
29549
29625
|
chain: '42069',
|
@@ -35451,8 +35527,8 @@ const chainArray = [
|
|
35451
35527
|
]
|
35452
35528
|
},
|
35453
35529
|
{
|
35454
|
-
name: '
|
35455
|
-
chain: '
|
35530
|
+
name: 'OpenLedger Testnet',
|
35531
|
+
chain: 'OpenLedger Testnet',
|
35456
35532
|
rpc: [ 'https://rpctn.openledger.xyz' ],
|
35457
35533
|
faucets: [],
|
35458
35534
|
nativeCurrency: { name: 'Openledger', symbol: 'OPN', decimals: 18 },
|
@@ -35463,7 +35539,7 @@ const chainArray = [
|
|
35463
35539
|
icon: 'openledger',
|
35464
35540
|
explorers: [
|
35465
35541
|
{
|
35466
|
-
name: '
|
35542
|
+
name: 'OpenLedger Testnet Explorer',
|
35467
35543
|
url: 'https://scantn.openledger.xyz',
|
35468
35544
|
standard: 'EIP3091'
|
35469
35545
|
}
|
@@ -37951,6 +38027,24 @@ const chainArray = [
|
|
37951
38027
|
}
|
37952
38028
|
]
|
37953
38029
|
},
|
38030
|
+
{
|
38031
|
+
name: 'PUMPFI CHAIN TESTNET',
|
38032
|
+
chain: 'PUMPFI CHAIN TESTNET',
|
38033
|
+
rpc: [ 'https://rpc1testnet.pumpfi.me' ],
|
38034
|
+
faucets: [ 'https://faucet.pumpfi.me' ],
|
38035
|
+
nativeCurrency: { name: 'PMPT', symbol: 'PMPT', decimals: 18 },
|
38036
|
+
infoURL: 'https://pumpfi.me',
|
38037
|
+
shortName: 'pumpfi-testnet',
|
38038
|
+
chainId: 490092,
|
38039
|
+
networkId: 490092,
|
38040
|
+
explorers: [
|
38041
|
+
{
|
38042
|
+
name: 'Pumpfi Testnet Scan',
|
38043
|
+
url: 'https://testnetscan.pumpfi.me',
|
38044
|
+
standard: 'EIP3091'
|
38045
|
+
}
|
38046
|
+
]
|
38047
|
+
},
|
37954
38048
|
{
|
37955
38049
|
name: 'Playdapp Network',
|
37956
38050
|
chain: 'PDA',
|
@@ -42900,7 +42994,7 @@ const chainArray = [
|
|
42900
42994
|
{
|
42901
42995
|
name: 'subscan',
|
42902
42996
|
icon: 'subscan',
|
42903
|
-
url: 'https://
|
42997
|
+
url: 'https://westend-asset-hub-eth-explorer.parity.io',
|
42904
42998
|
standard: 'EIP3091'
|
42905
42999
|
}
|
42906
43000
|
]
|
@@ -43529,6 +43623,34 @@ const chainArray = [
|
|
43529
43623
|
}
|
43530
43624
|
]
|
43531
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
|
+
},
|
43532
43654
|
{
|
43533
43655
|
name: 'SKALE Calypso Hub',
|
43534
43656
|
chain: 'honorable-steel-rasalhague',
|