@liquid-af/sdk 0.10.0 → 0.10.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -422,7 +422,7 @@ export function buildDeposit(
422
422
 
423
423
  return program.methods
424
424
  .deposit(lpTokenAmount, maximumBaseAmount, maximumQuoteAmount)
425
- .accounts({
425
+ .accountsPartial({
426
426
  owner,
427
427
  poolState: poolAddress,
428
428
  ownerLpToken,
@@ -501,7 +501,7 @@ export function buildWithdraw(
501
501
 
502
502
  return program.methods
503
503
  .withdraw(lpTokenAmount, minimumBaseAmount, minimumQuoteAmount)
504
- .accounts({
504
+ .accountsPartial({
505
505
  owner,
506
506
  poolState: poolAddress,
507
507
  ownerLpToken,