We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 01d63d4 + 585de4a commit a79ec2aCopy full SHA for a79ec2a
scripts/config.ts
@@ -323,7 +323,7 @@ function writeConfigs(argv: any) {
323
if (argv.timeboost) {
324
sequencerConfig.execution.sequencer.dangerous = {};
325
sequencerConfig.execution.sequencer.dangerous.timeboost = {
326
- "enable": true,
+ "enable": false, // Create it false initially, turn it on with sed in test-node.bash after contract setup.
327
"redis-url": argv.redisUrl
328
};
329
}
test-node.bash
@@ -2,7 +2,7 @@
2
3
set -eu
4
5
-NITRO_NODE_VERSION=offchainlabs/nitro-node:v3.5.1-rc.2-69577b7
+NITRO_NODE_VERSION=offchainlabs/nitro-node:v3.5.3-rc.3-653b078
6
BLOCKSCOUT_VERSION=offchainlabs/blockscout:v1.1.0-0e716c8
7
8
DEFAULT_NITRO_CONTRACTS_VERSION="v2.1.1-beta.0"
0 commit comments