eth-chainlist 0.0.651 → 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 CHANGED
@@ -1,5 +1,21 @@
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
+
11
+ ### 0.0.652 (2025-04-27)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.651 ([14b2f91](https://github.com/poowf/eth-chainlist/commit/14b2f91c950ffa5a58a7d704090a14fab8246ee7))
17
+ * update chain data ([643a995](https://github.com/poowf/eth-chainlist/commit/643a995b8f77f326087346ee0028f1c19d741f0a))
18
+
3
19
  ### 0.0.651 (2025-04-21)
4
20
 
5
21
 
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',
@@ -43894,6 +43914,20 @@ const chainArray = [
43894
43914
  }
43895
43915
  ]
43896
43916
  },
43917
+ {
43918
+ name: 'RISE Testnet',
43919
+ chain: 'RISE',
43920
+ rpc: [],
43921
+ faucets: [],
43922
+ nativeCurrency: { name: 'ETH', symbol: 'ETH', decimals: 18 },
43923
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
43924
+ infoURL: 'https://www.riselabs.xyz/',
43925
+ shortName: 'rise-testnet',
43926
+ chainId: 11155931,
43927
+ networkId: 11155931,
43928
+ icon: 'rise',
43929
+ explorers: []
43930
+ },
43897
43931
  {
43898
43932
  name: 'R0AR Testnet',
43899
43933
  chain: 'R0AR Testnet',
@@ -45989,6 +46023,7 @@ const chainArray = [
45989
46023
  chainId: 728126428,
45990
46024
  networkId: 728126428,
45991
46025
  icon: 'tron',
46026
+ slip44: 195,
45992
46027
  explorers: [
45993
46028
  {
45994
46029
  name: 'tronscan',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.651",
3
+ "version": "0.0.653",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {