Skip to content

Commit

Permalink
fix initial amount of sol to wrap in pool creation
Browse files Browse the repository at this point in the history
  • Loading branch information
macalinao committed Mar 25, 2024
1 parent e08381c commit df896d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/createPool.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export default async function createPool({
if (tokenB.mintAccount.equals(NATIVE_MINT)) {
const initB = await wrapAndSendSOLToATA({
provider,
amount: initialAmountA,
amount: initialAmountB,
});
initTX = initTX.combine(initB);
}
Expand Down

0 comments on commit df896d1

Please # to comment.