@ignitionfi/fogo-stake-pool 1.0.1 → 1.0.2

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.
@@ -19024,7 +19024,7 @@ var solanaStakePool = (function (exports, node_buffer) {
19024
19024
  const USER_STAKE_SEED_PREFIX = node_buffer.Buffer.from('user_stake');
19025
19025
  // Minimum amount of staked SOL required in a validator stake account to allow
19026
19026
  // for merges without a mismatch on credits observed
19027
- const MINIMUM_ACTIVE_STAKE = LAMPORTS_PER_SOL;
19027
+ const MINIMUM_ACTIVE_STAKE = 1000000;
19028
19028
 
19029
19029
  /**
19030
19030
  * Populate a buffer of instruction data using an InstructionType