Skip to content

Commit

Permalink
Set: ethereum/solc:stable
Browse files Browse the repository at this point in the history
  • Loading branch information
mrLSD committed Apr 8, 2024
1 parent 9da7282 commit 0130355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine-tests/src/utils/solidity/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ where
&source_mount_arg,
"-v",
&output_mount_arg,
"ethereum/solc:0.8.25", // TODO: 0.8.25 introduces support of the Dencun hard fork.
"ethereum/solc:stable",
"--allow-paths",
"/contracts/",
"-o",
Expand Down

0 comments on commit 0130355

Please sign in to comment.