Skip to content

Commit 1d0a37c

Browse files
authored
Merge pull request #85 from OffchainLabs/nitro-v3.2.1
Update to nitro v3.2.1
2 parents a5534b6 + 72141dd commit 1d0a37c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

blockscout

scripts/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ function writeL2ChainConfig(argv: any) {
344344
"EnableArbOS": true,
345345
"AllowDebugPrecompiles": true,
346346
"DataAvailabilityCommittee": false,
347-
"InitialArbOSVersion": 31,
347+
"InitialArbOSVersion": 32,
348348
"InitialChainOwner": argv.l2owner,
349349
"GenesisBlockNum": 0
350350
}

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.1.0-7d1d84c-dev
5+
NITRO_NODE_VERSION=offchainlabs/nitro-node:v3.2.1-d81324d
66
BLOCKSCOUT_VERSION=offchainlabs/blockscout:v1.1.0-0e716c8
77

88
DEFAULT_NITRO_CONTRACTS_VERSION="v2.0.0"

0 commit comments

Comments
 (0)