docs
docs copied to clipboard
📓 Uniswap V3 docs website
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
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.
quick document fix, one letter
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