Skip to content

Commit

Permalink
fix: comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
SlayerAnsh committed Dec 19, 2024
1 parent 6fa3cb0 commit ef10b9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/hub/vlp/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ mod tests {
let total_reserve_1 = Uint128::new(10000);
let total_reserve_2 = Uint128::new(10000);
let total_lp_tokens = Uint128::new(100);
let slippage_tolerance_bps = Some(2000); // 1% slippage tolerance
let slippage_tolerance_bps = Some(2000); // 2% slippage tolerance

// Call the function to test
let lp_allocation = calculate_lp_allocation_for_liquidity(
Expand Down

0 comments on commit ef10b9a

Please sign in to comment.