Skip to content

Commit

Permalink
restore flag to check upgradeable storage layout
Browse files Browse the repository at this point in the history
  • Loading branch information
kingster-will committed Apr 23, 2024
1 parent 16eb97c commit 74bbdea
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 @@ -41,7 +41,7 @@ contract Main is DeployHelper {
// deploy all contracts via DeployHelper
super.run(
seed,
false, // runStorageLayoutCheck
true, // runStorageLayoutCheck
true // writeDeployments
);
_writeDeployment(); // write deployment json to deployments/deployment-{chainId}.json
Expand Down

0 comments on commit 74bbdea

Please sign in to comment.