Skip to content

Commit

Permalink
👷 refactor Multicaller for inherited internal calls
Browse files Browse the repository at this point in the history
  • Loading branch information
Flocqst committed Oct 18, 2024
1 parent 2ad2801 commit 3c175ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Engine.sol
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import {IERC20} from "src/interfaces/tokens/IERC20.sol";
import {IWETH} from "src/interfaces/tokens/IWETH.sol";
import {MathLib} from "src/libraries/MathLib.sol";
import {MulticallablePayable} from "src/utils/MulticallablePayable.sol";
import {Multicaller} from "src/utils/Multicaller.sol";
import {SignatureCheckerLib} from "src/libraries/SignatureCheckerLib.sol";
import {Zap} from "src/utils/zap/Zap.sol";

Expand All @@ -29,7 +30,7 @@ contract Engine is
IEngine,
EIP712,
EIP7412,
MulticallablePayable,
Multicaller,
UUPSUpgradeable
{
using MathLib for int128;
Expand Down

0 comments on commit 3c175ef

Please sign in to comment.