Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: Import paths given in the sample code needs correction #888

Open
nidhi-singh02 opened this issue Feb 5, 2025 · 0 comments · May be fixed by #887
Open

Bug: Import paths given in the sample code needs correction #888

nidhi-singh02 opened this issue Feb 5, 2025 · 0 comments · May be fixed by #887

Comments

@nidhi-singh02
Copy link

nidhi-singh02 commented Feb 5, 2025

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant