Skip to content

Commit

Permalink
fix: remove prank when deploying SIP-04
Browse files Browse the repository at this point in the history
Signed-off-by: Elliot <elliotfriedman3@gmail.com>
  • Loading branch information
ElliotFriedman committed Nov 6, 2024
1 parent 2598085 commit 57b92b3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/TestVault04.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 57b92b3

Please sign in to comment.