You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -148,11 +148,7 @@ To configure the package behaviour, you can modify your `eth2-package-params.yam
148
148
"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",
149
149
150
150
// 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
156
152
},
157
153
158
154
// 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
182
178
// EngineAPI Snooper
183
179
"snooper_enabled": false,
184
180
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
+
185
186
// Supports three valeus
186
187
// Default: None - no mev boost, mev builder, mev flood or relays are spun up
0 commit comments