Skip to content

Commit cfad534

Browse files
authored
Merge pull request #100 from euler-xyz/fix/solmate-remapping
solmate remapping fix
2 parents b948f40 + c7da2f3 commit cfad534

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

remappings.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ evk/=lib/euler-vault-kit/src/
44
ethereum-vault-connector/=lib/ethereum-vault-connector/src/
55
evk-test/=lib/euler-vault-kit/test/
66
permit2/=lib/euler-vault-kit/lib/permit2/
7-
@uniswap/v4-core/=lib/v4-periphery/lib/v4-core/
7+
@uniswap/v4-core/=lib/v4-periphery/lib/v4-core/
8+
solmate/=lib/v4-periphery/lib/v4-core/lib/solmate/src

src/utils/ProtocolFee.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// SPDX-License-Identifier: GPL-2.0-or-later
22
pragma solidity ^0.8.27;
33

4-
import {Owned} from "solmate/src/auth/Owned.sol";
4+
import {Owned} from "solmate/auth/Owned.sol";
55
import {UniswapHook} from "../UniswapHook.sol";
66
import {IPoolManager} from "v4-core/interfaces/IPoolManager.sol";
77

0 commit comments

Comments
 (0)