Skip to content

Commit 5af7b1b

Browse files
committed
chore: reduced the dispute periods for devnet
1 parent ad79247 commit 5af7b1b

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

contracts/config/courts.v2.devnet.json

+20-20
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
"feeForJuror": "100000000000",
1010
"jurorsForCourtJump": "511",
1111
"timesPerPeriod": [
12-
280800,
13-
583200,
14-
583200,
15-
388800
12+
120,
13+
240,
14+
240,
15+
600
1616
]
1717
},
1818
{
@@ -25,10 +25,10 @@
2525
"feeForJuror": "100000000000",
2626
"jurorsForCourtJump": "31",
2727
"timesPerPeriod": [
28-
140400,
29-
291600,
30-
291600,
31-
194400
28+
120,
29+
240,
30+
240,
31+
600
3232
]
3333
},
3434
{
@@ -41,10 +41,10 @@
4141
"feeForJuror": "100000000000",
4242
"jurorsForCourtJump": "63",
4343
"timesPerPeriod": [
44-
280800,
45-
437400,
46-
437400,
47-
291600
44+
120,
45+
240,
46+
240,
47+
600
4848
]
4949
},
5050
{
@@ -57,10 +57,10 @@
5757
"feeForJuror": "100000000000",
5858
"jurorsForCourtJump": "63",
5959
"timesPerPeriod": [
60-
140400,
61-
291600,
62-
291600,
63-
194400
60+
120,
61+
240,
62+
240,
63+
600
6464
]
6565
},
6666
{
@@ -73,10 +73,10 @@
7373
"feeForJuror": "100000000000",
7474
"jurorsForCourtJump": "31",
7575
"timesPerPeriod": [
76-
140400,
77-
291600,
78-
291600,
79-
194400
76+
120,
77+
240,
78+
240,
79+
600
8080
]
8181
}
8282
]

0 commit comments

Comments
 (0)