Skip to content

Commit a016dbb

Browse files
committed
ref: update feature solidity pragma to 0.8.17
1 parent 7d44cf2 commit a016dbb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

contracts/interfaces/IAmmAdapter.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
1616
SPDX-License-Identifier: Apache-2.0
1717
*/
18-
pragma solidity 0.6.10;
18+
pragma solidity >=0.6.10 < 0.9;
1919

2020

2121
/**

contracts/interfaces/external/IArrakisVaultV1.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
SPDX-License-Identifier: Apache-2.0
1313
*/
1414

15-
pragma solidity 0.6.10;
15+
pragma solidity >=0.6.10 < 0.9;
1616

1717

1818
import {

contracts/protocol/integration/amm/ArrakisUniswapV3AmmAdapter.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
SPDX-License-Identifier: Apache-2.0
1717
*/
1818

19-
pragma solidity 0.6.10;
19+
pragma solidity 0.8.17;
2020

2121
import "@uniswap/v3-core/contracts/interfaces/IUniswapV3Pool.sol";
2222
import "@uniswap/v3-core/contracts/interfaces/IUniswapV3Factory.sol";

0 commit comments

Comments
 (0)