Skip to content

Commit 9c03615

Browse files
authored
Add units of fixedTimeWindow and dynamicThreshold
1 parent d90f318 commit 9c03615

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ceremonies/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ The script will upload your artifacts to a S3 bucket of your choice (must be own
117117
- r1csStoragePath - a string with the r1cs storage path on S3 e.g. "https://test-ceremony.region.amazonaws.com/circuit.r1cs"
118118
- wasmStoragePath - a string with the wasm storage path on s3 e.g. "https://test-ceremony.region.amazonaws.com/circuit.wasm"
119119
- name - a string with the circuit name
120-
- dynamicThreshold - if selected dynamic timeout please enter the threshold here as a number
121-
- fixedTimeWindow - if selected fixed timeout please enter the time window here as a number
120+
- dynamicThreshold - if selected dynamic timeout please enter the threshold here as a number (as percentage 0 < dynamicThreshold < 100)
121+
- fixedTimeWindow - if selected fixed timeout please enter the time window here as a number (the unit is minutes)
122122
- sequencePosition - a number with the circuit sequence position. Each sequence must be different and it should start from 1. The circuit with the lowest sequence number will be the first one which users will contribute to.
123123

0 commit comments

Comments
 (0)