@ignitionfi/spl-stake-pool 1.1.16 → 1.1.18

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.
@@ -22650,6 +22650,7 @@ var solanaStakePool = (function (exports, node_buffer) {
22650
22650
  { pubkey: params.programSigner, isSigner: false, isWritable: true },
22651
22651
  { pubkey: (_a = params.payer) !== null && _a !== void 0 ? _a : params.fundingAccount, isSigner: true, isWritable: true },
22652
22652
  { pubkey: ASSOCIATED_TOKEN_PROGRAM_ID, isSigner: false, isWritable: false },
22653
+ { pubkey: params.userWallet, isSigner: false, isWritable: false },
22653
22654
  ];
22654
22655
  if (params.depositAuthority) {
22655
22656
  keys.push({
@@ -23067,6 +23068,7 @@ var solanaStakePool = (function (exports, node_buffer) {
23067
23068
  tokenProgramId: stakePool.tokenProgramId,
23068
23069
  programSigner,
23069
23070
  payer,
23071
+ userWallet: userPubkey,
23070
23072
  }));
23071
23073
  return {
23072
23074
  instructions,