mirror of
https://github.com/Instadapp/dsa-connectors.git
synced 2024-07-29 22:37:00 +00:00
Update contracts/mainnet/connectors/morpho-compound/main.sol
Co-authored-by: Romain Milon <rmilon@gmail.com>
This commit is contained in:
parent
eb8b73b608
commit
1d3e65efb9
|
@ -237,7 +237,7 @@ abstract contract MorphoCompound is Helpers, Events {
|
||||||
|
|
||||||
morphoCompound.borrow(_poolTokenAddress, _amt, _maxGasForMatching);
|
morphoCompound.borrow(_poolTokenAddress, _amt, _maxGasForMatching);
|
||||||
|
|
||||||
if (_isETH) convertWethToEth(_isETH, TokenInterface(wethAddr), _amt);
|
convertWethToEth(_isETH, TokenInterface(wethAddr), _amt);
|
||||||
|
|
||||||
setUint(_setId, _amt);
|
setUint(_setId, _amt);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user