Skip to content

Commit 364a779

Browse files
authored
fix: Soften solidity version of FlashLoanBase contracts (#861)
1 parent 3bb960b commit 364a779

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

contracts/flashloan/base/FlashLoanReceiverBase.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: AGPL-3.0
2-
pragma solidity 0.8.10;
2+
pragma solidity ^0.8.10;
33

44
import {IFlashLoanReceiver} from '../interfaces/IFlashLoanReceiver.sol';
55
import {IPoolAddressesProvider} from '../../interfaces/IPoolAddressesProvider.sol';

contracts/flashloan/base/FlashLoanSimpleReceiverBase.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: AGPL-3.0
2-
pragma solidity 0.8.10;
2+
pragma solidity ^0.8.10;
33

44
import {IFlashLoanSimpleReceiver} from '../interfaces/IFlashLoanSimpleReceiver.sol';
55
import {IPoolAddressesProvider} from '../../interfaces/IPoolAddressesProvider.sol';

0 commit comments

Comments
 (0)