@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ignitionfi/fogo-stake-pool",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Fogo Stake Pool SDK",
5
5
  "contributors": [
6
6
  "Anza Maintainers <maintainers@anza.xyz>",
package/src/constants.ts CHANGED
@@ -27,4 +27,4 @@ export const USER_STAKE_SEED_PREFIX = Buffer.from('user_stake')
27
27
 
28
28
  // Minimum amount of staked SOL required in a validator stake account to allow
29
29
  // for merges without a mismatch on credits observed
30
- export const MINIMUM_ACTIVE_STAKE = LAMPORTS_PER_SOL
30
+ export const MINIMUM_ACTIVE_STAKE = 1_000_000