eth-chainlist 0.0.655 → 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 +8 -0
- package/data/chain.js +41 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
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
|
+
|
3
11
|
### 0.0.655 (2025-05-12)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -6024,6 +6024,25 @@ const chainArray = [
|
|
6024
6024
|
}
|
6025
6025
|
]
|
6026
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
|
+
},
|
6027
6046
|
{
|
6028
6047
|
name: 'Cronos Testnet',
|
6029
6048
|
chain: 'CRO',
|
@@ -20929,7 +20948,7 @@ const chainArray = [
|
|
20929
20948
|
explorers: [
|
20930
20949
|
{
|
20931
20950
|
name: 'Syscoin Testnet Block Explorer',
|
20932
|
-
url: 'https://tanenbaum.io',
|
20951
|
+
url: 'https://explorer.tanenbaum.io',
|
20933
20952
|
standard: 'EIP3091'
|
20934
20953
|
}
|
20935
20954
|
]
|
@@ -30680,6 +30699,25 @@ const chainArray = [
|
|
30680
30699
|
}
|
30681
30700
|
]
|
30682
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
|
+
},
|
30683
30721
|
{
|
30684
30722
|
name: 'Funki',
|
30685
30723
|
chain: 'ETH',
|
@@ -40795,7 +40833,8 @@ const chainArray = [
|
|
40795
40833
|
]
|
40796
40834
|
},
|
40797
40835
|
{
|
40798
|
-
name: 'Hoodi
|
40836
|
+
name: 'Ethereum Hoodi',
|
40837
|
+
title: 'Ethereum Testnet Hoodi',
|
40799
40838
|
chain: 'ETH',
|
40800
40839
|
icon: 'ethereum',
|
40801
40840
|
rpc: [ 'https://rpc.hoodi.ethpandaops.io' ],
|