mirror of
https://github.com/privacy-scaling-explorations/p0tion.git
synced 2026-04-21 03:00:07 -04:00
35 lines
1.2 KiB
JSON
35 lines
1.2 KiB
JSON
{
|
|
"title": "Test dev 10 ceremony",
|
|
"description": "This is an example ceremony",
|
|
"startDate": "2023-08-07T00:00:00",
|
|
"endDate": "2023-09-10T00:00:00",
|
|
"timeoutMechanismType": "FIXED",
|
|
"penalty": 10,
|
|
"circuits": [
|
|
{
|
|
"description": "description1",
|
|
"compiler": {
|
|
"version": "1.0",
|
|
"commitHash": "b7ad01b11f9b4195e38ecc772291251260ab2c67"
|
|
},
|
|
"template": {
|
|
"source": "https://github.com/circuit.circom",
|
|
"commitHash": "b7ad01b11f9b4195e38ecc772291251260ab2c67",
|
|
"paramConfiguration": [6,8,3,2]
|
|
},
|
|
"verification": {
|
|
"cfOrVm": "CF"
|
|
},
|
|
"artifacts": {
|
|
"bucket": "test-qfi-p0tion-development-environment",
|
|
"region": "us-east-1",
|
|
"r1csStoragePath": "circuits/circuit/circuit.r1cs",
|
|
"wasmStoragePath": "circuits/circuit/circuit.wasm"
|
|
},
|
|
"name": "circuit",
|
|
"dynamicThreshold": 0,
|
|
"fixedTimeWindow": 3600,
|
|
"sequencePosition": 1
|
|
}
|
|
]
|
|
} |