Skip to content

Commit 5bd7480

Browse files
committed
Release v1.8.12.0
1 parent e6e7ec6 commit 5bd7480

File tree

2 files changed

+24
-15
lines changed

2 files changed

+24
-15
lines changed

binaryVersion

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

economics.toml

Lines changed: 23 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -20,22 +20,31 @@
2020

2121
[RewardsSettings]
2222
[[RewardsSettings.RewardsConfigByEpoch]]
23-
EpochEnable = 0
24-
LeaderPercentage = 0.1 #fraction of value 0.1 - 10%
25-
DeveloperPercentage = 0.3 #fraction of value 0.3 - 30%
26-
ProtocolSustainabilityPercentage = 0.1 #fraction of value 0.1 - 10%
27-
ProtocolSustainabilityAddress = "erd135enn78u7fy352ny9mcl26a08wvu02mjdumfkt7cn587cwtnerksagqsfm"
28-
TopUpGradientPoint = "3000000000000000000000000" # 3MIL eGLD (eligible topUp)
29-
TopUpFactor = 0.25 # fraction of value 0.25 - 25%
23+
EpochEnable = 0
24+
LeaderPercentage = 0.1 #fraction of value 0.1 - 10%
25+
DeveloperPercentage = 0.3 #fraction of value 0.3 - 30%
26+
ProtocolSustainabilityPercentage = 0.1 #fraction of value 0.1 - 10%
27+
ProtocolSustainabilityAddress = "erd135enn78u7fy352ny9mcl26a08wvu02mjdumfkt7cn587cwtnerksagqsfm"
28+
TopUpGradientPoint = "3000000000000000000000000" # 3MIL eGLD (eligible topUp)
29+
TopUpFactor = 0.25 # fraction of value 0.25 - 25%
3030

3131
[[RewardsSettings.RewardsConfigByEpoch]]
32-
EpochEnable = 326
33-
LeaderPercentage = 0.1 #fraction of value 0.1 - 10%
34-
DeveloperPercentage = 0.3 #fraction of value 0.3 - 30%
35-
ProtocolSustainabilityPercentage = 0.1 #fraction of value 0.1 - 10%
36-
ProtocolSustainabilityAddress = "erd135enn78u7fy352ny9mcl26a08wvu02mjdumfkt7cn587cwtnerksagqsfm"
37-
TopUpGradientPoint = "2000000000000000000000000" # 2MIL eGLD (eligible topUp)
38-
TopUpFactor = 0.5 # fraction of value 0.5 - 50%
32+
EpochEnable = 326
33+
LeaderPercentage = 0.1 #fraction of value 0.1 - 10%
34+
DeveloperPercentage = 0.3 #fraction of value 0.3 - 30%
35+
ProtocolSustainabilityPercentage = 0.1 #fraction of value 0.1 - 10%
36+
ProtocolSustainabilityAddress = "erd135enn78u7fy352ny9mcl26a08wvu02mjdumfkt7cn587cwtnerksagqsfm"
37+
TopUpGradientPoint = "2000000000000000000000000" # 2MIL eGLD (eligible topUp)
38+
TopUpFactor = 0.5 # fraction of value 0.5 - 50%
39+
40+
[[RewardsSettings.RewardsConfigByEpoch]]
41+
EpochEnable = 9999999
42+
LeaderPercentage = 0.1 #fraction of value 0.1 - 10%
43+
DeveloperPercentage = 0.3 #fraction of value 0.3 - 30%
44+
ProtocolSustainabilityPercentage = 0.1 #fraction of value 0.1 - 10%
45+
ProtocolSustainabilityAddress = "erd1qqqqqqqqqqqqqpgqfgn5rprsz2hz2rcdmgq7zcz7kzz0g8lnpfzqntl2g3"
46+
TopUpGradientPoint = "2000000000000000000000000" # 2MIL eGLD (eligible topUp)
47+
TopUpFactor = 0.5 # fraction of value 0.5 - 50%
3948

4049
[FeeSettings]
4150
GasLimitSettings = [

0 commit comments

Comments
 (0)