@ignitionfi/spl-stake-pool 1.1.13 → 1.1.14

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.
@@ -23345,7 +23345,14 @@ var solanaStakePool = (function (exports, node_buffer) {
23345
23345
  const userWsolAccount = getAssociatedTokenAddressSync(NATIVE_MINT, userPubkey);
23346
23346
  const instructions = [];
23347
23347
  const signers = [];
23348
- instructions.push(createAssociatedTokenAccountIdempotentInstruction(signerOrSession, userWsolAccount, userPubkey, NATIVE_MINT));
23348
+ // instructions.push(
23349
+ // createAssociatedTokenAccountIdempotentInstruction(
23350
+ // signerOrSession,
23351
+ // userWsolAccount,
23352
+ // userPubkey,
23353
+ // NATIVE_MINT,
23354
+ // ),
23355
+ // )
23349
23356
  const [programSigner] = PublicKey.findProgramAddressSync([Buffer.from('fogo_session_program_signer')], stakePoolProgramId);
23350
23357
  const withdrawAuthority = await findWithdrawAuthorityProgramAddress(stakePoolProgramId, stakePoolAddress);
23351
23358
  instructions.push(StakePoolInstruction.withdrawWsolWithSession({