From 57b92b3b4bff85ac12ab9b8c3087c0c53cb26349 Mon Sep 17 00:00:00 2001 From: Elliot Date: Wed, 6 Nov 2024 16:37:25 +0700 Subject: [PATCH] fix: remove prank when deploying SIP-04 Signed-off-by: Elliot --- test/TestVault04.t.sol | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/test/TestVault04.t.sol b/test/TestVault04.t.sol index 0a536c1..6ecc0a6 100644 --- a/test/TestVault04.t.sol +++ b/test/TestVault04.t.sol @@ -44,10 +44,8 @@ contract TestVault04 is Test, SIP04 { /// copy SIP03 addresses into this contract for integration testing setAddresses(sip03.addresses()); - /// run the proposal - vm.startPrank(addresses.getAddress("DEPLOYER_EOA")); + /// deploy contracts from MIP-04 deploy(); - vm.stopPrank(); /// build and run proposal build();