Skip to content

Commit

Permalink
chore(deps): bump forge-std and use Sphinx fork of Foundry
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-goldman committed Feb 4, 2024
1 parent 297be83 commit c61b557
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/empty-beers-breathe.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@sphinx-labs/contracts': patch
---

Bump forge-std and use Sphinx fork of Foundry
2 changes: 1 addition & 1 deletion ops/ci-builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN apt-get update && \
WORKDIR /opt/foundry

RUN source $HOME/.profile && \
cargo install --git https://github.com/foundry-rs/foundry#490b588244a149453e7c6f55641fad89d30b0754 \
cargo install --git https://github.com/sphinx-labs/foundry#fcb7c1e83402692ccf5bcec50238ded71320d1e0 \
--profile local forge cast chisel anvil && \
strip $HOME/.cargo/bin/forge && \
strip $HOME/.cargo/bin/cast && \
Expand Down

0 comments on commit c61b557

Please sign in to comment.