@rev-net/core-v6 0.0.41 → 0.0.42
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
|
@@ -15,9 +15,10 @@ import {REVAutoIssuance} from "./REVAutoIssuance.sol";
|
|
|
15
15
|
/// @custom:member splits The split recipients for this stage's production allocation.
|
|
16
16
|
/// @custom:member initialIssuance Tokens per unit of base currency at stage start (18-decimal fixed point).
|
|
17
17
|
/// @custom:member issuanceCutFrequency Seconds between each issuance reduction. Should be >= 24 hours.
|
|
18
|
-
/// @custom:member issuanceCutPercent How much issuance decreases each period, out of
|
|
19
|
-
///
|
|
20
|
-
///
|
|
18
|
+
/// @custom:member issuanceCutPercent How much issuance decreases each period, out of
|
|
19
|
+
/// `JBConstants.MAX_WEIGHT_CUT_PERCENT`. 0 = no decay.
|
|
20
|
+
/// @custom:member cashOutTaxRate The tax on cash outs, out of `JBConstants.MAX_CASH_OUT_TAX_RATE`. 0 = no tax (full
|
|
21
|
+
/// reclaim). Higher = more tax retained by the treasury.
|
|
21
22
|
/// @custom:member extraMetadata Additional metadata bits passed to hooks for stage-specific behavior.
|
|
22
23
|
struct REVStageConfig {
|
|
23
24
|
uint48 startsAtOrAfter;
|