@@ -29,31 +29,31 @@ contracts:
2929 init :
3030 controller : " ${{Controller.address}}"
3131 EpochManager :
32+ proxy : true
3233 init :
3334 controller : " ${{Controller.address}}"
3435 lengthInBlocks : 275 # ~1 hour (in blocks)
35- proxy : true
3636 GraphToken :
3737 init :
3838 initialSupply : " 10000000000000000000000000000" # 10,000,000,000 GRT
3939 calls :
4040 - fn : " addMinter"
4141 minter : " ${{RewardsManager.address}}"
4242 Curation :
43+ proxy : true
4344 init :
4445 controller : " ${{Controller.address}}"
4546 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
4949 calls :
5050 - fn : " setWithdrawalFeePercentage"
5151 withdrawalFeePercentage : 50000 # 5% (in basis points)
5252 DisputeManager :
5353 init :
5454 controller : " ${{Controller.address}}"
5555 arbitrator : *arbitrator
56- minimumDeposit : " 100000000000000000000 " # 100 GRT (in wei)
56+ minimumDeposit : " 10000000000000000000 " # 10 GRT (in wei)
5757 fishermanRewardPercentage : 100000 # 10% (in basis points)
5858 slashingPercentage : 100000 # 10% (in basis points)
5959 GNS :
@@ -64,9 +64,9 @@ contracts:
6464 calls :
6565 - fn : " approveAll"
6666 Staking :
67+ proxy : true
6768 init :
6869 controller : " ${{Controller.address}}"
69- proxy : true
7070 calls :
7171 - fn : " setCurationPercentage"
7272 percentage : 100000 # 10%
@@ -77,7 +77,7 @@ contracts:
7777 - fn : " setThawingPeriod"
7878 thawingPeriod : 275 # ~1 hour (in blocks)
7979 - fn : " setDelegationUnbondingPeriod"
80- delegationUnbondingPeriod : 2 # epochs
80+ delegationUnbondingPeriod : 24 # epochs
8181 - fn : " setDelegationRatio"
8282 delegationRatio : 100 # 100x (multiplier)
8383 - fn : " setProtocolPercentage"
@@ -91,9 +91,9 @@ contracts:
9191 - fn : " setMinimumIndexerStake"
9292 minimumIndexerStake : " 10000000000000000000" # 10 GRT (in wei)
9393 RewardsManager :
94+ proxy : true
9495 init :
9596 controller : " ${{Controller.address}}"
9697 calls :
9798 - fn : " setIssuanceRate"
9899 issuanceRate : " 1000000023206889619" # 5% annual rate
99- proxy : true
0 commit comments