@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.
package/dist/index.esm.js CHANGED
@@ -436,7 +436,7 @@ const TRANSIENT_STAKE_SEED_PREFIX = Buffer$1.from('transient');
436
436
  const USER_STAKE_SEED_PREFIX = Buffer$1.from('user_stake');
437
437
  // Minimum amount of staked SOL required in a validator stake account to allow
438
438
  // for merges without a mismatch on credits observed
439
- const MINIMUM_ACTIVE_STAKE = LAMPORTS_PER_SOL;
439
+ const MINIMUM_ACTIVE_STAKE = 1000000;
440
440
 
441
441
  /**
442
442
  * Populate a buffer of instruction data using an InstructionType