eth-chainlist 0.0.574 → 0.0.575

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.575 (2024-12-30)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.574 ([3cba259](https://github.com/poowf/eth-chainlist/commit/3cba25949eedc9ff01addd3a19fd30103d93313f))
9
+ * update chain data ([76a2e3c](https://github.com/poowf/eth-chainlist/commit/76a2e3c292f87841711ddc4387261eb76001c5e7))
10
+
3
11
  ### 0.0.574 (2024-12-28)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -33501,7 +33501,7 @@ const chainArray = [
33501
33501
  ],
33502
33502
  faucets: [],
33503
33503
  nativeCurrency: { name: 'Plume Sepolia Ether', symbol: 'ETH', decimals: 18 },
33504
- infoURL: 'https://www.plumenetwork.xyz/',
33504
+ infoURL: 'https://plumenetwork.xyz/',
33505
33505
  shortName: 'plume-devnet',
33506
33506
  chainId: 98864,
33507
33507
  networkId: 98864,
@@ -33524,7 +33524,7 @@ const chainArray = [
33524
33524
  rpc: [ 'https://rpc.plumenetwork.xyz', 'wss://rpc.plumenetwork.xyz' ],
33525
33525
  faucets: [],
33526
33526
  nativeCurrency: { name: 'Plume Ether', symbol: 'ETH', decimals: 18 },
33527
- infoURL: 'https://www.plumenetwork.xyz/',
33527
+ infoURL: 'https://plumenetwork.xyz/',
33528
33528
  shortName: 'plume',
33529
33529
  chainId: 98865,
33530
33530
  networkId: 98865,
@@ -41664,7 +41664,7 @@ const chainArray = [
41664
41664
  rpc: [],
41665
41665
  faucets: [],
41666
41666
  nativeCurrency: { name: 'Plume Sepolia Ether', symbol: 'ETH', decimals: 18 },
41667
- infoURL: 'https://www.plumenetwork.xyz/',
41667
+ infoURL: 'https://plumenetwork.xyz/',
41668
41668
  shortName: 'plume-testnet',
41669
41669
  chainId: 161221135,
41670
41670
  networkId: 161221135,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.574",
3
+ "version": "0.0.575",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {