Skip to content

Commit 9e91f4f

Browse files
committed
Update testnet params
1 parent a2be98f commit 9e91f4f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

graph.config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,13 @@ contracts:
6868
proxy: true
6969
init:
7070
controller: "${{Controller.address}}"
71-
minimumIndexerStake: "10000000000000000000" # 10 GRT (in wei)
71+
minimumIndexerStake: "1" # 1 WEI of GRT (10^-18 GRT)
7272
thawingPeriod: 275 # ~1 hour (in blocks)
7373
protocolPercentage: 10000 # 1% (parts per million)
7474
curationPercentage: 100000 # 10%
75-
channelDisputeEpochs: 8
75+
channelDisputeEpochs: 2
7676
maxAllocationEpochs: 24 # Based on epoch length this is ~12 hrs (in epochs)
77-
delegationUnbondingPeriod: 2 # epochs
77+
delegationUnbondingPeriod: 24 # epochs
7878
delegationRatio: 100 # 100x (multiplier)
7979
rebateAlphaNumerator: 85
8080
rebateAlphaDenominator: 100
@@ -88,7 +88,7 @@ contracts:
8888
proxy: true
8989
init:
9090
controller: "${{Controller.address}}"
91-
issuanceRate: "1000000012184945188" # 3% annual rate. rate*365*60*60*24/13
91+
issuanceRate: "1000000004101798" # 1% annual rate. rate^(365*60*60*24/13)
9292
GRTAssetHolder:
9393
init:
9494
adjudicatorAddress: "0xaa94bed44fc8195b029628341f13a695f1348c04"

0 commit comments

Comments
 (0)