From 40aae1d1dfff5aae9890592e339e9ce838ef7d10 Mon Sep 17 00:00:00 2001 From: Crisgarner <@crisgarner> Date: Wed, 10 Apr 2024 11:48:08 -0600 Subject: [PATCH] docs(added recommendations): added recommendations to note --- website/versioned_docs/version-v1.2/integrating.md | 4 ++-- website/versioned_docs/version-v1.3_alpha/integrating.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/website/versioned_docs/version-v1.2/integrating.md b/website/versioned_docs/version-v1.2/integrating.md index be401ae207..605bcb4fe4 100644 --- a/website/versioned_docs/version-v1.2/integrating.md +++ b/website/versioned_docs/version-v1.2/integrating.md @@ -29,9 +29,9 @@ Deployment order is: Before running the deploy command make sure you have [zkey files](/docs/v1.2/trusted-setup) from trusted setup and env variables `ETH_PROVIDER` (RPC endpoint) and `ETH_SK` (wallet private key) are set. For production environment make sure you don't use zkey files from our examples. -:::note Non Quadratic Funding +:::note Non Quadratic Voting -Make sure that you use the a non Quadratic Funding Poll you use the **NonQV** zkey files and create the Poll with `--use-quadratic-voting false` +Make sure that if you intend to run a non quadratic voting Poll, you set the **NonQv** zKey files on the VkRegistry contract, as well as deploy the Poll with the option `--use-quadratic-voting false`. Finally, remember to use the correct zk-SNARK artifacts (zKeys, and witnesses) in the genProof/prove commands. ::: diff --git a/website/versioned_docs/version-v1.3_alpha/integrating.md b/website/versioned_docs/version-v1.3_alpha/integrating.md index 60dc96e704..d84bf470ef 100644 --- a/website/versioned_docs/version-v1.3_alpha/integrating.md +++ b/website/versioned_docs/version-v1.3_alpha/integrating.md @@ -29,9 +29,9 @@ Deployment order is: Before running the deploy command make sure you have [zkey files](https://maci.pse.dev/docs/trusted-setup) from trusted setup and env variables `ETH_PROVIDER` (RPC endpoint) and `ETH_SK` (wallet private key) are set. For production environment make sure you don't use zkey files from our examples. -:::note Non Quadratic Funding +:::note Non Quadratic Voting -Make sure that you use the a non Quadratic Funding Poll you use the **NonQV** zkey files and create the Poll with `--use-quadratic-voting false` +Make sure that if you intend to run a non quadratic voting Poll, you set the **NonQv** zKey files on the VkRegistry contract, as well as deploy the Poll with the option `--use-quadratic-voting false`. Finally, remember to use the correct zk-SNARK artifacts (zKeys, and witnesses) in the genProof/prove commands. :::