eth-chainlist 0.0.328 → 0.0.329

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,13 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.329 (2024-01-29)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.328 ([4fd4f2a](https://github.com/poowf/eth-chainlist/commit/4fd4f2aca0c681320933b4f4dbd710961c053d9b))
9
+ * update chain data ([db97be7](https://github.com/poowf/eth-chainlist/commit/db97be7569c58f881d108689b08a2d4cdb046e5a))
10
+
3
11
  ### 0.0.328 (2024-01-28)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -11551,18 +11551,23 @@ const chainArray = [
11551
11551
  {
11552
11552
  name: 'AlveyChain Mainnet',
11553
11553
  chain: 'ALV',
11554
- icon: 'alveychain',
11555
- rpc: [ 'https://rpc.alveychain.com/rpc', 'https://rpc2.alvey.io/rpc' ],
11554
+ rpc: [
11555
+ 'https://elves-core1.alvey.io',
11556
+ 'https://elves-core2.alvey.io',
11557
+ 'https://elves-core3.alvey.io'
11558
+ ],
11556
11559
  faucets: [],
11557
11560
  nativeCurrency: { name: 'AlveyCoin', symbol: 'ALV', decimals: 18 },
11558
- infoURL: 'https://alveyscan.com/rpc',
11561
+ infoURL: 'https://alveychain.com/',
11559
11562
  shortName: 'alv',
11560
11563
  chainId: 3797,
11561
11564
  networkId: 3797,
11565
+ icon: 'alveychain',
11562
11566
  explorers: [
11563
11567
  {
11564
11568
  name: 'AlveyScan',
11565
11569
  url: 'https://alveyscan.com',
11570
+ icon: 'alveychain',
11566
11571
  standard: 'EIP3091'
11567
11572
  }
11568
11573
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.328",
3
+ "version": "0.0.329",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {