Skip to content

Commit

Permalink
🎨 chore: revert new line
Browse files Browse the repository at this point in the history
  • Loading branch information
josemvcerqueira committed May 8, 2024
1 parent 74ef56b commit a577eb6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions memechan/sources/live_phase/go_live.move
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@ module memechan::go_live {

let price = (amount_sui * SCALE) / amount_meme;


let (amm_pool, admin, lp_tokens) = volatile_hooks::new_2_pool_with_hooks(
clock,
&decimals,
Expand All @@ -190,7 +189,6 @@ module memechan::go_live {
);

let pool_id = object::id(&amm_pool);

// 4. Create staking pool
let staking_pool = staking_pool::new<S, Meme, LP>(
pool_id,
Expand Down

0 comments on commit a577eb6

Please sign in to comment.