mirror of
https://github.com/Instadapp/dsa-connectors.git
synced 2024-07-29 22:37:00 +00:00
minor change
This commit is contained in:
parent
b5e05f353c
commit
eaf3a4cbce
|
@ -616,7 +616,7 @@ abstract contract CompoundV3Resolver is Events, Helpers {
|
|||
TokenInterface tokenContract = TokenInterface(token_);
|
||||
|
||||
convertEthToWeth(isEth, tokenContract, amt_);
|
||||
approve(tokenContract, market, amt_);
|
||||
approve(TokenInterface(getBaseToken(market)), market, amt_);
|
||||
|
||||
CometInterface(market).buyCollateral(
|
||||
asset,
|
||||
|
|
Loading…
Reference in New Issue
Block a user