@lodestar/params 1.38.0-dev.a8c0c7a156 → 1.38.0-dev.f61b8d9dad

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
  [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
5
5
  [![Eth Consensus Spec v1.5.0](https://img.shields.io/badge/ETH%20consensus--spec-1.5.0-blue)](https://github.com/ethereum/consensus-specs/releases/tag/v1.5.0)
6
6
  ![ES Version](https://img.shields.io/badge/ES-2021-yellow)
7
- ![Node Version](https://img.shields.io/badge/node-22.x-green)
7
+ ![Node Version](https://img.shields.io/badge/node-24.x-green)
8
8
 
9
9
  > This package is part of [ChainSafe's Lodestar](https://lodestar.chainsafe.io) project
10
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lodestar/params",
3
- "version": "1.38.0-dev.a8c0c7a156",
3
+ "version": "1.38.0-dev.f61b8d9dad",
4
4
  "description": "Chain parameters required for lodestar",
5
5
  "author": "ChainSafe Systems",
6
6
  "license": "Apache-2.0",
@@ -71,5 +71,5 @@
71
71
  "axios": "^1.3.4",
72
72
  "js-yaml": "^4.1.0"
73
73
  },
74
- "gitHead": "0d8c7a4ddfa046c9e6aa4dcda86d56bc202e08a5"
74
+ "gitHead": "4e6155b04b7d97c12483b85aea3b181364881f9d"
75
75
  }