eth-chainlist 0.0.654 → 0.0.656
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 +76 -9
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.656 (2025-05-14)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.655 ([470b192](https://github.com/poowf/eth-chainlist/commit/470b192579a883241093324d697a700847e2fd89))
|
9
|
+
* update chain data ([c43f8b2](https://github.com/poowf/eth-chainlist/commit/c43f8b26b5135e63a14752993eaf4590d5ed219c))
|
10
|
+
|
11
|
+
### 0.0.655 (2025-05-12)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.654 ([8a8dedb](https://github.com/poowf/eth-chainlist/commit/8a8dedbe92b70d073c68985b6368213f0a11392e))
|
17
|
+
* update chain data ([b12df39](https://github.com/poowf/eth-chainlist/commit/b12df392bca46e0d7e9d5b375999b3ddf877878d))
|
18
|
+
|
3
19
|
### 0.0.654 (2025-05-11)
|
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',
|
@@ -6004,6 +6024,25 @@ const chainArray = [
|
|
6004
6024
|
}
|
6005
6025
|
]
|
6006
6026
|
},
|
6027
|
+
{
|
6028
|
+
name: 'R5 Network',
|
6029
|
+
chain: 'r5',
|
6030
|
+
rpc: [ 'https://rpc.r5.network' ],
|
6031
|
+
faucets: [],
|
6032
|
+
nativeCurrency: { name: 'R5', symbol: 'R5', decimals: 18 },
|
6033
|
+
infoURL: 'https://r5.network',
|
6034
|
+
shortName: 'r5',
|
6035
|
+
chainId: 337,
|
6036
|
+
networkId: 337,
|
6037
|
+
icon: 'r5',
|
6038
|
+
explorers: [
|
6039
|
+
{
|
6040
|
+
name: 'R5 Explorer',
|
6041
|
+
url: 'https://explorer.r5.network',
|
6042
|
+
standard: 'EIP3091'
|
6043
|
+
}
|
6044
|
+
]
|
6045
|
+
},
|
6007
6046
|
{
|
6008
6047
|
name: 'Cronos Testnet',
|
6009
6048
|
chain: 'CRO',
|
@@ -20909,7 +20948,7 @@ const chainArray = [
|
|
20909
20948
|
explorers: [
|
20910
20949
|
{
|
20911
20950
|
name: 'Syscoin Testnet Block Explorer',
|
20912
|
-
url: 'https://tanenbaum.io',
|
20951
|
+
url: 'https://explorer.tanenbaum.io',
|
20913
20952
|
standard: 'EIP3091'
|
20914
20953
|
}
|
20915
20954
|
]
|
@@ -25894,15 +25933,23 @@ const chainArray = [
|
|
25894
25933
|
{
|
25895
25934
|
name: 'Tea Sepolia Testnet',
|
25896
25935
|
chain: 'ETH',
|
25897
|
-
rpc: [],
|
25898
|
-
faucets: [],
|
25936
|
+
rpc: [ 'https://tea-sepolia.g.alchemy.com/public' ],
|
25937
|
+
faucets: [ 'https://faucet-sepolia.tea.xyz' ],
|
25938
|
+
explorers: [
|
25939
|
+
{
|
25940
|
+
name: 'blockscout',
|
25941
|
+
url: 'https://sepolia.tea.xyz',
|
25942
|
+
icon: 'blockscout',
|
25943
|
+
standard: 'EIP3091'
|
25944
|
+
}
|
25945
|
+
],
|
25899
25946
|
nativeCurrency: { name: 'Sepolia Tea', symbol: 'TEA', decimals: 18 },
|
25900
25947
|
infoURL: 'https://tea.xyz',
|
25901
25948
|
shortName: 'teasep',
|
25902
25949
|
chainId: 10218,
|
25903
25950
|
networkId: 10218,
|
25904
25951
|
parent: { type: 'L2', chain: 'eip155-11155111' },
|
25905
|
-
status: '
|
25952
|
+
status: 'active'
|
25906
25953
|
},
|
25907
25954
|
{
|
25908
25955
|
name: 'GLScan',
|
@@ -30652,6 +30699,25 @@ const chainArray = [
|
|
30652
30699
|
}
|
30653
30700
|
]
|
30654
30701
|
},
|
30702
|
+
{
|
30703
|
+
name: 'R5 Network Testnet',
|
30704
|
+
chain: 'r5testnet',
|
30705
|
+
rpc: [ 'https://rpc-testnet.r5.network' ],
|
30706
|
+
faucets: [],
|
30707
|
+
nativeCurrency: { name: 'Test R5', symbol: 'TR5', decimals: 18 },
|
30708
|
+
infoURL: 'https://r5.network',
|
30709
|
+
shortName: 'tr5',
|
30710
|
+
chainId: 33710,
|
30711
|
+
networkId: 33710,
|
30712
|
+
icon: 'r5',
|
30713
|
+
explorers: [
|
30714
|
+
{
|
30715
|
+
name: 'R5 Explorer',
|
30716
|
+
url: 'https://explorer-testnet.r5.network',
|
30717
|
+
standard: 'EIP3091'
|
30718
|
+
}
|
30719
|
+
]
|
30720
|
+
},
|
30655
30721
|
{
|
30656
30722
|
name: 'Funki',
|
30657
30723
|
chain: 'ETH',
|
@@ -40767,7 +40833,8 @@ const chainArray = [
|
|
40767
40833
|
]
|
40768
40834
|
},
|
40769
40835
|
{
|
40770
|
-
name: 'Hoodi
|
40836
|
+
name: 'Ethereum Hoodi',
|
40837
|
+
title: 'Ethereum Testnet Hoodi',
|
40771
40838
|
chain: 'ETH',
|
40772
40839
|
icon: 'ethereum',
|
40773
40840
|
rpc: [ 'https://rpc.hoodi.ethpandaops.io' ],
|