Skip to content

Commit

Permalink
doc: update bin pm doc (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChefMist authored Aug 7, 2024
1 parent 2ecd625 commit 339865d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pool-bin/interfaces/IBinFungiblePositionManager.sol
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ interface IBinFungiblePositionManager is IBinFungibleToken, IPeripheryPayments,
/// - activeIdDesired: Active id that user wants to add liquidity from
/// - idSlippage: Number of id that are allowed to slip
/// - deltaIds: List of delta ids to add liquidity (`deltaId = activeId - desiredId`)
/// - distributionX: Distribution of tokenX with sum(distributionX) = 100e18 (100%) or 0 (0%)
/// - distributionY: Distribution of tokenY with sum(distributionY) = 100e18 (100%) or 0 (0%)
/// - distributionX: Distribution of tokenX with sum(distributionX) = 1e18 (100%) or 0 (0%)
/// - distributionY: Distribution of tokenY with sum(distributionY) = 1e18 (100%) or 0 (0%)
/// - to: Address of recipient
/// - deadline: Deadline of transaction
struct AddLiquidityParams {
Expand Down

0 comments on commit 339865d

Please sign in to comment.