Skip to content

Commit a92c27a

Browse files
davekay100abarmat
authored andcommitted
Update configs for phase 3
1 parent 8054fe7 commit a92c27a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

graph.config.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ contracts:
3232
proxy: true
3333
init:
3434
controller: "${{Controller.address}}"
35-
lengthInBlocks: 275 # ~1 hour (in blocks)
35+
lengthInBlocks: 138 # ~30 min (in blocks)
3636
GraphToken:
3737
init:
3838
initialSupply: "10000000000000000000000000000" # 10,000,000,000 GRT
@@ -44,7 +44,7 @@ contracts:
4444
init:
4545
controller: "${{Controller.address}}"
4646
bondingCurve: "${{BancorFormula.address}}"
47-
reserveRatio: 333333 # ~33.33% (parts per million)
47+
reserveRatio: 500000 # 50% (parts per million)
4848
curationTaxPercentage: 50000 # 5% (parts per million)
4949
minimumCurationDeposit: "1000000000000000000" # 1 GRT
5050
DisputeManager:
@@ -70,8 +70,8 @@ contracts:
7070
thawingPeriod: 275 # ~1 hour (in blocks)
7171
protocolPercentage: 10000 # 1% (parts per million)
7272
curationPercentage: 100000 # 10%
73-
channelDisputeEpochs: 4
74-
maxAllocationEpochs: 24 # Based on epoch length this is ~1 day (in epochs)
73+
channelDisputeEpochs: 8
74+
maxAllocationEpochs: 24 # Based on epoch length this is ~12 hrs (in epochs)
7575
delegationUnbondingPeriod: 2 # epochs
7676
delegationRatio: 100 # 100x (multiplier)
7777
rebateAlphaNumerator: 85
@@ -86,7 +86,7 @@ contracts:
8686
proxy: true
8787
init:
8888
controller: "${{Controller.address}}"
89-
issuanceRate: "1000000023206889619" # 5% annual rate
89+
issuanceRate: "1000000012184945188" # 3% annual rate. rate*365*60*60*24/13
9090
GRTAssetHolder:
9191
init:
9292
adjudicatorAddress: "0xaa94bed44fc8195b029628341f13a695f1348c04"

truffle.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
module.exports = {
33
compilers: {
44
solc: {
5-
version: '0.6.4',
5+
version: '0.7.3',
66
settings: {
77
optimizer: {
88
enabled: true,

0 commit comments

Comments
 (0)