Skip to content

Commit

Permalink
Merge pull request #85 from OffchainLabs/nitro-v3.2.1
Browse files Browse the repository at this point in the history
Update to nitro v3.2.1
  • Loading branch information
tsahee authored Sep 24, 2024
2 parents a5534b6 + 72141dd commit 1d0a37c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion blockscout
2 changes: 1 addition & 1 deletion scripts/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ function writeL2ChainConfig(argv: any) {
"EnableArbOS": true,
"AllowDebugPrecompiles": true,
"DataAvailabilityCommittee": false,
"InitialArbOSVersion": 31,
"InitialArbOSVersion": 32,
"InitialChainOwner": argv.l2owner,
"GenesisBlockNum": 0
}
Expand Down
2 changes: 1 addition & 1 deletion test-node.bash
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -eu

NITRO_NODE_VERSION=offchainlabs/nitro-node:v3.1.0-7d1d84c-dev
NITRO_NODE_VERSION=offchainlabs/nitro-node:v3.2.1-d81324d
BLOCKSCOUT_VERSION=offchainlabs/blockscout:v1.1.0-0e716c8

DEFAULT_NITRO_CONTRACTS_VERSION="v2.0.0"
Expand Down

0 comments on commit 1d0a37c

Please sign in to comment.