We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b948f40 + c7da2f3 commit cfad534Copy full SHA for cfad534
remappings.txt
@@ -4,4 +4,5 @@ evk/=lib/euler-vault-kit/src/
4
ethereum-vault-connector/=lib/ethereum-vault-connector/src/
5
evk-test/=lib/euler-vault-kit/test/
6
permit2/=lib/euler-vault-kit/lib/permit2/
7
-@uniswap/v4-core/=lib/v4-periphery/lib/v4-core/
+@uniswap/v4-core/=lib/v4-periphery/lib/v4-core/
8
+solmate/=lib/v4-periphery/lib/v4-core/lib/solmate/src
src/utils/ProtocolFee.sol
@@ -1,7 +1,7 @@
1
// SPDX-License-Identifier: GPL-2.0-or-later
2
pragma solidity ^0.8.27;
3
-import {Owned} from "solmate/src/auth/Owned.sol";
+import {Owned} from "solmate/auth/Owned.sol";
import {UniswapHook} from "../UniswapHook.sol";
import {IPoolManager} from "v4-core/interfaces/IPoolManager.sol";
0 commit comments