You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`--min-delegator-stake`|`AVAGO_MIN_DELEGATOR_STAKE`| int | network dependent | The minimum stake, in nAVAX, that can be delegated to a validator of the Primary Network. Defaults to `25000000000` (25 AVAX) on Mainnet. Defaults to `5000000` (.005 AVAX) on Test Net. This can only be changed on a local network. |
362
362
|`--min-delegation-fee`|`AVAGO_MIN_DELEGATION_FEE`| int |`20000`| The minimum delegation fee that can be charged for delegation on the Primary Network, multiplied by \`10,000\`. Must be in the range \[0, 1000000\]. This can only be changed on a local network. |
363
363
|`--min-stake-duration`|`AVAGO_MIN_STAKE_DURATION`| duration |`336h`| Minimum staking duration. This can only be changed on a local network. This applies to both delegation and validation periods. |
364
+
|`--helicon-min-stake-duration`|`AVAGO_HELICON_MIN_STAKE_DURATION`| duration |`48h`| Minimum staking duration post Helicon. This can only be changed on a local network. This applies to only to validation periods. |
364
365
|`--max-stake-duration`|`AVAGO_MAX_STAKE_DURATION`| duration |`8760h`| The maximum staking duration, in hours. This can only be changed on a local network. |
365
366
|`--stake-minting-period`|`AVAGO_STAKE_MINTING_PERIOD`| duration |`8760h`| Consumption period of the staking function, in hours. This can only be changed on a local network. |
366
367
|`--stake-max-consumption-rate`|`AVAGO_STAKE_MAX_CONSUMPTION_RATE`| uint |`120000`| The maximum percentage of the consumption rate for the remaining token supply in the minting period, which is 1 year on Mainnet. This can only be changed on a local network. |
fs.Uint64(MinDelegatorFeeKey, uint64(genesis.LocalParams.MinDelegationFee), "Minimum delegation fee, in the range [0, 1000000], that can be charged for delegation on the primary network")
0 commit comments