Skip to content

Commit

Permalink
Update voladjspd for ekubo put pool
Browse files Browse the repository at this point in the history
  • Loading branch information
Chepelau committed Oct 23, 2024
1 parent 0f21903 commit 078c646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/arbitrary_proposal_add_ekubo_pools.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ pub mod ArbitraryProposalAddEkuboPools {

// Add the lptokens to the AMM
let call_voladjspd = FixedTrait::new_unscaled(10_000, false);
let put_voladjspd = FixedTrait::new_unscaled(50_000, false);
let put_voladjspd = FixedTrait::new_unscaled(20_000, false);

// Call
amm
Expand Down

0 comments on commit 078c646

Please sign in to comment.