Skip to content

Commit 5b76acc

Browse files
committed
Update params for testnet
1 parent 646d47d commit 5b76acc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

graph.config.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ contracts:
3333
proxy: true
3434
init:
3535
controller: "${{Controller.address}}"
36-
lengthInBlocks: 6646 # 24 hours (in 13 second blocks)
36+
lengthInBlocks: 1108 # 4 hours (in 13 second blocks)
3737
GraphToken:
3838
init:
3939
initialSupply: "10000000000000000000000000000" # 10,000,000,000 GRT
@@ -69,12 +69,12 @@ contracts:
6969
init:
7070
controller: "${{Controller.address}}"
7171
minimumIndexerStake: "100000000000000000000000" # 100,000 GRT (in wei)
72-
thawingPeriod: 186092 # 28 days (in blocks)
72+
thawingPeriod: 6646 # 10 days (in blocks)
7373
protocolPercentage: 10000 # 1% (parts per million)
7474
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)
75+
channelDisputeEpochs: 2 # (in epochs)
76+
maxAllocationEpochs: 6 # Based on epoch length this is 28 days (in epochs)
77+
delegationUnbondingPeriod: 6 # Based on epoch length this is 28 days (in epochs)
7878
delegationRatio: 16 # 16x (delegated stake to indexer stake multiplier)
7979
rebateAlphaNumerator: 77 # rebateAlphaNumerator / rebateAlphaDenominator
8080
rebateAlphaDenominator: 100 # rebateAlphaNumerator / rebateAlphaDenominator

0 commit comments

Comments
 (0)