eth-chainlist 0.0.652 → 0.0.653
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 +20 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.653 (2025-05-02)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.652 ([07256be](https://github.com/poowf/eth-chainlist/commit/07256be8aa21244fb0c05d57353c20a721570e4a))
|
9
|
+
* update chain data ([88aea24](https://github.com/poowf/eth-chainlist/commit/88aea247854429e9fbfa1258604f3e7b5079aea8))
|
10
|
+
|
3
11
|
### 0.0.652 (2025-04-27)
|
4
12
|
|
5
13
|
|
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: [],
|
@@ -34037,6 +34039,24 @@ const chainArray = [
|
|
34037
34039
|
],
|
34038
34040
|
parent: { type: 'L2', chain: 'eip155-248' }
|
34039
34041
|
},
|
34042
|
+
{
|
34043
|
+
name: 'Animechain Mainnet',
|
34044
|
+
chain: 'ETH',
|
34045
|
+
rpc: [],
|
34046
|
+
faucets: [],
|
34047
|
+
nativeCurrency: { name: 'Animecoin', symbol: 'ANIME', decimals: 18 },
|
34048
|
+
infoURL: 'https://www.anime.xyz',
|
34049
|
+
shortName: 'anime',
|
34050
|
+
chainId: 69000,
|
34051
|
+
networkId: 69000,
|
34052
|
+
explorers: [
|
34053
|
+
{
|
34054
|
+
name: 'Animechain explorer',
|
34055
|
+
url: 'https://explorer.anime.xyz',
|
34056
|
+
standard: 'EIP3091'
|
34057
|
+
}
|
34058
|
+
]
|
34059
|
+
},
|
34040
34060
|
{
|
34041
34061
|
name: 'Condrieu',
|
34042
34062
|
title: 'Ethereum Verkle Testnet Condrieu',
|