@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/constants.d.ts +1 -1
- package/dist/index.browser.cjs.js +1 -1
- package/dist/index.browser.cjs.js.map +1 -1
- package/dist/index.browser.esm.js +1 -1
- package/dist/index.browser.esm.js.map +1 -1
- package/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.iife.js +1 -1
- package/dist/index.iife.js.map +1 -1
- package/dist/index.iife.min.js +1 -1
- package/dist/index.iife.min.js.map +1 -1
- package/package.json +1 -1
- package/src/constants.ts +1 -1
package/package.json
CHANGED
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 =
|
|
30
|
+
export const MINIMUM_ACTIVE_STAKE = 1_000_000
|