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
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: