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

This PR modifies the Uniswap V3 documentation to specify the risk of the PairFlash contract to potential attacks. Instead of stating a generic risk to the pool contract, it highlights...

fixed typo in nonce schema

[{"_id":"6633cc44d8e74d79d1098244","body":"@nuel-ikwuoma is attempting to deploy a commit to the **Uniswap** Team on [Vercel](https:\/\/vercel.com).\n\nA member of the Team first needs to [authorize it](https:\/\/vercel.com\/git\/authorize?team=Uniswap&type=github&job=%7B%22headInfo%22%3A%7B%22sha%22%3A%22e023a3b334c87a3c83abd48e81a2740f00b8f1cf%22%7D%2C%22id%22%3A%22Qma7xkVdjnDsUUr85a8iXxq5MRH9etGd4JV2zpwCbvc7by%22%2C%22org%22%3A%22Uniswap%22%2C%22prId%22%3A585%2C%22repo%22%3A%22docs%22%7D).\n\n","issue_id":1710930969902,"origin_id":1546614269,"user_origin_id":35613825,"create_time":1683972831,"update_time":1683972831,"id":1714670660117,"updated_at":"2024-05-02T17:24:20.117000Z","created_at":"2024-05-02T17:24:20.117000Z"}] comment

This pull request fixes the typo in nonce schema and correctly document how an unordered nonce `bitmap` is calculated. [signature-transfer](https://docs.uniswap.org/contracts/permit2/reference/signature-transfer#nonce-schema) docs section.

Hi everyone, I think there might be a typo in the [Multihop Swaps - Calling the function](https://docs.uniswap.org/contracts/v3/guides/swaps/multihop-swaps#calling-the-function) example. ```solidity // The format for pool encoding is (tokenIn, fee, tokenOut/tokenIn, fee,...

On [this](https://github.com/Uniswap/docs/blob/main/examples/smart-contracts/LiquidityExamples.sol#L180) and next lines the types of variables should be `address` instead of `uint256`.

Per https://twitter.com/uniswap/status/1257769394333265920?s=46, we used to mirror the dapphub audit of v2, but it got lost along the way somewhere, we should restore it!

I am working with the Uniswap v2 documentation because is the doc recommended by PancakeSwap v2 documentation that lacks of formal and complete docs like Uniswap have. I think that...

describe the method: swapCallParameters.

FIX the Error: In this update, we will get first 20 bytes, and convert it into uint, then it will easily get explicit converted into address

fixed some bugs in the example code LiquidityExamples.sol