eth-chainlist 0.0.653 → 0.0.654
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 +60 -6
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.654 (2025-05-11)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.653 ([5ace163](https://github.com/poowf/eth-chainlist/commit/5ace163f50215405a9e391ee9fcdf1898e1c6d82))
|
9
|
+
* update chain data ([66f998d](https://github.com/poowf/eth-chainlist/commit/66f998d629d9fca00d5f9fc2794bd9bd661bf3c0))
|
10
|
+
|
3
11
|
### 0.0.653 (2025-05-02)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -6172,6 +6172,7 @@ const chainArray = [
|
|
6172
6172
|
'https://rpc-pulsechain.g4mm4.io',
|
6173
6173
|
'wss://rpc-pulsechain.g4mm4.io'
|
6174
6174
|
],
|
6175
|
+
icon: 'pulsechain',
|
6175
6176
|
slip44: 60,
|
6176
6177
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
6177
6178
|
faucets: [],
|
@@ -6180,9 +6181,9 @@ const chainArray = [
|
|
6180
6181
|
nativeCurrency: { name: 'Pulse', symbol: 'PLS', decimals: 18 },
|
6181
6182
|
explorers: [
|
6182
6183
|
{
|
6183
|
-
name: '
|
6184
|
-
url: 'https://scan.pulsechain.com',
|
6185
|
-
icon: '
|
6184
|
+
name: 'pulsechain',
|
6185
|
+
url: 'https://ipfs.scan.pulsechain.com',
|
6186
|
+
icon: 'pulsechain',
|
6186
6187
|
standard: 'EIP3091'
|
6187
6188
|
},
|
6188
6189
|
{
|
@@ -11768,13 +11769,13 @@ const chainArray = [
|
|
11768
11769
|
},
|
11769
11770
|
{
|
11770
11771
|
name: 'Swisstronik Testnet',
|
11771
|
-
chain: 'SWTR',
|
11772
|
+
chain: 'SWTR Testnet',
|
11772
11773
|
rpc: [ 'https://json-rpc.testnet.swisstronik.com' ],
|
11773
11774
|
faucets: [ 'https://faucet.testnet.swisstronik.com' ],
|
11774
11775
|
nativeCurrency: { name: 'Swisstronik', symbol: 'SWTR', decimals: 18 },
|
11775
11776
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
11776
11777
|
infoURL: 'https://www.swisstronik.com',
|
11777
|
-
shortName: 'swtr',
|
11778
|
+
shortName: 'swtr-testnet',
|
11778
11779
|
chainId: 1291,
|
11779
11780
|
networkId: 1291,
|
11780
11781
|
slip44: 1,
|
@@ -13648,6 +13649,37 @@ const chainArray = [
|
|
13648
13649
|
]
|
13649
13650
|
}
|
13650
13651
|
},
|
13652
|
+
{
|
13653
|
+
name: 'Swisstronik Mainnet',
|
13654
|
+
chain: 'SWTR',
|
13655
|
+
rpc: [
|
13656
|
+
'https://json-rpc.mainnet.swisstronik.com/unencrypted/',
|
13657
|
+
'https://json-rpc.mainnet.swisstronik.com',
|
13658
|
+
'wss://ws-rpc.mainnet.swisstronik.com'
|
13659
|
+
],
|
13660
|
+
faucets: [],
|
13661
|
+
nativeCurrency: { name: 'Swisstronik', symbol: 'SWTR', decimals: 18 },
|
13662
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
13663
|
+
infoURL: 'https://www.swisstronik.com',
|
13664
|
+
shortName: 'swtr',
|
13665
|
+
chainId: 1848,
|
13666
|
+
networkId: 1848,
|
13667
|
+
slip44: 1,
|
13668
|
+
icon: 'swisstronik',
|
13669
|
+
explorers: [
|
13670
|
+
{
|
13671
|
+
name: 'Swisstronik EVM Explorer',
|
13672
|
+
url: 'https://explorer-evm.mainnet.swisstronik.com',
|
13673
|
+
standard: 'EIP3091',
|
13674
|
+
icon: 'ethernal'
|
13675
|
+
},
|
13676
|
+
{
|
13677
|
+
name: 'Swisstronik Cosmos Explorer',
|
13678
|
+
url: 'https://explorer-cosmos.mainnet.swisstronik.com/swisstronik',
|
13679
|
+
standard: 'none'
|
13680
|
+
}
|
13681
|
+
]
|
13682
|
+
},
|
13651
13683
|
{
|
13652
13684
|
name: 'HighOctane Subnet',
|
13653
13685
|
chain: 'HighOctane Subnet',
|
@@ -29727,7 +29759,7 @@ const chainArray = [
|
|
29727
29759
|
explorers: [
|
29728
29760
|
{
|
29729
29761
|
name: 'XferChain Mainnet Explorer',
|
29730
|
-
url: 'https://xferchain.org',
|
29762
|
+
url: 'https://network.xferchain.org',
|
29731
29763
|
standard: 'EIP3091'
|
29732
29764
|
}
|
29733
29765
|
]
|
@@ -30967,6 +30999,28 @@ const chainArray = [
|
|
30967
30999
|
}
|
30968
31000
|
]
|
30969
31001
|
},
|
31002
|
+
{
|
31003
|
+
name: 'Helios Chain Testnet',
|
31004
|
+
chain: 'Helios Chain',
|
31005
|
+
rpc: [ 'https://testnet1.helioschainlabs.org' ],
|
31006
|
+
faucets: [ 'https://testnet.helioschain.network' ],
|
31007
|
+
nativeCurrency: { name: 'Helios', symbol: 'HLS', decimals: 18 },
|
31008
|
+
icon: 'helioschain',
|
31009
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
31010
|
+
infoURL: 'https://hub.helioschain.network',
|
31011
|
+
shortName: 'HLS',
|
31012
|
+
chainId: 42000,
|
31013
|
+
networkId: 42000,
|
31014
|
+
explorers: [
|
31015
|
+
{
|
31016
|
+
name: 'Helios Chain Explorer',
|
31017
|
+
url: 'https://explorer.helioschainlabs.org',
|
31018
|
+
icon: 'helioschain',
|
31019
|
+
standard: 'EIP3091'
|
31020
|
+
}
|
31021
|
+
],
|
31022
|
+
status: 'active'
|
31023
|
+
},
|
30970
31024
|
{
|
30971
31025
|
name: 'PMON Chain',
|
30972
31026
|
chain: '42001',
|