diff --git a/contracts/ProxyLogics/InstaCompSave.sol b/contracts/ProxyLogics/InstaCompSave.sol index 9e40f5c..064362f 100644 --- a/contracts/ProxyLogics/InstaCompSave.sol +++ b/contracts/ProxyLogics/InstaCompSave.sol @@ -370,12 +370,13 @@ contract CompoundSave is CompoundResolver { setApproval(getAddressDAI(), daiToSwap, getAddressSplitSwap()); uint destAmt = SplitSwapInterface(getAddressSplitSwap()).daiToEthSwap(daiToSwap, splitAmt, slippageAmt); mintCEth(destAmt); + emit LogLeverageCompound(daiToSwap, destAmt); } } -contract InstaCompSave is CompoundResolver { +contract InstaCompSave is CompoundSave { uint public version;