Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion binaryVersion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
tags/v1.10.8
tags/v1.11.1
31 changes: 31 additions & 0 deletions economics.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@
Denomination = 18 # represents the smallest eGLD subdivision (10^-X eGLD for a denomination of X)
GenesisMintingSenderAddress = "erd17rc0pu8s7rc0pu8s7rc0pu8s7rc0pu8s7rc0pu8s7rc0pu8s7rcqqkhty3"

[GlobalSettings.TailInflation]
EnableEpoch = 4817
StartYearInflation = 0.08757
DecayPercentage = 0.0025
MinimumInflation = 0.02

[RewardsSettings]
[[RewardsSettings.RewardsConfigByEpoch]]
EpochEnable = 0
Expand All @@ -27,6 +33,10 @@
ProtocolSustainabilityAddress = "erd152n7elmc7q3awlc8etlacpfwd6mmdkywly393f95dr47au4hnecsr7ryme"
TopUpGradientPoint = "3000000000000000000000000" # 3MIL eGLD (eligible topUp)
TopUpFactor = 0.25 # fraction of value 0.25 - 25%
EcosystemGrowthPercentage = 0.0
EcosystemGrowthAddress = "erd1k8d58eve7aa64wjad35sx6z8ckgr738wl7jyz54pez0t4zr98fuqz6hxvs" # TODO: update this
GrowthDividendPercentage = 0.0
GrowthDividendAddress = "erd1enva49yfy9ja0e4ttncfmzr0vjv9k9rawuyg2h2g8nepqwmz8ltssvkglr" # TODO: update this

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

[[RewardsSettings.RewardsConfigByEpoch]]
EpochEnable = 3281
Expand All @@ -45,6 +59,23 @@
ProtocolSustainabilityAddress = "erd1qqqqqqqqqqqqqpgqnlq5tcmsj9qj5j50m07jy9nc423p6gqgp6ysahe7wd"
TopUpGradientPoint = "2000000000000000000000000" # 2MIL eGLD (eligible topUp)
TopUpFactor = 0.5 # fraction of value 0.5 - 50%
EcosystemGrowthPercentage = 0.0
EcosystemGrowthAddress = "erd1k8d58eve7aa64wjad35sx6z8ckgr738wl7jyz54pez0t4zr98fuqz6hxvs" # TODO: update this
GrowthDividendPercentage = 0.0
GrowthDividendAddress = "erd1enva49yfy9ja0e4ttncfmzr0vjv9k9rawuyg2h2g8nepqwmz8ltssvkglr" # TODO: update this

[[RewardsSettings.RewardsConfigByEpoch]]
EpochEnable = 4817
LeaderPercentage = 0.1 #fraction of value 0.1 - 10%
DeveloperPercentage = 0.3 #fraction of value 0.3 - 30%
ProtocolSustainabilityPercentage = 0.1 #fraction of value 0.1 - 10%
ProtocolSustainabilityAddress = "erd1qqqqqqqqqqqqqpgqnlq5tcmsj9qj5j50m07jy9nc423p6gqgp6ysahe7wd"
TopUpGradientPoint = "2000000000000000000000000" # 2MIL eGLD (eligible topUp)
TopUpFactor = 0.5 # fraction of value 0.5 - 50%
EcosystemGrowthPercentage = 0.2 # fraction of value 0.2 - 20%
EcosystemGrowthAddress = "erd1k8d58eve7aa64wjad35sx6z8ckgr738wl7jyz54pez0t4zr98fuqz6hxvs" # TODO: update this
GrowthDividendPercentage = 0.2 # fraction of value 0.2 - 20%
GrowthDividendAddress = "erd1enva49yfy9ja0e4ttncfmzr0vjv9k9rawuyg2h2g8nepqwmz8ltssvkglr" # TODO: update this

[FeeSettings]
GasLimitSettings = [
Expand Down