Skip to content

Commit

Permalink
Merge pull request #747 from clrfund/fix/deploy-local-duration-missin…
Browse files Browse the repository at this point in the history
…g-error

Fix deploy local script error due to missing round duration
  • Loading branch information
yuetloo authored Apr 24, 2024
2 parents b9b667b + c638d80 commit 4ee0e4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/sh/deployLocal.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ export COORDINATOR_MACISK=$(echo "${MACI_KEYPAIR}" | grep -o "macisk.*$")
yarn hardhat new-clrfund --network ${NETWORK}

# deploy a new funding round
yarn hardhat new-round --network ${NETWORK}
yarn hardhat new-round --network ${NETWORK} --round-duration 3600

0 comments on commit 4ee0e4f

Please sign in to comment.