Skip to content

Commit

Permalink
Potentially working commit of foundry
Browse files Browse the repository at this point in the history
  • Loading branch information
sveitser committed Dec 13, 2023
1 parent bbcf77f commit ece147f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .envrc
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
use nix
watch_file flake.lock
watch_file flake.nix
watch_file foundry/default.nix
12 changes: 10 additions & 2 deletions foundry/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,16 @@ rustPlatform.buildRustPackage rec {
src = fetchFromGitHub {
owner = "foundry-rs";
repo = "foundry";
rev = "3e962e2efe17396886fcb1fd141ccf4204cd3a21";
hash = "sha256-4ESOsNYtTPSnvtBtcXZ5FJXGCQOpW1mtlVOLyeJnLCE=";
# 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";
hash = "sha256-/yHvPUGHqek5255JkKGGK3TquCo4In9uBe0eaPkQr20=";
};

cargoLock = {
Expand Down

0 comments on commit ece147f

Please sign in to comment.