Skip to content

Commit b02599a

Browse files
merge master and resolve conflicts
2 parents b73bd81 + 4788c0a commit b02599a

File tree

2 files changed

+96
-93
lines changed

2 files changed

+96
-93
lines changed

scripts/config.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -326,8 +326,7 @@ function writeConfigs(argv: any) {
326326
sequencerConfig.execution["sequencer"].enable = true
327327
sequencerConfig.node["delayed-sequencer"].enable = true
328328
if (argv.timeboost) {
329-
sequencerConfig.execution.sequencer.dangerous = {};
330-
sequencerConfig.execution.sequencer.dangerous.timeboost = {
329+
sequencerConfig.execution.sequencer.timeboost = {
331330
"enable": false, // Create it false initially, turn it on with sed in test-node.bash after contract setup.
332331
"redis-url": argv.redisUrl
333332
};

0 commit comments

Comments
 (0)