Skip to content

Commit

Permalink
chore: Bump contracts commit to v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ethenotethan committed Dec 9, 2024
1 parent 859571c commit 348a488
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rollupcreator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion test-node.bash
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 348a488

Please sign in to comment.