Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ interface IERC4626StataToken {
* @param receiver The address that will receive the static aTokens
* @param deadline Must be a timestamp in the future
* @param sig A `secp256k1` signature params from `msgSender()`
* @param depositToAave Whether to deposit the underlying asset (true) or aToken (false)
* @return uint256 The amount of StaticAToken minted, static balance
**/
function depositWithPermit(
Expand Down