Skip to content

Commit

Permalink
update foundry
Browse files Browse the repository at this point in the history
  • Loading branch information
jbearer committed Jan 19, 2024
1 parent ce7da8a commit ae63b10
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1048,7 +1048,7 @@ jobs:
command: |
curl -L https://foundry.paradigm.xyz | bash
source $HOME/.bashrc
foundryup --version nightly-60ec00296f00754bc21ed68fd05ab6b54b50e024
foundryup
echo 'export PATH=$HOME/.foundry/bin:$PATH' >> $BASH_ENV
source $HOME/.bashrc
forge --version
Expand Down
2 changes: 1 addition & 1 deletion .foundryrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ee5d02c3ef5f55a06b069e4a70a820661a9130c8
2335dea2e0d938d769a2b87947e79e02484a8c5a
10 changes: 1 addition & 9 deletions foundry/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,7 @@ rustPlatform.buildRustPackage rec {
src = fetchFromGitHub {
owner = "foundry-rs";
repo = "foundry";
# NOTE: as of 2023-12-13 commits newer than the one below have a problem
# where they escape constructor arguments in the deployment JSON files. When
# updating, make sure to check if the problem is fixed, for example by
# running
#
# make devnet-clean
# make devnet-up-espresso
#
rev = "d85718785859dc0b5a095d2302d1a20ec06ab77a";
rev = "2335dea2e0d938d769a2b87947e79e02484a8c5a";
hash = "sha256-/yHvPUGHqek5255JkKGGK3TquCo4In9uBe0eaPkQr20=";
};

Expand Down

0 comments on commit ae63b10

Please sign in to comment.