Skip to content

Commit

Permalink
fix: l1-devnet dockerfile anvil version
Browse files Browse the repository at this point in the history
  • Loading branch information
yiweichi committed Aug 9, 2024
1 parent 5ee5f3c commit da9ae46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/scroll-stack/charts/l1-devnet/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ controller:
image:
repository: scrolltech/l1-devnet
pullPolicy: Always
tag: v0.0.2
tag: v0.0.4

command:
["/bin/bash","-c","anvil --host 0.0.0.0 --port 8545 --chain-id ${CHAIN_ID} --state /data/state.json --state-interval 60"]
Expand Down
2 changes: 1 addition & 1 deletion custom-images/l1-devnet/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN curl -L https://foundry.paradigm.xyz | bash
ENV PATH="/root/.foundry/bin:${PATH}"

# Run foundryup to update Foundry
RUN foundryup
RUN foundryup -v nightly-7f0f5b4c1aa75dc4fd2eb15aca9757491d885902

# Expose the port Anvil uses (default: 8545)
EXPOSE 8545
Expand Down

0 comments on commit da9ae46

Please sign in to comment.