Skip to content

Commit

Permalink
pull fixes from testnet (#1343)
Browse files Browse the repository at this point in the history
  • Loading branch information
JuArce authored Oct 31, 2024
2 parents 2799cee + 7ff5f30 commit 7aa630c
Show file tree
Hide file tree
Showing 4 changed files with 2,274 additions and 2,129 deletions.

Large diffs are not rendered by default.

4,395 changes: 2,269 additions & 2,126 deletions contracts/scripts/anvil/state/eigenlayer-deployed-anvil-state.json

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion docker/foundry.Dockerfile
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}
2 changes: 1 addition & 1 deletion docs/3_guides/6_setup_aligned.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Install [Foundry](https://book.getfoundry.sh/getting-started/installation):

```bash
make install_foundry
foundryup
foundryup -v nightly-a428ba6ad8856611339a6319290aade3347d25d9
```

Install the necessary submodules and build all the FFIs for your OS:
Expand Down

0 comments on commit 7aa630c

Please sign in to comment.