Skip to content
This repository was archived by the owner on Nov 15, 2024. It is now read-only.

Commit 031424f

Browse files
committed
update
1 parent e2f02d3 commit 031424f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/liquidity.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@ export function addLiquidityInstructionV4(
563563
{ pubkey: userPcTokenAccount, isSigner: false, isWritable: true },
564564
{ pubkey: userLpTokenAccount, isSigner: false, isWritable: true },
565565
{ pubkey: userOwner, isSigner: true, isWritable: false },
566-
{ pubkey: marketEventQueue, isSigner: true, isWritable: false }
566+
{ pubkey: marketEventQueue, isSigner: false, isWritable: false }
567567
]
568568

569569
const data = Buffer.alloc(dataLayout.span)

0 commit comments

Comments
 (0)