mirror of
https://github.com/Instadapp/smart-contract.git
synced 2024-07-29 22:08:07 +00:00
few normal edits
This commit is contained in:
parent
7ee47ff3ae
commit
a15fc967b0
|
@ -399,14 +399,14 @@ contract CompoundSave is CompoundResolver {
|
|||
uint wethBal = wethContract.balanceOf(address(this));
|
||||
wethContract.approve(getAddressWETH(), wethBal);
|
||||
wethContract.withdraw(wethBal);
|
||||
mintCEth(wethBal);
|
||||
emit LogLeverageCompoundUsdc(usdcToSwap, wethBal);
|
||||
mintCEth(address(this).balance);
|
||||
emit LogLeverageCompoundUsdc(usdcToSwap, address(this).balance);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
contract InstaCompSave is CompoundSave {
|
||||
contract InstaCompSaveUsdc is CompoundSave {
|
||||
|
||||
uint public version;
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user