diff --git a/.circleci/config.yml b/.circleci/config.yml index 5a71d1524ca4..ba8b16c5bed4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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 diff --git a/.foundryrc b/.foundryrc index 0a8ddf64ab6e..792f756fd89e 100644 --- a/.foundryrc +++ b/.foundryrc @@ -1 +1 @@ -ee5d02c3ef5f55a06b069e4a70a820661a9130c8 +2335dea2e0d938d769a2b87947e79e02484a8c5a diff --git a/foundry/default.nix b/foundry/default.nix index 9b7689a911ff..897cb8e72f49 100644 --- a/foundry/default.nix +++ b/foundry/default.nix @@ -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="; };