eth-chainlist 0.0.652 → 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 +16 -0
- package/data/chain.js +80 -6
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
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
|
+
|
11
|
+
### 0.0.653 (2025-05-02)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.652 ([07256be](https://github.com/poowf/eth-chainlist/commit/07256be8aa21244fb0c05d57353c20a721570e4a))
|
17
|
+
* update chain data ([88aea24](https://github.com/poowf/eth-chainlist/commit/88aea247854429e9fbfa1258604f3e7b5079aea8))
|
18
|
+
|
3
19
|
### 0.0.652 (2025-04-27)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -3156,6 +3156,7 @@ const chainArray = [
|
|
3156
3156
|
chainId: 151,
|
3157
3157
|
networkId: 151,
|
3158
3158
|
slip44: 824,
|
3159
|
+
icon: 'redbelly',
|
3159
3160
|
rpc: [ 'https://governors.mainnet.redbelly.network' ],
|
3160
3161
|
faucets: [],
|
3161
3162
|
infoURL: 'https://redbelly.network',
|
@@ -3187,6 +3188,7 @@ const chainArray = [
|
|
3187
3188
|
chain: 'RBN',
|
3188
3189
|
chainId: 153,
|
3189
3190
|
networkId: 153,
|
3191
|
+
icon: 'redbelly',
|
3190
3192
|
slip44: 1,
|
3191
3193
|
rpc: [ 'https://governors.testnet.redbelly.network' ],
|
3192
3194
|
faucets: [],
|
@@ -6170,6 +6172,7 @@ const chainArray = [
|
|
6170
6172
|
'https://rpc-pulsechain.g4mm4.io',
|
6171
6173
|
'wss://rpc-pulsechain.g4mm4.io'
|
6172
6174
|
],
|
6175
|
+
icon: 'pulsechain',
|
6173
6176
|
slip44: 60,
|
6174
6177
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
6175
6178
|
faucets: [],
|
@@ -6178,9 +6181,9 @@ const chainArray = [
|
|
6178
6181
|
nativeCurrency: { name: 'Pulse', symbol: 'PLS', decimals: 18 },
|
6179
6182
|
explorers: [
|
6180
6183
|
{
|
6181
|
-
name: '
|
6182
|
-
url: 'https://scan.pulsechain.com',
|
6183
|
-
icon: '
|
6184
|
+
name: 'pulsechain',
|
6185
|
+
url: 'https://ipfs.scan.pulsechain.com',
|
6186
|
+
icon: 'pulsechain',
|
6184
6187
|
standard: 'EIP3091'
|
6185
6188
|
},
|
6186
6189
|
{
|
@@ -11766,13 +11769,13 @@ const chainArray = [
|
|
11766
11769
|
},
|
11767
11770
|
{
|
11768
11771
|
name: 'Swisstronik Testnet',
|
11769
|
-
chain: 'SWTR',
|
11772
|
+
chain: 'SWTR Testnet',
|
11770
11773
|
rpc: [ 'https://json-rpc.testnet.swisstronik.com' ],
|
11771
11774
|
faucets: [ 'https://faucet.testnet.swisstronik.com' ],
|
11772
11775
|
nativeCurrency: { name: 'Swisstronik', symbol: 'SWTR', decimals: 18 },
|
11773
11776
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
11774
11777
|
infoURL: 'https://www.swisstronik.com',
|
11775
|
-
shortName: 'swtr',
|
11778
|
+
shortName: 'swtr-testnet',
|
11776
11779
|
chainId: 1291,
|
11777
11780
|
networkId: 1291,
|
11778
11781
|
slip44: 1,
|
@@ -13646,6 +13649,37 @@ const chainArray = [
|
|
13646
13649
|
]
|
13647
13650
|
}
|
13648
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
|
+
},
|
13649
13683
|
{
|
13650
13684
|
name: 'HighOctane Subnet',
|
13651
13685
|
chain: 'HighOctane Subnet',
|
@@ -29725,7 +29759,7 @@ const chainArray = [
|
|
29725
29759
|
explorers: [
|
29726
29760
|
{
|
29727
29761
|
name: 'XferChain Mainnet Explorer',
|
29728
|
-
url: 'https://xferchain.org',
|
29762
|
+
url: 'https://network.xferchain.org',
|
29729
29763
|
standard: 'EIP3091'
|
29730
29764
|
}
|
29731
29765
|
]
|
@@ -30965,6 +30999,28 @@ const chainArray = [
|
|
30965
30999
|
}
|
30966
31000
|
]
|
30967
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
|
+
},
|
30968
31024
|
{
|
30969
31025
|
name: 'PMON Chain',
|
30970
31026
|
chain: '42001',
|
@@ -34037,6 +34093,24 @@ const chainArray = [
|
|
34037
34093
|
],
|
34038
34094
|
parent: { type: 'L2', chain: 'eip155-248' }
|
34039
34095
|
},
|
34096
|
+
{
|
34097
|
+
name: 'Animechain Mainnet',
|
34098
|
+
chain: 'ETH',
|
34099
|
+
rpc: [],
|
34100
|
+
faucets: [],
|
34101
|
+
nativeCurrency: { name: 'Animecoin', symbol: 'ANIME', decimals: 18 },
|
34102
|
+
infoURL: 'https://www.anime.xyz',
|
34103
|
+
shortName: 'anime',
|
34104
|
+
chainId: 69000,
|
34105
|
+
networkId: 69000,
|
34106
|
+
explorers: [
|
34107
|
+
{
|
34108
|
+
name: 'Animechain explorer',
|
34109
|
+
url: 'https://explorer.anime.xyz',
|
34110
|
+
standard: 'EIP3091'
|
34111
|
+
}
|
34112
|
+
]
|
34113
|
+
},
|
34040
34114
|
{
|
34041
34115
|
name: 'Condrieu',
|
34042
34116
|
title: 'Ethereum Verkle Testnet Condrieu',
|