From cd3d33efa722c5477ba2a300dbfd563de8317b71 Mon Sep 17 00:00:00 2001 From: Ethen Pociask Date: Sun, 29 Sep 2024 16:47:09 -0700 Subject: [PATCH] chore: Update nitro-contracts commit --- rollupcreator/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rollupcreator/Dockerfile b/rollupcreator/Dockerfile index 8509151..0860cbd 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 81fa76a31bde7bc0286390ddc2ee3dce4af9f68f +RUN git checkout 4fb6492ba3892863b3b66cd1335b49152cf9d975 # Install Foundry RUN curl -L https://foundry.paradigm.xyz | bash