mirror of
https://github.com/Instadapp/dsa-connectors.git
synced 2024-07-29 22:37:00 +00:00
updated rateMode
Co-authored-by: Thrilok kumar <thrilok2000@gmail.com>
This commit is contained in:
parent
22efee297b
commit
fc24288d59
|
@ -413,7 +413,7 @@ abstract contract AaveResolver is Events, Helpers {
|
||||||
* @param delegateTo The address to whom the user is delegating
|
* @param delegateTo The address to whom the user is delegating
|
||||||
* @param amount The amount
|
* @param amount The amount
|
||||||
*/
|
*/
|
||||||
function approveDelegation(address token, uint16 rateMode, address delegateTo, uint256 amount)
|
function approveDelegation(address token, , uint256 amount, uint256 rateMode, address delegateTo)
|
||||||
external
|
external
|
||||||
payable
|
payable
|
||||||
returns (string memory _eventName, bytes memory _eventParam)
|
returns (string memory _eventName, bytes memory _eventParam)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user