Skip to content

Commit

Permalink
update sol version of uniswapper
Browse files Browse the repository at this point in the history
  • Loading branch information
ShivaanshK committed Sep 12, 2024
1 parent 7eb9e97 commit 85313e5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions contracts/token/swaps/Uniswapper.sol
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
// SPDX-License-Identifier: GPL-3.0
pragma solidity ^0.8.23;

/* solhint-disable not-rely-on-time */
pragma solidity ^0.8.26;

import "@openzeppelin/contracts/token/ERC20/IERC20.sol";

import "@uniswap/v3-periphery/contracts/interfaces/ISwapRouter.sol";
import "@uniswap/v3-periphery/contracts/interfaces/IPeripheryPayments.sol";

Expand Down

0 comments on commit 85313e5

Please sign in to comment.