Skip to content

Commit

Permalink
Add unsafeSkipAllChecks
Browse files Browse the repository at this point in the history
  • Loading branch information
wshino committed Oct 24, 2024
1 parent 3d5276f commit 5c14628
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"build": "forge build --skip '*ZKSync*'",
"zkbuild": "forge build --zksync",
"test": "forge test --no-match-test \"testIntegration\" --no-match-contract \".*Script.*\" --skip '*ZKSync*'",
"test": "forge test --force --no-match-test \"testIntegration\" --no-match-contract \".*Script.*\" --skip '*ZKSync*'",
"zktest": "forge test --no-match-test \"testIntegration\" --no-match-contract \".*Script.*\" --system-mode=true --zksync --gas-limit 1000000000 --chain 300",
"lint": "solhint 'src/**/*.sol'"
},
Expand Down
1 change: 1 addition & 0 deletions packages/contracts/script/DeploySimpleWallet.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ contract Deploy is Script {

Options memory opts;
opts.defender.useDefenderDeploy = true;
opts.unsafeSkipAllChecks = true;

address initOwner = upgradeApprovalProcess.via;
// address controller = vm.envAddress("CONTROLLER");
Expand Down

0 comments on commit 5c14628

Please sign in to comment.