Skip to content

Commit 7aa630c

Browse files
authored
pull fixes from testnet (#1343)
2 parents 2799cee + 7ff5f30 commit 7aa630c

File tree

4 files changed

+2274
-2129
lines changed

4 files changed

+2274
-2129
lines changed

contracts/scripts/anvil/state/alignedlayer-deployed-anvil-state.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

contracts/scripts/anvil/state/eigenlayer-deployed-anvil-state.json

Lines changed: 2269 additions & 2126 deletions
Large diffs are not rendered by default.

docker/foundry.Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
FROM debian:bookworm-slim
22

3+
ENV FOUNDRY_VERSION=nightly-a428ba6ad8856611339a6319290aade3347d25d9
4+
35
RUN apt update -y
46
RUN apt upgrade -y
57
RUN apt install -y curl git
68

79
# Install foundry
810
RUN curl -L https://foundry.paradigm.xyz | bash
911
ENV PATH="/root/.foundry/bin:${PATH}"
10-
RUN foundryup
12+
RUN foundryup -v ${FOUNDRY_VERSION}

docs/3_guides/6_setup_aligned.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Install [Foundry](https://book.getfoundry.sh/getting-started/installation):
2929

3030
```bash
3131
make install_foundry
32-
foundryup
32+
foundryup -v nightly-a428ba6ad8856611339a6319290aade3347d25d9
3333
```
3434

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

0 commit comments

Comments
 (0)