Skip to content

Commit

Permalink
feat: add v3 deployment addresses for haqq
Browse files Browse the repository at this point in the history
  • Loading branch information
LufyCZ committed Dec 22, 2023
1 parent 0c9a0ee commit 95c01fd
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/Products/V3 AMM/Periphery/Deployment Addresses.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -307,4 +307,18 @@ Below is a list of all V3 AMM Periphery related contracts that are deployed.

</TabItem>

<TabItem value='haqq' label='Haqq' default>

### Haqq

| Name | Address | Source Code | Explorer |
| :-- | :-- | :-- | :-- |
| `NFTDescriptor` | `0x1b02dA8Cb0d097eB8D57A175b88c7D8b47997506` | [Code](https://github.com/sushiswap/v3-periphery/blob/master/contracts/libraries/NFTDescriptor.sol) | [Link](https://explorer.haqq.network/address/0x1b02dA8Cb0d097eB8D57A175b88c7D8b47997506) |
| `NonfungiblePositionManager` | `0x80C7DD17B01855a6D2347444a0FCC36136a314de` | [Code](https://github.com/sushiswap/v3-periphery/blob/master/contracts/NonfungiblePositionManager.sol) | [Link](https://explorer.haqq.network/address/0x80C7DD17B01855a6D2347444a0FCC36136a314de) |
| `NonfungibleTokenPositionDescriptor` | `0x0769fd68dFb93167989C6f7254cd0D766Fb2841F` | [Code](https://github.com/sushiswap/v3-periphery/blob/master/contracts/NonfungibleTokenPositionDescriptor.sol) | [Link](https://explorer.haqq.network/address/0x0769fd68dFb93167989C6f7254cd0D766Fb2841F) |
| `TickLens` | `0xF4d73326C13a4Fc5FD7A064217e12780e9Bd62c3` | [Code](https://github.com/sushiswap/v3-periphery/blob/master/contracts/lens/TickLens.sol) | [Link](https://explorer.haqq.network/address/0xF4d73326C13a4Fc5FD7A064217e12780e9Bd62c3) |
| `SwapRouter` | `` | [Code](https://github.com/sushiswap/v3-periphery/blob/master/contracts/SwapRouter.sol) | [Link]()

</TabItem>

</Tabs>

0 comments on commit 95c01fd

Please sign in to comment.