From b42aae0ae353039edc8dd531556394b5d94270a7 Mon Sep 17 00:00:00 2001 From: Goran Vladika Date: Wed, 8 May 2024 15:12:39 +0200 Subject: [PATCH] Bump default nitro-contracts version to include fix for a blocker Fix: https://github.com/OffchainLabs/nitro-contracts/commit/a00d2faac01e050339ff7b0ac5bc91df06e8dbff --- test-node.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-node.bash b/test-node.bash index 8776d45..0b5f3d8 100755 --- a/test-node.bash +++ b/test-node.bash @@ -7,7 +7,7 @@ BLOCKSCOUT_VERSION=offchainlabs/blockscout:v1.0.0-c8db5b1 # This commit matches the v1.2.1 contracts, with additional fixes for rollup deployment script. # Once v1.2.2 is released, we can switch to that version. -DEFAULT_NITRO_CONTRACTS_VERSION="2e8eeb9f28104465de0557851aa7607b037cafcf" +DEFAULT_NITRO_CONTRACTS_VERSION="a00d2faac01e050339ff7b0ac5bc91df06e8dbff" DEFAULT_TOKEN_BRIDGE_VERSION="v1.2.1" # Set default versions if not overriden by provided env vars