mirror of
https://github.com/Instadapp/dsa-connectors.git
synced 2024-07-29 22:37:00 +00:00
code refactor
This commit is contained in:
parent
8a6c936edb
commit
b0385b1032
|
|
@ -277,7 +277,7 @@ contract AaveHelpers is Helper {
|
|||
_targets[_cntr] = "BASIC-A";
|
||||
_data[_cntr] = abi.encodeWithSelector(
|
||||
basicWithdraw,
|
||||
tokens[i],
|
||||
_token,
|
||||
_amt,
|
||||
address(this),
|
||||
0,
|
||||
|
|
@ -349,7 +349,7 @@ contract AaveHelpers is Helper {
|
|||
_targets[_cntr] = "BASIC-A";
|
||||
_data[_cntr] = abi.encodeWithSelector(
|
||||
basicWithdraw,
|
||||
tokens[i],
|
||||
_token,
|
||||
_amt,
|
||||
address(this),
|
||||
0,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user