Skip to content

Commit

Permalink
deps: update foundry (ethereum-optimism#9038)
Browse files Browse the repository at this point in the history
Updates foundry to the commit `9e2830d7f0566e0d00b1104eeaedd5032a4e556e`.
Includes the `vm.dumpState` cheatcode implemented in foundry-rs/foundry#6827.
This will unblock the migration of the genesis generation to solidity to
improve the devex of the L2 contracts and allow us to delete a lot of
custom Go code as well as reduce flakes in CI due to not being able to
find the `genesis.json`.
  • Loading branch information
tynes authored and dshiell committed Jan 22, 2024
1 parent 2f484e9 commit 4620744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion versions.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"abigen": "v1.10.25",
"foundry": "71d8ea5923571f33c7aab9ee6e0d1f9a348bd6be",
"foundry": "9e2830d7f0566e0d00b1104eeaedd5032a4e556e",
"geth": "v1.13.4",
"nvm": "v20.9.0",
"slither": "0.10.0",
Expand Down

0 comments on commit 4620744

Please sign in to comment.