eth-chainlist 0.0.653 → 0.0.655
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 +95 -13
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.655 (2025-05-12)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.654 ([8a8dedb](https://github.com/poowf/eth-chainlist/commit/8a8dedbe92b70d073c68985b6368213f0a11392e))
|
9
|
+
* update chain data ([b12df39](https://github.com/poowf/eth-chainlist/commit/b12df392bca46e0d7e9d5b375999b3ddf877878d))
|
10
|
+
|
11
|
+
### 0.0.654 (2025-05-11)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.653 ([5ace163](https://github.com/poowf/eth-chainlist/commit/5ace163f50215405a9e391ee9fcdf1898e1c6d82))
|
17
|
+
* update chain data ([66f998d](https://github.com/poowf/eth-chainlist/commit/66f998d629d9fca00d5f9fc2794bd9bd661bf3c0))
|
18
|
+
|
3
19
|
### 0.0.653 (2025-05-02)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -4659,17 +4659,17 @@ const chainArray = [
|
|
4659
4659
|
name: 'Blast Mainnet',
|
4660
4660
|
chain: 'ETH',
|
4661
4661
|
icon: 'blastIcon',
|
4662
|
-
rpc: [ 'https://
|
4662
|
+
rpc: [ 'https://zkevmrpc.blastchain.org' ],
|
4663
4663
|
faucets: [],
|
4664
|
-
nativeCurrency: { name: '
|
4665
|
-
infoURL: 'https://docs.
|
4664
|
+
nativeCurrency: { name: 'One World Chain', symbol: 'OWCT', decimals: 18 },
|
4665
|
+
infoURL: 'https://docs.blastchain.org',
|
4666
4666
|
shortName: 'blast',
|
4667
4667
|
chainId: 238,
|
4668
4668
|
networkId: 238,
|
4669
4669
|
explorers: [
|
4670
4670
|
{
|
4671
4671
|
name: 'Blast Mainnet',
|
4672
|
-
url: 'https://
|
4672
|
+
url: 'https://blastchain.org',
|
4673
4673
|
standard: 'EIP3091'
|
4674
4674
|
}
|
4675
4675
|
]
|
@@ -4749,6 +4749,26 @@ const chainArray = [
|
|
4749
4749
|
}
|
4750
4750
|
]
|
4751
4751
|
},
|
4752
|
+
{
|
4753
|
+
name: 'ChooChain',
|
4754
|
+
title: 'ChooChain Mainnet',
|
4755
|
+
chain: 'CHOO',
|
4756
|
+
rpc: [ 'https://rpc.choochain.io' ],
|
4757
|
+
faucets: [],
|
4758
|
+
nativeCurrency: { name: 'ChooChain Token', symbol: 'CHOO', decimals: 18 },
|
4759
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
4760
|
+
infoURL: 'https://github.com/Trinketz/ChooChain',
|
4761
|
+
shortName: 'choo',
|
4762
|
+
chainId: 247,
|
4763
|
+
networkId: 247,
|
4764
|
+
explorers: [
|
4765
|
+
{
|
4766
|
+
name: 'ChooChain Explorer',
|
4767
|
+
url: 'https://blocks.choochain.io',
|
4768
|
+
standard: 'EIP3091'
|
4769
|
+
}
|
4770
|
+
]
|
4771
|
+
},
|
4752
4772
|
{
|
4753
4773
|
name: 'Oasys Mainnet',
|
4754
4774
|
chain: 'Oasys',
|
@@ -6172,6 +6192,7 @@ const chainArray = [
|
|
6172
6192
|
'https://rpc-pulsechain.g4mm4.io',
|
6173
6193
|
'wss://rpc-pulsechain.g4mm4.io'
|
6174
6194
|
],
|
6195
|
+
icon: 'pulsechain',
|
6175
6196
|
slip44: 60,
|
6176
6197
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
6177
6198
|
faucets: [],
|
@@ -6180,9 +6201,9 @@ const chainArray = [
|
|
6180
6201
|
nativeCurrency: { name: 'Pulse', symbol: 'PLS', decimals: 18 },
|
6181
6202
|
explorers: [
|
6182
6203
|
{
|
6183
|
-
name: '
|
6184
|
-
url: 'https://scan.pulsechain.com',
|
6185
|
-
icon: '
|
6204
|
+
name: 'pulsechain',
|
6205
|
+
url: 'https://ipfs.scan.pulsechain.com',
|
6206
|
+
icon: 'pulsechain',
|
6186
6207
|
standard: 'EIP3091'
|
6187
6208
|
},
|
6188
6209
|
{
|
@@ -11768,13 +11789,13 @@ const chainArray = [
|
|
11768
11789
|
},
|
11769
11790
|
{
|
11770
11791
|
name: 'Swisstronik Testnet',
|
11771
|
-
chain: 'SWTR',
|
11792
|
+
chain: 'SWTR Testnet',
|
11772
11793
|
rpc: [ 'https://json-rpc.testnet.swisstronik.com' ],
|
11773
11794
|
faucets: [ 'https://faucet.testnet.swisstronik.com' ],
|
11774
11795
|
nativeCurrency: { name: 'Swisstronik', symbol: 'SWTR', decimals: 18 },
|
11775
11796
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
11776
11797
|
infoURL: 'https://www.swisstronik.com',
|
11777
|
-
shortName: 'swtr',
|
11798
|
+
shortName: 'swtr-testnet',
|
11778
11799
|
chainId: 1291,
|
11779
11800
|
networkId: 1291,
|
11780
11801
|
slip44: 1,
|
@@ -13648,6 +13669,37 @@ const chainArray = [
|
|
13648
13669
|
]
|
13649
13670
|
}
|
13650
13671
|
},
|
13672
|
+
{
|
13673
|
+
name: 'Swisstronik Mainnet',
|
13674
|
+
chain: 'SWTR',
|
13675
|
+
rpc: [
|
13676
|
+
'https://json-rpc.mainnet.swisstronik.com/unencrypted/',
|
13677
|
+
'https://json-rpc.mainnet.swisstronik.com',
|
13678
|
+
'wss://ws-rpc.mainnet.swisstronik.com'
|
13679
|
+
],
|
13680
|
+
faucets: [],
|
13681
|
+
nativeCurrency: { name: 'Swisstronik', symbol: 'SWTR', decimals: 18 },
|
13682
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
13683
|
+
infoURL: 'https://www.swisstronik.com',
|
13684
|
+
shortName: 'swtr',
|
13685
|
+
chainId: 1848,
|
13686
|
+
networkId: 1848,
|
13687
|
+
slip44: 1,
|
13688
|
+
icon: 'swisstronik',
|
13689
|
+
explorers: [
|
13690
|
+
{
|
13691
|
+
name: 'Swisstronik EVM Explorer',
|
13692
|
+
url: 'https://explorer-evm.mainnet.swisstronik.com',
|
13693
|
+
standard: 'EIP3091',
|
13694
|
+
icon: 'ethernal'
|
13695
|
+
},
|
13696
|
+
{
|
13697
|
+
name: 'Swisstronik Cosmos Explorer',
|
13698
|
+
url: 'https://explorer-cosmos.mainnet.swisstronik.com/swisstronik',
|
13699
|
+
standard: 'none'
|
13700
|
+
}
|
13701
|
+
]
|
13702
|
+
},
|
13651
13703
|
{
|
13652
13704
|
name: 'HighOctane Subnet',
|
13653
13705
|
chain: 'HighOctane Subnet',
|
@@ -25862,15 +25914,23 @@ const chainArray = [
|
|
25862
25914
|
{
|
25863
25915
|
name: 'Tea Sepolia Testnet',
|
25864
25916
|
chain: 'ETH',
|
25865
|
-
rpc: [],
|
25866
|
-
faucets: [],
|
25917
|
+
rpc: [ 'https://tea-sepolia.g.alchemy.com/public' ],
|
25918
|
+
faucets: [ 'https://faucet-sepolia.tea.xyz' ],
|
25919
|
+
explorers: [
|
25920
|
+
{
|
25921
|
+
name: 'blockscout',
|
25922
|
+
url: 'https://sepolia.tea.xyz',
|
25923
|
+
icon: 'blockscout',
|
25924
|
+
standard: 'EIP3091'
|
25925
|
+
}
|
25926
|
+
],
|
25867
25927
|
nativeCurrency: { name: 'Sepolia Tea', symbol: 'TEA', decimals: 18 },
|
25868
25928
|
infoURL: 'https://tea.xyz',
|
25869
25929
|
shortName: 'teasep',
|
25870
25930
|
chainId: 10218,
|
25871
25931
|
networkId: 10218,
|
25872
25932
|
parent: { type: 'L2', chain: 'eip155-11155111' },
|
25873
|
-
status: '
|
25933
|
+
status: 'active'
|
25874
25934
|
},
|
25875
25935
|
{
|
25876
25936
|
name: 'GLScan',
|
@@ -29727,7 +29787,7 @@ const chainArray = [
|
|
29727
29787
|
explorers: [
|
29728
29788
|
{
|
29729
29789
|
name: 'XferChain Mainnet Explorer',
|
29730
|
-
url: 'https://xferchain.org',
|
29790
|
+
url: 'https://network.xferchain.org',
|
29731
29791
|
standard: 'EIP3091'
|
29732
29792
|
}
|
29733
29793
|
]
|
@@ -30967,6 +31027,28 @@ const chainArray = [
|
|
30967
31027
|
}
|
30968
31028
|
]
|
30969
31029
|
},
|
31030
|
+
{
|
31031
|
+
name: 'Helios Chain Testnet',
|
31032
|
+
chain: 'Helios Chain',
|
31033
|
+
rpc: [ 'https://testnet1.helioschainlabs.org' ],
|
31034
|
+
faucets: [ 'https://testnet.helioschain.network' ],
|
31035
|
+
nativeCurrency: { name: 'Helios', symbol: 'HLS', decimals: 18 },
|
31036
|
+
icon: 'helioschain',
|
31037
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
31038
|
+
infoURL: 'https://hub.helioschain.network',
|
31039
|
+
shortName: 'HLS',
|
31040
|
+
chainId: 42000,
|
31041
|
+
networkId: 42000,
|
31042
|
+
explorers: [
|
31043
|
+
{
|
31044
|
+
name: 'Helios Chain Explorer',
|
31045
|
+
url: 'https://explorer.helioschainlabs.org',
|
31046
|
+
icon: 'helioschain',
|
31047
|
+
standard: 'EIP3091'
|
31048
|
+
}
|
31049
|
+
],
|
31050
|
+
status: 'active'
|
31051
|
+
},
|
30970
31052
|
{
|
30971
31053
|
name: 'PMON Chain',
|
30972
31054
|
chain: '42001',
|