Skip to content

Commit

Permalink
rename fundingRoundFactory to clrFund
Browse files Browse the repository at this point in the history
  • Loading branch information
yuetloo committed Dec 1, 2023
1 parent 3590b32 commit fc7d243
Show file tree
Hide file tree
Showing 62 changed files with 9,911 additions and 4,043 deletions.
12 changes: 4 additions & 8 deletions contracts/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,11 @@ WALLET_PRIVATE_KEY=
NATIVE_TOKEN_ADDRESS=

# Required to use in the tally and finalize scripts
CLRFUND=
ROUND_ADDRESS=
COORDINATOR_PK=
COORDINATOR_ETH_PK=

# Used in the tally script to add tally results to funding round by batch, default is 20
# Used in the tally script to add tally results to funding round by batch, default is 8
TALLY_BATCH_SIZE=
# The block that the MACI contract was created in. Used in fetchLogs
MACI_START_BLOCK=
# Number of blocks of the MACI event logs to fetch, default is 20,000
NUM_BLOCKS_PER_REQUEST=

Expand All @@ -42,9 +38,9 @@ NUM_BLOCKS_PER_REQUEST=
ETHERSCAN_API_KEY=


# ZK proof circuit type, based on MACI v0.10.1 circuit type as defined in utils/deployment.ts
# e.g. test, small, medium, x32, prod
CIRCUIT_TYPE=prod
# ZK proof circuit type, based on MACI v1 circuit type as defined in utils/deployment.ts
# e.g. micro
CIRCUIT_TYPE=micro


# The IPFS gateway url used by the prepare-results.ts script
Expand Down
Loading

0 comments on commit fc7d243

Please sign in to comment.