docs
docs copied to clipboard
📓 Uniswap V3 docs website
Now that we've written SDK functions for the core Liquidity Mining actions, let's publish a guide on how to use them. https://www.notion.so/uniswaplabs/LM-Staker-SDK-Spec-0070baf2fed04033a68dca1f47af0ec2 Would also be cool to look into the...
will need the whole team to pitch in
re a discord question - in the uniswap v3 tutorial providing liquidity: https://docs.uniswap.org/protocol/guides/providing-liquidity/the-full-contract. It gives out the Error: missing argument: in Contract constructor (count=0, expectedCount=1, code=MISSING_ARGUMENT, version=contracts/5.4.0) error. Is there...
see https://github.com/Uniswap/v3-periphery/commit/0411d43779d01f4e82cfc31aea00fd6011b3756d
The Swap contract guide is missing an introduction section to explain the goal of this guide. What will the reader get out of it by the end. https://docs.uniswap.org/protocol/guides/swaps/single-swaps The reason...
I'm working my way through an edit of the navigation and headings. Will be adding more items to this bug as I go. I'll comment when I'm all done. Here...
The constructor has a discrepancy between the introduction of the code and its implementation in the full example section appearing in both https://github.com/Uniswap/uniswap-docs/blob/main/versioned_docs/version-V3/guides/providing-liquidity/setting-up-your-contract.md and https://github.com/Uniswap/uniswap-docs/blob/main/versioned_docs/version-V3/guides/providing-liquidity/the-full-contract.md