eth-chainlist 0.0.651 → 0.0.652
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 +15 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.652 (2025-04-27)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.651 ([14b2f91](https://github.com/poowf/eth-chainlist/commit/14b2f91c950ffa5a58a7d704090a14fab8246ee7))
|
9
|
+
* update chain data ([643a995](https://github.com/poowf/eth-chainlist/commit/643a995b8f77f326087346ee0028f1c19d741f0a))
|
10
|
+
|
3
11
|
### 0.0.651 (2025-04-21)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -43894,6 +43894,20 @@ const chainArray = [
|
|
43894
43894
|
}
|
43895
43895
|
]
|
43896
43896
|
},
|
43897
|
+
{
|
43898
|
+
name: 'RISE Testnet',
|
43899
|
+
chain: 'RISE',
|
43900
|
+
rpc: [],
|
43901
|
+
faucets: [],
|
43902
|
+
nativeCurrency: { name: 'ETH', symbol: 'ETH', decimals: 18 },
|
43903
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
43904
|
+
infoURL: 'https://www.riselabs.xyz/',
|
43905
|
+
shortName: 'rise-testnet',
|
43906
|
+
chainId: 11155931,
|
43907
|
+
networkId: 11155931,
|
43908
|
+
icon: 'rise',
|
43909
|
+
explorers: []
|
43910
|
+
},
|
43897
43911
|
{
|
43898
43912
|
name: 'R0AR Testnet',
|
43899
43913
|
chain: 'R0AR Testnet',
|
@@ -45989,6 +46003,7 @@ const chainArray = [
|
|
45989
46003
|
chainId: 728126428,
|
45990
46004
|
networkId: 728126428,
|
45991
46005
|
icon: 'tron',
|
46006
|
+
slip44: 195,
|
45992
46007
|
explorers: [
|
45993
46008
|
{
|
45994
46009
|
name: 'tronscan',
|