This commit is contained in:
Richa-iitr 2022-09-03 02:30:38 +05:30
parent 30e0562707
commit f8f57d6b18

View File

@ -174,7 +174,7 @@ abstract contract CompoundV3Resolver is Events, Helpers {
token_,
from,
amt_,
token == ethAddr,
isEth,
Action.DEPOSIT
);
@ -719,7 +719,7 @@ abstract contract CompoundV3Resolver is Events, Helpers {
token_,
from,
amt_,
token == ethAddr,
isEth,
Action.REPAY
);
} else {