docs
docs copied to clipboard
📓 Uniswap V3 docs website
In "@uniswap/smart-order-router" v2.5.30 The attributs of `swapAndAddOptions` of `routeToRatio` parameter does not have the correct names. `swapConfig` is now `swapOptions` and `slippage` is `slippageTolerance`.
Hi there! I think the `currency` argument passed to CurrencyAmount.fromRawAmount in [06-auto-router.md](https://github.com/Uniswap/docs/blob/main/SDK_versioned_docs/version-3.0.0/guides/06-auto-router.md) is wrong. It should be the WETH Token you created above I believe. Thanks for the documentation. by...
I deployed the sample contract here for single swaps on Rinkeby and `swapExactInputSingle` fails with `Fail with error 'LOK'` the reentrancy error https://docs.uniswap.org/protocol/guides/swaps/single-swaps It would be great if the provided...
you can see an error here https://docs.uniswap.org/sdk/widgets/swap-widget bug caused by this changes https://github.com/Uniswap/widgets/commit/882bd11e6a297a71eff066d6f717583833178366
the guide currently omits Trade from the import but it is required in the example
This is an unfinished draft that someone can take over if they find it helpful
https://github.com/Uniswap/docs/blob/main/versioned_docs/version-V3/guides/providing-liquidity/decrease-liquidity.md#sending-fees-to-the-calling-address The example in the decrease liquidity never call `collect` from the NFT position manager, hence the owed tokens won't ever be sent back to the contract having the custody...
Update for use of React 18 and @apollo/client package Fixed some naming and query bugs
in https://docs.uniswap.org/protocol/reference/Governance/governance-reference#timelock `The Timelock contract can modify system parameters, logic, and contracts in a 'time-delayed, opt-out' upgrade pattern.` this implies broader control by than what can be changed by gov