From 348a4887245d229f754db0e839cfca04f255491e Mon Sep 17 00:00:00 2001 From: Ethen Pociask Date: Mon, 9 Dec 2024 12:08:55 +0700 Subject: [PATCH] chore: Bump contracts commit to v2.1.0 --- rollupcreator/Dockerfile | 2 +- test-node.bash | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rollupcreator/Dockerfile b/rollupcreator/Dockerfile index e33f2e1..2b78533 100644 --- a/rollupcreator/Dockerfile +++ b/rollupcreator/Dockerfile @@ -9,7 +9,7 @@ RUN apt-get update && \ WORKDIR /workspace # Clone the repository and checkout the specified branch RUN git clone --no-checkout https://github.com/layr-labs/nitro-contracts.git ./ -RUN git checkout a2de1c3ef227bde09b0b6ebfe272c66f441345f9 +RUN git checkout 85aa27d11776bcbadf7f09aebdf71562bcb76e51 # Install Foundry RUN curl -L https://foundry.paradigm.xyz | bash diff --git a/test-node.bash b/test-node.bash index e78a4ff..d2642a8 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 support for CacheManger deployment. # Once v1.2.2 is released, we can switch to that version. -DEFAULT_NITRO_CONTRACTS_VERSION="4fb6492ba3892863b3b66cd1335b49152cf9d975" +DEFAULT_NITRO_CONTRACTS_VERSION="85aa27d11776bcbadf7f09aebdf71562bcb76e51" DEFAULT_TOKEN_BRIDGE_VERSION="v1.2.1" # Set default versions if not overriden by provided env vars