mirror of
https://github.com/Instadapp/dsa-connectors.git
synced 2024-07-29 22:37:00 +00:00
fix
This commit is contained in:
parent
30e0562707
commit
f8f57d6b18
|
@ -174,7 +174,7 @@ abstract contract CompoundV3Resolver is Events, Helpers {
|
||||||
token_,
|
token_,
|
||||||
from,
|
from,
|
||||||
amt_,
|
amt_,
|
||||||
token == ethAddr,
|
isEth,
|
||||||
Action.DEPOSIT
|
Action.DEPOSIT
|
||||||
);
|
);
|
||||||
|
|
||||||
|
@ -719,7 +719,7 @@ abstract contract CompoundV3Resolver is Events, Helpers {
|
||||||
token_,
|
token_,
|
||||||
from,
|
from,
|
||||||
amt_,
|
amt_,
|
||||||
token == ethAddr,
|
isEth,
|
||||||
Action.REPAY
|
Action.REPAY
|
||||||
);
|
);
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user