Skip to content

Commit

Permalink
✅ Adjust contract ownership
Browse files Browse the repository at this point in the history
  • Loading branch information
tommyrharper committed Jul 11, 2024
1 parent 023028e commit 57a798a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/utils/Bootstrap.sol
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ contract Bootstrap is Test {

marginPaymasterAddress = _marginPaymasterAddress;
marginPaymaster = MarginPaymaster(marginPaymasterAddress);

vm.prank(address(bootstrap));
marginPaymaster.transferOwnership(address(this));
}

// function initializeOptimismGoerli() internal {
Expand Down

0 comments on commit 57a798a

Please sign in to comment.