You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import { IPoolManager } from "@uniswap/v4-core/contracts/interfaces/IPoolManager.sol"; contracts folder does not exist in v4-core repository, instead it must be src.
Similar observations for other places as well.
The text was updated successfully, but these errors were encountered:
The import paths given in the solidity smart contract snippet needs correction.
For instance, below line is given in the doc https://docs.uniswap.org/contracts/v4/quickstart/swap#step-1-set-up-theproject :
import { IPoolManager } from "@uniswap/v4-core/contracts/interfaces/IPoolManager.sol";
contracts
folder does not exist in v4-core repository, instead it must besrc
.Similar observations for other places as well.
The text was updated successfully, but these errors were encountered: