docs icon indicating copy to clipboard operation
docs copied to clipboard

📓 Uniswap V3 docs website

Results 277 docs issues
Sort by recently updated
recently updated
newest added

In [V4 Burn Position flow](https://docs.uniswap.org/contracts/v4/quickstart/manage-liquidity/burn-liquidity), there seems to be 2 errors: 1. There should be two actions: `Actions.BURN_POSITION` (`0x03`) **and** `Actions.TAKE_PAIR` (`0x11`), not just `Actions.BURN_POSITION` to actually resolve the deltas;...

The contract shown as example [in this guide](https://github.com/Uniswap/docs/blob/main/docs/contracts/v3/guides/flash-integrations/flash-callback.md) does not warn their potential users against a vulnerability introduced by the implementation, without overrides, of PeripheryPayments. PeripheryPayments implements `sweepToken` which, [unmodified](https://docs.uniswap.org/contracts/v3/reference/periphery/base/PeripheryPayments#sweeptoken),...

Resolved in: - https://github.com/Uniswap/docs/pull/944

We will go through how you can calculate fees earned for a LP position in v4 specifically the **uncollected fees** and **total lifetime fees**.

This PR is to have the technical reference of UR conform with the latest version of its [Commands.sol](https://github.com/Uniswap/universal-router/blob/main/contracts/libraries/Commands.sol).

I've noticed that there is a large discrepancy between the commands that are noted down in the [Universal Router technical docs](https://docs.uniswap.org/contracts/universal-router/technical-reference) and the [`Commands.sol`](https://github.com/Uniswap/universal-router/blob/main/contracts/libraries/Commands.sol) library in the `uniswap/universal-router` repo. Notably,...

https://github.com/Uniswap/docs/blame/2a2e023c1b524352066645453c40543b33c2df7d/docs/contracts/v4/guides/09-swap-routing.mdx#L225 This parameter `sqrtPriceLimitX96` is not in the v4 interface `IV4Router.ExactInputSingleParams` . It is in v3.

Fix for https://github.com/Uniswap/docs/issues/888 In this case, there are two approaches to handle it. I have done it in one way, let me know it this looks good. Else, we can...

Adds proper type annotation for the props parameter in SearchBarWithAnalytics function to improve type safety and code maintainability.

Typo Fix: "Two achieve this" → "To achieve this" File: docs/contracts/uniswapx/02-v1-vs-v2.md Numbering Fix: Fixed incorrect sequence (6 → 5). File: docs/contracts/uniswapx/02-v1-vs-v2.md Preposition Fix: "channel of our Discord" → "channel on...