code refactor

This commit is contained in:
Richa-iitr 2022-06-02 00:54:06 +05:30
parent 8a6c936edb
commit b0385b1032

View File

@ -277,7 +277,7 @@ contract AaveHelpers is Helper {
_targets[_cntr] = "BASIC-A"; _targets[_cntr] = "BASIC-A";
_data[_cntr] = abi.encodeWithSelector( _data[_cntr] = abi.encodeWithSelector(
basicWithdraw, basicWithdraw,
tokens[i], _token,
_amt, _amt,
address(this), address(this),
0, 0,
@ -349,7 +349,7 @@ contract AaveHelpers is Helper {
_targets[_cntr] = "BASIC-A"; _targets[_cntr] = "BASIC-A";
_data[_cntr] = abi.encodeWithSelector( _data[_cntr] = abi.encodeWithSelector(
basicWithdraw, basicWithdraw,
tokens[i], _token,
_amt, _amt,
address(this), address(this),
0, 0,