docs
docs copied to clipboard
๐ Uniswap V3 docs website
I've written the guide for Custom accounting / Hook Fees / Custom Curves / Returnย Deltas.
Fix typo
Replaced incorrect usage of NonfungiblePositionManager with INonfungiblePositionManager. The example contract was using the concrete implementation instead of the interface, which was causing a compilation error.
changing block 825 to the correct one which is block 852
This PR is to fix the markdown syntax for `signature-transfer.md` on Permit2. Previously the double asterisk(2**248) accidentally bolded 248 instead of properly displaying it as 2 to the power of...
# Updates made to the README 1. **Revised Section**: provided a clearer introduction, project layout, and technical reference sections. 2. **Added Table of Contents**: for better navigation. 3. **Enhanced Guides...