Skip to content

Commit 0789eed

Browse files
authored
fix: move parallel keystore generation to global config (#130)
Changelog picked up from commits here: fix: move parallel keystore generation to global config
1 parent 9382767 commit 0789eed

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -148,11 +148,7 @@ To configure the package behaviour, you can modify your `eth2-package-params.yam
148148
"preregistered_validator_keys_mnemonic": "giant issue aisle success illegal bike spike question tent bar rely arctic volcano long crawl hungry vocal artwork sniff fantasy very lucky have athlete",
149149

150150
// The deneb for epoch -- arbitrarily large while we sort out https://github.com/kurtosis-tech/eth-network-package/issues/42 this will take 53~ hours for now
151-
"deneb_for_epoch": 500,
152-
153-
// Parallelizes keystore generation so that each node has keystores being generated in their own container
154-
// This will result in a large number of containers being spun up than normal. We advise users to only enable this on a sufficiently large machine or in the cloud as it can be resource consuming on a single machine.
155-
"parallel_keystore_generation": false,
151+
"deneb_for_epoch": 500
156152
},
157153

158154
// True by defaults such that in addition to the Ethereum network:
@@ -182,6 +178,11 @@ To configure the package behaviour, you can modify your `eth2-package-params.yam
182178
// EngineAPI Snooper
183179
"snooper_enabled": false,
184180

181+
// Parallelizes keystore generation so that each node has keystores being generated in their own container
182+
// This will result in a large number of containers being spun up than normal. We advise users to only enable this on a sufficiently large machine or in the cloud as it can be resource consuming on a single machine.
183+
"parallel_keystore_generation": false,
184+
185+
185186
// Supports three valeus
186187
// Default: None - no mev boost, mev builder, mev flood or relays are spun up
187188
// mock - mock-builder & mev-boost are spun up

0 commit comments

Comments
 (0)