Skip to content

Commit cbd318f

Browse files
authored
Merge pull request #149 from multiversx/release-D1.11.0.0
Release D1.11.0.0
2 parents bb3d9ec + 199c115 commit cbd318f

2 files changed

Lines changed: 32 additions & 1 deletion

File tree

binaryVersion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
tags/v1.10.8
1+
tags/v1.11.1

economics.toml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@
1818
Denomination = 18 # represents the smallest eGLD subdivision (10^-X eGLD for a denomination of X)
1919
GenesisMintingSenderAddress = "erd17rc0pu8s7rc0pu8s7rc0pu8s7rc0pu8s7rc0pu8s7rc0pu8s7rcqqkhty3"
2020

21+
[GlobalSettings.TailInflation]
22+
EnableEpoch = 4817
23+
StartYearInflation = 0.08757
24+
DecayPercentage = 0.0025
25+
MinimumInflation = 0.02
26+
2127
[RewardsSettings]
2228
[[RewardsSettings.RewardsConfigByEpoch]]
2329
EpochEnable = 0
@@ -27,6 +33,10 @@
2733
ProtocolSustainabilityAddress = "erd152n7elmc7q3awlc8etlacpfwd6mmdkywly393f95dr47au4hnecsr7ryme"
2834
TopUpGradientPoint = "3000000000000000000000000" # 3MIL eGLD (eligible topUp)
2935
TopUpFactor = 0.25 # fraction of value 0.25 - 25%
36+
EcosystemGrowthPercentage = 0.0
37+
EcosystemGrowthAddress = "erd1k8d58eve7aa64wjad35sx6z8ckgr738wl7jyz54pez0t4zr98fuqz6hxvs" # TODO: update this
38+
GrowthDividendPercentage = 0.0
39+
GrowthDividendAddress = "erd1enva49yfy9ja0e4ttncfmzr0vjv9k9rawuyg2h2g8nepqwmz8ltssvkglr" # TODO: update this
3040

3141
[[RewardsSettings.RewardsConfigByEpoch]]
3242
EpochEnable = 1
@@ -36,6 +46,10 @@
3646
ProtocolSustainabilityAddress = "erd152n7elmc7q3awlc8etlacpfwd6mmdkywly393f95dr47au4hnecsr7ryme"
3747
TopUpGradientPoint = "2000000000000000000000000" # 2MIL eGLD (eligible topUp)
3848
TopUpFactor = 0.5 # fraction of value 0.5 - 50%
49+
EcosystemGrowthPercentage = 0.0
50+
EcosystemGrowthAddress = "erd1k8d58eve7aa64wjad35sx6z8ckgr738wl7jyz54pez0t4zr98fuqz6hxvs" # TODO: update this
51+
GrowthDividendPercentage = 0.0
52+
GrowthDividendAddress = "erd1enva49yfy9ja0e4ttncfmzr0vjv9k9rawuyg2h2g8nepqwmz8ltssvkglr" # TODO: update this
3953

4054
[[RewardsSettings.RewardsConfigByEpoch]]
4155
EpochEnable = 3281
@@ -45,6 +59,23 @@
4559
ProtocolSustainabilityAddress = "erd1qqqqqqqqqqqqqpgqnlq5tcmsj9qj5j50m07jy9nc423p6gqgp6ysahe7wd"
4660
TopUpGradientPoint = "2000000000000000000000000" # 2MIL eGLD (eligible topUp)
4761
TopUpFactor = 0.5 # fraction of value 0.5 - 50%
62+
EcosystemGrowthPercentage = 0.0
63+
EcosystemGrowthAddress = "erd1k8d58eve7aa64wjad35sx6z8ckgr738wl7jyz54pez0t4zr98fuqz6hxvs" # TODO: update this
64+
GrowthDividendPercentage = 0.0
65+
GrowthDividendAddress = "erd1enva49yfy9ja0e4ttncfmzr0vjv9k9rawuyg2h2g8nepqwmz8ltssvkglr" # TODO: update this
66+
67+
[[RewardsSettings.RewardsConfigByEpoch]]
68+
EpochEnable = 4817
69+
LeaderPercentage = 0.1 #fraction of value 0.1 - 10%
70+
DeveloperPercentage = 0.3 #fraction of value 0.3 - 30%
71+
ProtocolSustainabilityPercentage = 0.1 #fraction of value 0.1 - 10%
72+
ProtocolSustainabilityAddress = "erd1qqqqqqqqqqqqqpgqnlq5tcmsj9qj5j50m07jy9nc423p6gqgp6ysahe7wd"
73+
TopUpGradientPoint = "2000000000000000000000000" # 2MIL eGLD (eligible topUp)
74+
TopUpFactor = 0.5 # fraction of value 0.5 - 50%
75+
EcosystemGrowthPercentage = 0.2 # fraction of value 0.2 - 20%
76+
EcosystemGrowthAddress = "erd1k8d58eve7aa64wjad35sx6z8ckgr738wl7jyz54pez0t4zr98fuqz6hxvs" # TODO: update this
77+
GrowthDividendPercentage = 0.2 # fraction of value 0.2 - 20%
78+
GrowthDividendAddress = "erd1enva49yfy9ja0e4ttncfmzr0vjv9k9rawuyg2h2g8nepqwmz8ltssvkglr" # TODO: update this
4879

4980
[FeeSettings]
5081
GasLimitSettings = [

0 commit comments

Comments
 (0)