@@ -29,31 +29,31 @@ contracts:
29
29
init :
30
30
controller : " ${{Controller.address}}"
31
31
EpochManager :
32
+ proxy : true
32
33
init :
33
34
controller : " ${{Controller.address}}"
34
35
lengthInBlocks : 275 # ~1 hour (in blocks)
35
- proxy : true
36
36
GraphToken :
37
37
init :
38
38
initialSupply : " 10000000000000000000000000000" # 10,000,000,000 GRT
39
39
calls :
40
40
- fn : " addMinter"
41
41
minter : " ${{RewardsManager.address}}"
42
42
Curation :
43
+ proxy : true
43
44
init :
44
45
controller : " ${{Controller.address}}"
45
46
bondingCurve : " ${{BancorFormula.address}}"
46
- reserveRatio : 300000 # 30% (in basis points)
47
- minimumCurationDeposit : " 100000000000000000000" # 100 GRT
48
- proxy : true
47
+ reserveRatio : 333333 # 33.33% (in basis points)
48
+ minimumCurationDeposit : " 1000000000000000000" # 1 GRT
49
49
calls :
50
50
- fn : " setWithdrawalFeePercentage"
51
51
withdrawalFeePercentage : 50000 # 5% (in basis points)
52
52
DisputeManager :
53
53
init :
54
54
controller : " ${{Controller.address}}"
55
55
arbitrator : *arbitrator
56
- minimumDeposit : " 100000000000000000000 " # 100 GRT (in wei)
56
+ minimumDeposit : " 10000000000000000000 " # 10 GRT (in wei)
57
57
fishermanRewardPercentage : 100000 # 10% (in basis points)
58
58
slashingPercentage : 100000 # 10% (in basis points)
59
59
GNS :
@@ -64,9 +64,9 @@ contracts:
64
64
calls :
65
65
- fn : " approveAll"
66
66
Staking :
67
+ proxy : true
67
68
init :
68
69
controller : " ${{Controller.address}}"
69
- proxy : true
70
70
calls :
71
71
- fn : " setCurationPercentage"
72
72
percentage : 100000 # 10%
@@ -77,7 +77,7 @@ contracts:
77
77
- fn : " setThawingPeriod"
78
78
thawingPeriod : 275 # ~1 hour (in blocks)
79
79
- fn : " setDelegationUnbondingPeriod"
80
- delegationUnbondingPeriod : 2 # epochs
80
+ delegationUnbondingPeriod : 24 # epochs
81
81
- fn : " setDelegationRatio"
82
82
delegationRatio : 100 # 100x (multiplier)
83
83
- fn : " setProtocolPercentage"
@@ -91,9 +91,9 @@ contracts:
91
91
- fn : " setMinimumIndexerStake"
92
92
minimumIndexerStake : " 10000000000000000000" # 10 GRT (in wei)
93
93
RewardsManager :
94
+ proxy : true
94
95
init :
95
96
controller : " ${{Controller.address}}"
96
97
calls :
97
98
- fn : " setIssuanceRate"
98
99
issuanceRate : " 1000000023206889619" # 5% annual rate
99
- proxy : true
0 commit comments