From 57a798ab9cbc3881161376f8bb1417316730bf73 Mon Sep 17 00:00:00 2001 From: tommyrharper Date: Thu, 11 Jul 2024 18:01:36 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=85=20Adjust=20contract=20ownership?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/utils/Bootstrap.sol | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/utils/Bootstrap.sol b/test/utils/Bootstrap.sol index cfd6f26..7d004b1 100644 --- a/test/utils/Bootstrap.sol +++ b/test/utils/Bootstrap.sol @@ -101,6 +101,9 @@ contract Bootstrap is Test { marginPaymasterAddress = _marginPaymasterAddress; marginPaymaster = MarginPaymaster(marginPaymasterAddress); + + vm.prank(address(bootstrap)); + marginPaymaster.transferOwnership(address(this)); } // function initializeOptimismGoerli() internal {