Closed
Description
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 be src
.
Similar observations for other places as well.
Metadata
Metadata
Assignees
Labels
No labels