Commit 3da26bd6 authored by Gyanendra Mishra's avatar Gyanendra Mishra

prysm launches

parent 842a4c20
......@@ -60,9 +60,9 @@ This is the Startosis version of the popular [eth2-merge-kurtosis-module](https:
- [x] nimbus - eth2-merge-kurtosis-module is broken and so is this
- [x] facts and waits
- [x] framework
- [ ] prysm
- [ ] facts and waits
- [ ] framework
- [x] prysm
- [x] facts and waits
- [x] framework
- [ ] teku
- [ ] facts and waits
- [ ] framework
......@@ -73,3 +73,4 @@ This is the Startosis version of the popular [eth2-merge-kurtosis-module](https:
- [x] cl_rest_client/el_rest_client - DESCOPED as facts will do this
- [x] cl_node_metrics_info - pure POJO NO BLOCKERS
- [ ] get render templates to have the magic strings subsituted with real values
- [ ] confirm that the 0x30000038 value in `static_files/genesis-generation-config/cl/config.yaml.tmpl` is correct
\ No newline at end of file
......@@ -8,7 +8,7 @@ CONFIG_NAME: testnet # needs to exist because of Prysm. Otherwise it conflicts w
# `2**14` (= 16,384)
MIN_GENESIS_ACTIVE_VALIDATOR_COUNT: {{ .NumValidatorKeysToPreregister }}
MIN_GENESIS_TIME: {{ .UnixTimestamp }}
GENESIS_FORK_VERSION: 0x10000038
GENESIS_FORK_VERSION: 0x30000038
GENESIS_DELAY: 300
# Forking
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment