Skip to content

Commit

Permalink
Update contracts/libraries/CurrencySettleTake.sol
Browse files Browse the repository at this point in the history
Co-authored-by: 0x57 <[email protected]>
  • Loading branch information
saucepoint and qiwu7 authored Jun 14, 2024
1 parent da91136 commit 18600bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/libraries/CurrencySettleTake.sol
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// SPDX-License-Identifier: GPL-2.0-or-later
pragma solidity ^0.8.24;

import {Currency, CurrencyLibrary} from "v4-core/types/Currency.sol";
import {Currency, CurrencyLibrary} from "@uniswap/v4-core/src/types/Currency.sol";
import {IPoolManager} from "v4-core/interfaces/IPoolManager.sol";
import {IERC20Minimal} from "v4-core/interfaces/external/IERC20Minimal.sol";

Expand Down

0 comments on commit 18600bd

Please sign in to comment.