@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.
@@ -1477,6 +1477,8 @@ class StakePoolInstruction {
1477
1477
  isWritable: false,
1478
1478
  });
1479
1479
  }
1480
+ // Associated Token Program must be last - only needed in transaction for CPI routing
1481
+ keys.push({ pubkey: splToken.ASSOCIATED_TOKEN_PROGRAM_ID, isSigner: false, isWritable: false });
1480
1482
  return new web3_js.TransactionInstruction({
1481
1483
  programId: params.programId,
1482
1484
  keys,