Liquidity Embedded Constants
Liquidity constants are hard coded into the embedded.go file as network constants.
-
LiquidityZnnTotalPercentagesrepresent the maximum sum for theZNNpercentage rewards of each allowedZTS -
LiquidityQsrTotalPercentagesrepresent the maximum sum for theQSRpercentage rewards of each allowedZTS -
LiquidityStakeWeightsrepresent the liquidity staking weights depending on the number of months a user locks the liquidity
LiquidityZnnTotalPercentages uint32 = 10000
LiquidityQsrTotalPercentages uint32 = 10000
LiquidityStakeWeights = []int64{0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12,
}