Skip to content

Commit

Permalink
Merge pull request #93 from invariant-labs/max-tick-cross
Browse files Browse the repository at this point in the history
Max tick cross test
  • Loading branch information
Sniezka1927 authored Jul 10, 2024
2 parents e22115c + 401e4cf commit c060b78
Show file tree
Hide file tree
Showing 2 changed files with 648 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/testUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ export async function initSwap(
approvedAmount
},
tokens: [{ id, amount: approvedAmount }],
attoAlphAmount: DUST_AMOUNT
attoAlphAmount: DUST_AMOUNT * 2n
})
}

Expand Down
Loading

0 comments on commit c060b78

Please sign in to comment.