forked from multiversx/mx-chain-mainnet-config
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy patheconomics.toml
32 lines (30 loc) · 1.37 KB
/
economics.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
#Economics config of the node
[GlobalSettings]
GenesisTotalSupply = "20000000000000000000000000" #20MILERD
MinimumInflation = 0.0
YearSettings = [
{Year = 1, MaximumInflation = 0.10845130},
{Year = 2, MaximumInflation = 0.09703538},
{Year = 3, MaximumInflation = 0.08561945},
{Year = 4, MaximumInflation = 0.07420352},
{Year = 5, MaximumInflation = 0.06278760},
{Year = 6, MaximumInflation = 0.05137167},
{Year = 7, MaximumInflation = 0.03995574},
{Year = 8, MaximumInflation = 0.02853982},
{Year = 9, MaximumInflation = 0.01712389},
{Year = 10, MaximumInflation = 0.00570796},
{Year = 11, MaximumInflation = 0.0},
]
Denomination = 18 # represents the smallest erd subdivision (10^-X ERD for a denomination of X)
[RewardsSettings]
LeaderPercentage = 0.1 #fraction of value 1 - 10%
DeveloperPercentage = 0.3 #fraction of value 1 - 30%
ProtocolSustainabilityPercentage = 0.1 #fraction of value 0.1 - 10%
ProtocolSustainabilityAddress = "erd135enn78u7fy352ny9mcl26a08wvu02mjdumfkt7cn587cwtnerksagqsfm"
[FeeSettings]
MaxGasLimitPerBlock = "1500000000"
MaxGasLimitPerMetaBlock = "15000000000"
MinGasPrice = "1000000000" #will yield min tx fee of 0.00005ERD
MinGasLimit = "50000"
GasPerDataByte = "1500"
DataLimitForBaseCalc = "10000"