From d41b652efab7563fcfe0731332050aa97ec17c49 Mon Sep 17 00:00:00 2001 From: alcueca Date: Tue, 23 Apr 2024 10:25:03 +0100 Subject: [PATCH] solc >= 0.8.19 --- src/interfaces/IERC7399.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/interfaces/IERC7399.sol b/src/interfaces/IERC7399.sol index 67b916b..85e81b0 100644 --- a/src/interfaces/IERC7399.sol +++ b/src/interfaces/IERC7399.sol @@ -1,5 +1,5 @@ // SPDX-License-Identifier: CC0 -pragma solidity >=0.6.4; +pragma solidity >=0.8.19; /// @dev Specification for flash lenders compatible with ERC-7399 interface IERC7399 {