Skip to content

Commit

Permalink
Fix import routing
Browse files Browse the repository at this point in the history
  • Loading branch information
cairoeth committed Jan 6, 2025
1 parent 672dc0d commit 968ee5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/CurrencySettler.sol
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pragma solidity ^0.8.24;

import {Currency} from "v4-core/src/types/Currency.sol";
import {IPoolManager} from "v4-core/src/interfaces/IPoolManager.sol";
import {IERC20} from "openzeppelin-contracts/contracts/token/ERC20/IERC20.sol";
import {IERC20} from "openzeppelin/token/ERC20/IERC20.sol";

/**
* @dev Library used to interact with the `PoolManager` to settle any open deltas.
Expand Down

0 comments on commit 968ee5c

Please sign in to comment.