Skip to content

Commit

Permalink
add more comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kingster-will committed Apr 23, 2024
1 parent 6ddf8d7 commit 1874fc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/foundry/deployment/Main.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ contract Main is DeployHelper {
function _run(uint256 seed) internal {
// deploy all contracts via DeployHelper
super.run(
seed,
seed, // create3 seed
true, // runStorageLayoutCheck
true // writeDeployments
);
Expand Down

0 comments on commit 1874fc0

Please sign in to comment.