Skip to content

Commit

Permalink
πŸ‘·πŸ» Move IEngine into external interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
tommyrharper committed Jul 16, 2024
1 parent 3225c4c commit 84dce55
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion test/utils/MockAccount.sol
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import "@openzeppelin/contracts/utils/cryptography/ECDSA.sol";
import "@openzeppelin/contracts/utils/Create2.sol";
import {IERC721Receiver} from "lib/openzeppelin-contracts/contracts/token/ERC721/IERC721Receiver.sol";
import {IPerpsMarketProxy} from "src/interfaces/external/IPerpsMarketProxy.sol";
import {IEngine} from "src/interfaces/IEngine.sol";
import {IEngine} from "src/interfaces/external/IEngine.sol";
import {IERC20} from "lib/openzeppelin-contracts/contracts/token/ERC20/IERC20.sol";
import {console} from "forge-std/console.sol";

Expand Down

0 comments on commit 84dce55

Please sign in to comment.