Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/pages/contracts/exchange/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# PancakeSwap Exchange

[v2-contracts](v2/)
[v2-contracts](../v2/)

[stableswap](stableswap/)
[stableswap](../stableswap/)
2 changes: 1 addition & 1 deletion docs/pages/contracts/infinity/guides/manage-liquidity.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Example:
bytes[] memory calls = new bytes[](2);

// signature from user
calls[0] = abi.encodeWithSelector(IAllowanceTransfer.Permit.selector, owner, PermitSingle permitSIngle, bytes signature);
calls[0] = abi.encodeWithSelector(IAllowanceTransfer.Permit.selector, owner, PermitSingle permitSingle, bytes signature);
// modifyLiquidities call - explained in next section
calls[1] = abi.encodeWithSelector(IPositionManager.modifyLiquidities.selector, abi.encode(...));

Expand Down
2 changes: 2 additions & 0 deletions docs/pages/contracts/permit2/addresses.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
| Scroll | 0x31c2F6fcFf4F8759b3Bd5Bf0e1084A055615c768 |
| Robinhood | 0x31c2F6fcFf4F8759b3Bd5Bf0e1084A055615c768 |
| zkSync | 0x686FD50007EaA636F01154d660b96110B6bFe351 |
| Monad | 0xDca6Dd86A5E305dB99A15eaEB2a6ecfc7F579778 |

**Testnet**

Expand All @@ -26,4 +27,5 @@
| opBNB | 0x31c2F6fcFf4F8759b3Bd5Bf0e1084A055615c768 |
| Scroll Sepolia | 0x31c2F6fcFf4F8759b3Bd5Bf0e1084A055615c768 |
| zkSync | 0xaf321b731E65715DdbFDa73A066E00BB28345709 |
| Monad testnet | 0xC51DA9473283695884AD536FFD180e618Bf6186e |

2 changes: 1 addition & 1 deletion docs/pages/contracts/universal-router/addresses.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ For usage details, refer to the [Perform a Swap guide](/contracts/infinity/guide
| Chain | Address |
| ---------------- | ------------------------------------------ |
| BSC testnet | 0x9A082015c919AD0E47861e5Db9A1c7070E81A2C7 |
| Sepolia | 0x55D32fa7Da7290838347bc97cb7fAD4992672255 |
| Sepolia | 0x6A3d58cc25a92d90Fa3a8f0f5d5e75AD01ccd7a6 |
| Arbitrum Sepolia | 0xFE6508f0015C778Bdcc1fB5465bA5ebE224C9912 |
| Base Sepolia | 0xFE6508f0015C778Bdcc1fB5465bA5ebE224C9912 |
| Base testnet | 0xa8EEA7aa6620712524d18D742821848e55E773B5 |
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/contracts/v3/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ In PancakeSwap v3, when a pool has an active farm, an `LMPool` is assigned to th
Note: In practice, APR will vary by position. Positions that are highly concentrated around active trading ranges will typically earn more fees than full-range (wide) liquidity positions in PancakeSwap V3.

This applies for farm APR too.
::::
:::

::::steps
#### Step 1: Calculate the Total Swap Fees (in USD)
Expand Down