-
Notifications
You must be signed in to change notification settings - Fork 365
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
2,274 additions
and
2,129 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
contracts/scripts/anvil/state/alignedlayer-deployed-anvil-state.json
Large diffs are not rendered by default.
Oops, something went wrong.
4,395 changes: 2,269 additions & 2,126 deletions
4,395
contracts/scripts/anvil/state/eigenlayer-deployed-anvil-state.json
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,12 @@ | ||
FROM debian:bookworm-slim | ||
|
||
ENV FOUNDRY_VERSION=nightly-a428ba6ad8856611339a6319290aade3347d25d9 | ||
|
||
RUN apt update -y | ||
RUN apt upgrade -y | ||
RUN apt install -y curl git | ||
|
||
# Install foundry | ||
RUN curl -L https://foundry.paradigm.xyz | bash | ||
ENV PATH="/root/.foundry/bin:${PATH}" | ||
RUN foundryup | ||
RUN foundryup -v ${FOUNDRY_VERSION} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters