@ignitionfi/spl-stake-pool 1.1.17 → 1.1.19

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.
@@ -22658,6 +22658,8 @@ var solanaStakePool = (function (exports, node_buffer) {
22658
22658
  isWritable: false,
22659
22659
  });
22660
22660
  }
22661
+ // Associated Token Program must be last - only needed in transaction for CPI routing
22662
+ keys.push({ pubkey: ASSOCIATED_TOKEN_PROGRAM_ID, isSigner: false, isWritable: false });
22661
22663
  return new TransactionInstruction({
22662
22664
  programId: params.programId,
22663
22665
  keys,