Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
0x0Louis committed Sep 19, 2023
1 parent 67852e6 commit a6c8cc1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test/foundry/UpgradeSJoe.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -169,9 +169,3 @@ contract TestUpgradeSJoe is Test {
defaultProxyAdmin.upgrade(TransparentUpgradeableProxy(payable(address(sjoe))), address(imp));
}
}

interface IMoneyMaker {
function setTokenToAddress(address _tokenTo) external;
function convert(address token0, address token1, uint256 slippage) external;
function transferOwnership(address newOwner) external;
}

0 comments on commit a6c8cc1

Please sign in to comment.