Skip to content

Commit 85ad2a1

Browse files
authored
Merge pull request multiversx#7466 from multiversx/v1.11.1-dev-config
compressed tail inflation epochs
2 parents ab874b2 + 1091f11 commit 85ad2a1

1 file changed

Lines changed: 2 additions & 15 deletions

File tree

cmd/node/config/economics.toml

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
GenesisMintingSenderAddress = "erd17rc0pu8s7rc0pu8s7rc0pu8s7rc0pu8s7rc0pu8s7rc0pu8s7rcqqkhty3"
2020

2121
[GlobalSettings.TailInflation]
22-
EnableEpoch = 10
22+
EnableEpoch = 1
2323
StartYearInflation = 0.08757
2424
DecayPercentage = 0.0025
2525
MinimumInflation = 0.02
@@ -30,19 +30,6 @@
3030
LeaderPercentage = 0.1 #fraction of value 0.1 - 10%
3131
DeveloperPercentage = 0.3 #fraction of value 0.3 - 30%
3232
ProtocolSustainabilityPercentage = 0.1 #fraction of value 0.1 - 10%
33-
ProtocolSustainabilityAddress = "erd1j25xk97yf820rgdp3mj5scavhjkn6tjyn0t63pmv5qyjj7wxlcfqqe2rw5"
34-
EcosystemGrowthPercentage = 0.0
35-
EcosystemGrowthAddress = "erd1k8d58eve7aa64wjad35sx6z8ckgr738wl7jyz54pez0t4zr98fuqz6hxvs"
36-
GrowthDividendPercentage = 0.0
37-
GrowthDividendAddress = "erd1enva49yfy9ja0e4ttncfmzr0vjv9k9rawuyg2h2g8nepqwmz8ltssvkglr"
38-
TopUpGradientPoint = "3000000000000000000000000" # 3MIL eGLD (eligible topUp)
39-
TopUpFactor = 0.25 # fraction of value 0.25 - 25%
40-
41-
[[RewardsSettings.RewardsConfigByEpoch]]
42-
EpochEnable = 1
43-
LeaderPercentage = 0.1 #fraction of value 0.1 - 10%
44-
DeveloperPercentage = 0.3 #fraction of value 0.3 - 30%
45-
ProtocolSustainabilityPercentage = 0.1 #fraction of value 0.1 - 10%
4633
ProtocolSustainabilityAddress = "erd1e5cw5pegj9w2zfpzeq94wf3d5tp6g943xuhgnyysdwyr63rlkspqr0u05s"
4734
EcosystemGrowthPercentage = 0.0
4835
EcosystemGrowthAddress = "erd1k8d58eve7aa64wjad35sx6z8ckgr738wl7jyz54pez0t4zr98fuqz6hxvs"
@@ -52,7 +39,7 @@
5239
TopUpFactor = 0.5 # fraction of value 0.5 - 50%
5340

5441
[[RewardsSettings.RewardsConfigByEpoch]]
55-
EpochEnable = 10
42+
EpochEnable = 1
5643
LeaderPercentage = 0.1 #fraction of value 0.1 - 10%
5744
DeveloperPercentage = 0.3 #fraction of value 0.3 - 30%
5845
ProtocolSustainabilityPercentage = 0.1 #fraction of value 0.1 - 10%

0 commit comments

Comments
 (0)