We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
NPM package is release at version v1.4.3 https://www.npmjs.com/package/@uniswap/v3-periphery, while the release tag on Github is only v1.3.0.
Keeping them in sync ensures that the same code gets imported in hardhat (via npm) and in foundry (via Github)
Add a github action that releases to npm automatically on tag push (props to @delaaxe for the idea)
The text was updated successfully, but these errors were encountered:
Agree. Please update tags for solidity 0.8 branchs, because all we need it for correct working of brownie pm manager (can works only with tag)
Sorry, something went wrong.
Is there a plan to release 1.4.2-solc-0.8 version to NPM?
v3-core has a solc 8 version released:
No branches or pull requests
Description
NPM package is release at version v1.4.3 https://www.npmjs.com/package/@uniswap/v3-periphery, while the release tag on Github is only v1.3.0.
Keeping them in sync ensures that the same code gets imported in hardhat (via npm) and in foundry (via Github)
Possible solution
Add a github action that releases to npm automatically on tag push (props to @delaaxe for the idea)
The text was updated successfully, but these errors were encountered: