From b295890093d0a62bf693be2f4dddd71363b623bd Mon Sep 17 00:00:00 2001 From: Rajatdev12 <130986108+Rajatdev12@users.noreply.github.com> Date: Fri, 5 May 2023 14:26:15 +0530 Subject: [PATCH] Update ILendingPool.sol --- contracts/interfaces/ILendingPool.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/interfaces/ILendingPool.sol b/contracts/interfaces/ILendingPool.sol index 64f726c09..6a4fb9dff 100644 --- a/contracts/interfaces/ILendingPool.sol +++ b/contracts/interfaces/ILendingPool.sol @@ -1,5 +1,5 @@ // SPDX-License-Identifier: agpl-3.0 -pragma solidity 0.6.12; +pragma solidity 0.8.10; pragma experimental ABIEncoderV2; import {ILendingPoolAddressesProvider} from './ILendingPoolAddressesProvider.sol';