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

uniswap v3 periphery npm package for compiler version 0.8.0 #367

Open
picardcapt1212 opened this issue Nov 30, 2023 · 1 comment
Open

uniswap v3 periphery npm package for compiler version 0.8.0 #367

picardcapt1212 opened this issue Nov 30, 2023 · 1 comment

Comments

@picardcapt1212
Copy link

Hi, i have a question about uniswap v3 periphery npm package.

I am writing a contract and the compiler version is ^0.8.9.
But the uniswapv3 core, periphery seems to be targeted on 0.7.6.
I want to use OracleLibrary.sol but the compiler version does not match with my contract.

I found a npm package that says uniswap-v3-periphery-0.8.
Is this the official uniswap v3 periphery package?

If not can i just import OralceLibrary.sol code in my contract where the compiler version is pragma solidity >=0.5.0 <0.9.0. This code is in v3-periphery 0.8 branch OracleLibrary.sol.

Thanks in advanced!

@GopherJ
Copy link

GopherJ commented Dec 1, 2023

same issue, uniswap should support compiler version > 0.8.0

samuelsramko added a commit to samuelsramko/v3-periphery that referenced this issue Jul 16, 2024
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

No branches or pull requests

2 participants