From 64e80d5d6d612a7785c9577604685518b85628ed Mon Sep 17 00:00:00 2001 From: Saleel Date: Sun, 12 Nov 2023 18:51:34 +0300 Subject: [PATCH] chore: add p0tion config for email wallet --- .../p0tionConfig.json | 142 ++++++++++++++++++ 1 file changed, 142 insertions(+) create mode 100644 ceremonies/email-wallet-trusted-setup-ceremony/p0tionConfig.json diff --git a/ceremonies/email-wallet-trusted-setup-ceremony/p0tionConfig.json b/ceremonies/email-wallet-trusted-setup-ceremony/p0tionConfig.json new file mode 100644 index 0000000..2cd80c1 --- /dev/null +++ b/ceremonies/email-wallet-trusted-setup-ceremony/p0tionConfig.json @@ -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-13T00: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 + } + ] +}