Skip to content

Commit

Permalink
feat: Include v4 address (#17)
Browse files Browse the repository at this point in the history
* feat: Include v4 address

* feat: updated BinPoolManager address
  • Loading branch information
ChefMist authored Mar 26, 2024
1 parent c00a008 commit 5dc616c
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 4 deletions.
28 changes: 25 additions & 3 deletions docs/pages/contracts/v4/resources/addresses.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,29 @@
import { Callout } from 'vocs/components'

# Addresses (Work in progress)
# Addresses

<Callout type="note">
Stay tuned! page will be updated when contracts are deployed at Sepolia!
</Callout>
PCS v4 have been deployed on Sepolia
</Callout>

---

From https://github.com/pancakeswap/pancake-v4-core

| Contract | Address |
| ------ | ------ |
| Vault | 0x42A228A7fB040033Dc49FdD5ed909F2cA742271D |
| CLPoolManager | 0xC6A2Db661D5a5690172d8eB0a7DEA2d3008665A3 |
| BinPoolManager | 0xFCa69D6639293799A650dB7D273bc688bAF71FA7 |

----

From https://github.com/pancakeswap/pancake-v4-periphery

| Contract | Address |
| ------ | ------ |
| NonfungibleTokenPositionDescriptorOffChain | 0x9372dAFFB1018a82Ff7bAe6f50666bc21A2De5d1 |
| NonFungiblePositionManager | 0xa757029D3f3273F920765C8eDaC16703FCc86653 |
| ClSwapRouter | 0x1A96e1bEFec4666B75DFEe48Ed2C4b7F6E728488 |
| BinFungiblePositionManager | 0x6E6B30d65D605DAa4CaC65eB270100Ecca36b140 |
| BinSwapRouter | 0x6B59181eBD1a3C864AfA41233445B7972f6C1A9e |
2 changes: 1 addition & 1 deletion vocs.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export default defineConfig({
link: '/contracts/v4/resources/github',
},
{
text: '<WIP> Addresses',
text: 'Addresses',
link: '/contracts/v4/resources/addresses',
},
],
Expand Down

0 comments on commit 5dc616c

Please sign in to comment.