Skip to content

Commit 95ac7f1

Browse files
committed
chore: testnet court config
1 parent 412a13e commit 95ac7f1

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

contracts/config/courts.v2.testnet.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,40 +8,40 @@
88
"feeForJuror": "10000000000000",
99
"jurorsForCourtJump": "511",
1010
"timesPerPeriod": [
11-
180,
12-
180,
13-
180,
14-
180
11+
28800,
12+
28800,
13+
28800,
14+
28800
1515
]
1616
},
1717
{
1818
"id": 2,
1919
"parent": "1",
2020
"hiddenVotes": false,
21-
"minStake": "150000000000000000000",
21+
"minStake": "200000000000000000000",
2222
"alpha": "3100",
2323
"feeForJuror": "10000000000000",
2424
"jurorsForCourtJump": "30",
2525
"timesPerPeriod": [
26-
180,
27-
180,
28-
180,
29-
180
26+
28800,
27+
28800,
28+
28800,
29+
28800
3030
]
3131
},
3232
{
3333
"id": 3,
3434
"parent": "1",
3535
"hiddenVotes": false,
36-
"minStake": "150000000000000000000",
36+
"minStake": "200000000000000000000",
3737
"alpha": "5000",
3838
"feeForJuror": "10000000000000",
3939
"jurorsForCourtJump": "63",
4040
"timesPerPeriod": [
41-
180,
42-
180,
43-
180,
44-
180
41+
28800,
42+
28800,
43+
28800,
44+
28800
4545
]
4646
}
4747
]

0 commit comments

Comments
 (0)