Skip to content

Commit

Permalink
fix missing duration error
Browse files Browse the repository at this point in the history
  • Loading branch information
yuetloo committed Apr 24, 2024
1 parent b9b667b commit c638d80
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 c638d80

Please sign in to comment.