Skip to content

Commit a41689c

Browse files
authored
Merge pull request #135 from multiversx/release-D1.8.12.0
Release D1.8.12.0
2 parents 89caac8 + 3462dc1 commit a41689c

2 files changed

Lines changed: 24 additions & 15 deletions

File tree

binaryVersion

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

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 = "erd152n7elmc7q3awlc8etlacpfwd6mmdkywly393f95dr47au4hnecsr7ryme"
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 = "erd152n7elmc7q3awlc8etlacpfwd6mmdkywly393f95dr47au4hnecsr7ryme"
28+
TopUpGradientPoint = "3000000000000000000000000" # 3MIL eGLD (eligible topUp)
29+
TopUpFactor = 0.25 # fraction of value 0.25 - 25%
3030

3131
[[RewardsSettings.RewardsConfigByEpoch]]
32-
EpochEnable = 1
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 = "erd152n7elmc7q3awlc8etlacpfwd6mmdkywly393f95dr47au4hnecsr7ryme"
37-
TopUpGradientPoint = "2000000000000000000000000" # 2MIL eGLD (eligible topUp)
38-
TopUpFactor = 0.5 # fraction of value 0.5 - 50%
32+
EpochEnable = 1
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 = "erd152n7elmc7q3awlc8etlacpfwd6mmdkywly393f95dr47au4hnecsr7ryme"
37+
TopUpGradientPoint = "2000000000000000000000000" # 2MIL eGLD (eligible topUp)
38+
TopUpFactor = 0.5 # fraction of value 0.5 - 50%
39+
40+
[[RewardsSettings.RewardsConfigByEpoch]]
41+
EpochEnable = 3281
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 = "erd1qqqqqqqqqqqqqpgqnlq5tcmsj9qj5j50m07jy9nc423p6gqgp6ysahe7wd"
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)