Skip to content

Commit

Permalink
Fix buggy type in swap simulate
Browse files Browse the repository at this point in the history
  • Loading branch information
0xStrobe committed Feb 26, 2024
1 parent d36cc7e commit 877fa37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/swap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export class CrocSwapPlan {



async simulate (args: CrocSwapExecOpts = { }): Promise<TransactionResponse> {
async simulate (args: CrocSwapExecOpts = { }): Promise<BigNumber> {
const TIP = 0
const surplusFlags = this.maskSurplusArgs(args)

Expand Down

0 comments on commit 877fa37

Please sign in to comment.