mirror of
https://github.com/Instadapp/dsa-connectors.git
synced 2024-07-29 22:37:00 +00:00
Update contracts/mainnet/connectors/euler/euler-import/main.sol
Co-authored-by: 0xPradyuman <63545809+pradyuman-verma@users.noreply.github.com>
This commit is contained in:
parent
d2268093da
commit
d3582e37b9
|
@ -105,7 +105,7 @@ contract EulerImport is EulerHelpers {
|
|||
});
|
||||
|
||||
if (inputData._enterMarket[i]) {
|
||||
items[k] = IEulerExecute.EulerBatchItem({
|
||||
items[k++] = IEulerExecute.EulerBatchItem({
|
||||
allowError: false,
|
||||
proxyAddr: address(markets),
|
||||
data: abi.encodeWithSignature(
|
||||
|
@ -114,7 +114,6 @@ contract EulerImport is EulerHelpers {
|
|||
data.supplyTokens[i]
|
||||
)
|
||||
});
|
||||
k++;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user