-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add p0tion config for email wallet
- Loading branch information
Showing
1 changed file
with
142 additions
and
0 deletions.
There are no files selected for viewing
142 changes: 142 additions & 0 deletions
142
ceremonies/email-wallet-trusted-setup-ceremony/p0tionConfig.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,142 @@ | ||
{ | ||
"title": "Email Wallet Trusted Setup Ceremony", | ||
"description": "This is a trusted setup ceremony for the Email Wallet protocol", | ||
"startDate": "2023-11-12T00:00:00", | ||
"endDate": "2023-11-14T00:00:00", | ||
"timeoutMechanismType": "FIXED", | ||
"penalty": 3, | ||
"circuits": [ | ||
{ | ||
"description": "Email Wallet: Account Creation circuit", | ||
"compiler": { | ||
"version": "2.1.5", | ||
"commitHash": "127414e9088cc017a357233f30f3fd7d91a8906c" | ||
}, | ||
"template": { | ||
"source": "https://github.com/zkemail/email-wallet", | ||
"commitHash": "1871987e282bc0ea57d5436066730d5efd4ec9a3", | ||
"paramsConfiguration": [] | ||
}, | ||
"verification": { | ||
"cfOrVm": "VM" | ||
}, | ||
"artifacts": { | ||
"r1csStoragePath": "https://storage.googleapis.com/email-wallet-zkeys/account_creation.r1cs", | ||
"wasmStoragePath": "https://storage.googleapis.com/email-wallet-zkeys/account_creation.wasm" | ||
}, | ||
"name": "EmailWallet-Account-Creation", | ||
"fixedTimeWindow": 3, | ||
"sequencePosition": 1 | ||
}, | ||
{ | ||
"description": "Email Wallet: Account Init circuit", | ||
"compiler": { | ||
"version": "2.1.5", | ||
"commitHash": "127414e9088cc017a357233f30f3fd7d91a8906c" | ||
}, | ||
"template": { | ||
"source": "https://github.com/zkemail/email-wallet", | ||
"commitHash": "1871987e282bc0ea57d5436066730d5efd4ec9a3", | ||
"paramsConfiguration": [121, 17, 1024] | ||
}, | ||
"verification": { | ||
"cfOrVm": "VM" | ||
}, | ||
"artifacts": { | ||
"r1csStoragePath": "https://storage.googleapis.com/email-wallet-zkeys/account_init.r1cs", | ||
"wasmStoragePath": "https://storage.googleapis.com/email-wallet-zkeys/account_init.wasm" | ||
}, | ||
"name": "EmailWallet-Account-Init", | ||
"fixedTimeWindow": 3, | ||
"sequencePosition": 1 | ||
}, | ||
{ | ||
"description": "Email Wallet: Email Sender circuit", | ||
"compiler": { | ||
"version": "2.1.5", | ||
"commitHash": "127414e9088cc017a357233f30f3fd7d91a8906c" | ||
}, | ||
"template": { | ||
"source": "https://github.com/zkemail/email-wallet", | ||
"commitHash": "1871987e282bc0ea57d5436066730d5efd4ec9a3", | ||
"paramsConfiguration": [121, 17, 1024, 512] | ||
}, | ||
"verification": { | ||
"cfOrVm": "VM" | ||
}, | ||
"artifacts": { | ||
"r1csStoragePath": "https://storage.googleapis.com/email-wallet-zkeys/email_sender.r1cs", | ||
"wasmStoragePath": "https://storage.googleapis.com/email-wallet-zkeys/email_sender.wasm" | ||
}, | ||
"name": "EmailWallet-Email-Sender", | ||
"fixedTimeWindow": 3, | ||
"sequencePosition": 1 | ||
}, | ||
{ | ||
"description": "Email Wallet: Claim circuit", | ||
"compiler": { | ||
"version": "2.1.5", | ||
"commitHash": "127414e9088cc017a357233f30f3fd7d91a8906c" | ||
}, | ||
"template": { | ||
"source": "https://github.com/zkemail/email-wallet", | ||
"commitHash": "1871987e282bc0ea57d5436066730d5efd4ec9a3", | ||
"paramsConfiguration": [] | ||
}, | ||
"verification": { | ||
"cfOrVm": "VM" | ||
}, | ||
"artifacts": { | ||
"r1csStoragePath": "https://storage.googleapis.com/email-wallet-zkeys/claim.r1cs", | ||
"wasmStoragePath": "https://storage.googleapis.com/email-wallet-zkeys/claim.wasm" | ||
}, | ||
"name": "EmailWallet-Claim", | ||
"fixedTimeWindow": 3, | ||
"sequencePosition": 1 | ||
}, | ||
{ | ||
"description": "Email Wallet: Account Transport circuit", | ||
"compiler": { | ||
"version": "2.1.5", | ||
"commitHash": "127414e9088cc017a357233f30f3fd7d91a8906c" | ||
}, | ||
"template": { | ||
"source": "https://github.com/zkemail/email-wallet", | ||
"commitHash": "1871987e282bc0ea57d5436066730d5efd4ec9a3", | ||
"paramsConfiguration": [121, 17, 1024] | ||
}, | ||
"verification": { | ||
"cfOrVm": "VM" | ||
}, | ||
"artifacts": { | ||
"r1csStoragePath": "https://storage.googleapis.com/email-wallet-zkeys/account_transport.r1cs", | ||
"wasmStoragePath": "https://storage.googleapis.com/email-wallet-zkeys/account_transport.wasm" | ||
}, | ||
"name": "EmailWallet-Account-Transport", | ||
"fixedTimeWindow": 3, | ||
"sequencePosition": 1 | ||
}, | ||
{ | ||
"description": "Email Wallet: Announcement circuit", | ||
"compiler": { | ||
"version": "2.1.5", | ||
"commitHash": "127414e9088cc017a357233f30f3fd7d91a8906c" | ||
}, | ||
"template": { | ||
"source": "https://github.com/zkemail/email-wallet", | ||
"commitHash": "1871987e282bc0ea57d5436066730d5efd4ec9a3", | ||
"paramsConfiguration": [] | ||
}, | ||
"verification": { | ||
"cfOrVm": "VM" | ||
}, | ||
"artifacts": { | ||
"r1csStoragePath": "https://storage.googleapis.com/email-wallet-zkeys/announcement.r1cs", | ||
"wasmStoragePath": "https://storage.googleapis.com/email-wallet-zkeys/announcement.wasm" | ||
}, | ||
"name": "EmailWallet-Announcement", | ||
"fixedTimeWindow": 3, | ||
"sequencePosition": 1 | ||
} | ||
] | ||
} |