1
1
general :
2
- arbitrator : &arbitrator "0x23D1B1823e6Cb5229137424f88C70fdA1539F1F9 "
2
+ arbitrator : &arbitrator "0xE1FDD398329C6b74C14cf19100316f0826a492d3 "
3
3
4
4
contracts :
5
5
Controller :
@@ -33,7 +33,7 @@ contracts:
33
33
proxy : true
34
34
init :
35
35
controller : " ${{Controller.address}}"
36
- lengthInBlocks : 138 # ~30 min (in blocks)
36
+ lengthInBlocks : 6646 # 24 hours (in 13 second blocks)
37
37
GraphToken :
38
38
init :
39
39
initialSupply : " 10000000000000000000000000000" # 10,000,000,000 GRT
@@ -46,16 +46,16 @@ contracts:
46
46
controller : " ${{Controller.address}}"
47
47
bondingCurve : " ${{BancorFormula.address}}"
48
48
reserveRatio : 500000 # 50% (parts per million)
49
- curationTaxPercentage : 50000 # 5% (parts per million)
49
+ curationTaxPercentage : 25000 # 2. 5% (parts per million)
50
50
minimumCurationDeposit : " 1000000000000000000" # 1 GRT
51
51
DisputeManager :
52
52
proxy : true
53
53
init :
54
54
controller : " ${{Controller.address}}"
55
55
arbitrator : *arbitrator
56
- minimumDeposit : " 10000000000000000000 " # 10 GRT (in wei)
57
- fishermanRewardPercentage : 100000 # 10 % (parts per million)
58
- slashingPercentage : 100000 # 10 % (parts per million)
56
+ minimumDeposit : " 10000000000000000000000 " # 10,000 GRT (in wei)
57
+ fishermanRewardPercentage : 500000 # 50 % (parts per million)
58
+ slashingPercentage : 25000 # 2.5 % (parts per million)
59
59
GNS :
60
60
proxy : true
61
61
init :
@@ -68,27 +68,27 @@ contracts:
68
68
proxy : true
69
69
init :
70
70
controller : " ${{Controller.address}}"
71
- minimumIndexerStake : " 10000000000000000000 " # 10 GRT (in wei)
72
- thawingPeriod : 275 # ~1 hour (in blocks)
71
+ minimumIndexerStake : " 100000000000000000000000 " # 100,000 GRT (in wei)
72
+ thawingPeriod : 6646 # 24 hours (in blocks)
73
73
protocolPercentage : 10000 # 1% (parts per million)
74
- curationPercentage : 100000 # 10%
75
- channelDisputeEpochs : 8
76
- maxAllocationEpochs : 24 # Based on epoch length this is ~12 hrs (in epochs)
77
- delegationUnbondingPeriod : 2 # epochs
78
- delegationRatio : 100 # 100x ( multiplier)
79
- rebateAlphaNumerator : 85
80
- rebateAlphaDenominator : 100
74
+ curationPercentage : 100000 # 10% (parts per million)
75
+ channelDisputeEpochs : 7 # (in epochs)
76
+ maxAllocationEpochs : 28 # Based on epoch length this is 28 days (in epochs)
77
+ delegationUnbondingPeriod : 28 # Based on epoch length this is 28 days (in epochs)
78
+ delegationRatio : 16 # 16x (delegated stake to indexer stake multiplier)
79
+ rebateAlphaNumerator : 77 # rebateAlphaNumerator / rebateAlphaDenominator
80
+ rebateAlphaDenominator : 100 # rebateAlphaNumerator / rebateAlphaDenominator
81
81
calls :
82
82
- fn : " setDelegationTaxPercentage"
83
- delegationTaxPercentage : 10000 # 1 % (parts per million)
83
+ delegationTaxPercentage : 5000 # 0.5 % (parts per million)
84
84
- fn : " setSlasher"
85
85
slasher : " ${{DisputeManager.address}}"
86
86
allowed : true
87
87
RewardsManager :
88
88
proxy : true
89
89
init :
90
90
controller : " ${{Controller.address}}"
91
- issuanceRate : " 1000000012184945188" # 3% annual rate. rate* 365*60*60*24/13
91
+ issuanceRate : " 1000000012184945188" # 3% annual rate (per block increase of total supply, blocks in a year = 365*60*60*24/13)
92
92
GRTAssetHolder :
93
93
init :
94
94
adjudicatorAddress : " 0xaa94bed44fc8195b029628341f13a695f1348c04"
0 commit comments