Skip to content

Commit

Permalink
making sure to stop prank
Browse files Browse the repository at this point in the history
  • Loading branch information
oveddan committed Nov 21, 2023
1 parent 0c69114 commit 16c46c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/protocol-deployments/test/UpgradesTest.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ contract UpgradesTest is ForkDeploymentConfig, DeploymentTestingUtils, Test {
signAndExecutePremintV1(targetPreminterProxy, makeAddr("payoutRecipientA"), mintArguments);
signAndExecutePremintV2(targetPreminterProxy, makeAddr("payoutRecipientB"), mintArguments);

vm.stopPrank();

console2.log("upgrade calldata:");
console.logBytes(preminterUpgradeCalldata);
console2.log("upgrade to address:", targetPremintImpl);
Expand Down

0 comments on commit 16c46c0

Please sign in to comment.