Skip to content

Commit

Permalink
Update whirlpool-client-impl.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
wjthieme authored Aug 13, 2024
1 parent 5e2ecbd commit 9e0bfed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion legacy-sdk/whirlpool/src/impl/whirlpool-client-impl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ export class WhirlpoolClientImpl implements WhirlpoolClient {
whirlpoolsConfig: Address,
tokenMintA: Address,
tokenMintB: Address,
initialPrice: Decimal,
initialPrice = new Decimal(1),
funder: Address,
opts = PREFER_CACHE
): Promise<{ poolKey: PublicKey; tx: TransactionBuilder }> {
Expand Down

0 comments on commit 9e0bfed

Please sign in to comment.