mirror of
https://github.com/Instadapp/aave-protocol-v2.git
synced 2024-07-29 21:47:30 +00:00
Added new IWETHGateway interface
This commit is contained in:
parent
1316cf48e4
commit
5facb2a14d
|
@ -27,4 +27,14 @@ interface IWETHGateway {
|
|||
uint256 interesRateMode,
|
||||
uint16 referralCode
|
||||
) external;
|
||||
|
||||
function withdrawETHWithPermit(
|
||||
address lendingPool,
|
||||
uint256 amount,
|
||||
address to,
|
||||
uint256 deadline,
|
||||
uint8 permitV,
|
||||
bytes32 permitR,
|
||||
bytes32 permitS
|
||||
) external;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user