Skip to content

Commit a79ec2a

Browse files
Merge pull request #120 from OffchainLabs/fix-timeboost-flag-and-update-nitro-version
Fix timeboost flag and update nitro ver
2 parents 01d63d4 + 585de4a commit a79ec2a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ function writeConfigs(argv: any) {
323323
if (argv.timeboost) {
324324
sequencerConfig.execution.sequencer.dangerous = {};
325325
sequencerConfig.execution.sequencer.dangerous.timeboost = {
326-
"enable": true,
326+
"enable": false, // Create it false initially, turn it on with sed in test-node.bash after contract setup.
327327
"redis-url": argv.redisUrl
328328
};
329329
}

test-node.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -eu
44

5-
NITRO_NODE_VERSION=offchainlabs/nitro-node:v3.5.1-rc.2-69577b7
5+
NITRO_NODE_VERSION=offchainlabs/nitro-node:v3.5.3-rc.3-653b078
66
BLOCKSCOUT_VERSION=offchainlabs/blockscout:v1.1.0-0e716c8
77

88
DEFAULT_NITRO_CONTRACTS_VERSION="v2.1.1-beta.0"

0 commit comments

Comments
 (0)