You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ceremonies/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -117,7 +117,7 @@ The script will upload your artifacts to a S3 bucket of your choice (must be own
117
117
- r1csStoragePath - a string with the r1cs storage path on S3 e.g. "https://test-ceremony.region.amazonaws.com/circuit.r1cs"
118
118
- wasmStoragePath - a string with the wasm storage path on s3 e.g. "https://test-ceremony.region.amazonaws.com/circuit.wasm"
119
119
- 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)
122
122
- 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.
0 commit comments