Skip to content

Commit 7cd2974

Browse files
committed
config: set thawing to 28 days instead of 1 hour
1 parent c3e7ed4 commit 7cd2974

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graph.config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ contracts:
6969
init:
7070
controller: "${{Controller.address}}"
7171
minimumIndexerStake: "100000000000000000000000" # 100,000 GRT (in wei)
72-
thawingPeriod: 6646 # 24 hours (in blocks)
72+
thawingPeriod: 186092 # 28 days (in blocks)
7373
protocolPercentage: 10000 # 1% (parts per million)
7474
curationPercentage: 100000 # 10% (parts per million)
7575
channelDisputeEpochs: 7 # (in epochs)

0 commit comments

Comments
 (0)