Skip to content

Commit

Permalink
Plonk keys return to main contract build
Browse files Browse the repository at this point in the history
  • Loading branch information
dvush committed Sep 11, 2020
1 parent 3034d9f commit cb2da5c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -154,10 +154,8 @@ build-dev-contracts: confirm_action prepare-test-contracts
@bin/prepare-test-contracts.sh
@cd contracts && yarn build-dev

prepare-test-contracts:
@cp ${KEY_DIR}/account-${ACCOUNT_TREE_DEPTH}_balance-${BALANCE_TREE_DEPTH}/KeysWithPlonkVerifier.sol contracts/contracts/ || (echo "please download keys" && exit 1)

build-contracts: confirm_action
@cp ${KEY_DIR}/account-${ACCOUNT_TREE_DEPTH}_balance-${BALANCE_TREE_DEPTH}/KeysWithPlonkVerifier.sol contracts/contracts/ || (echo "please download keys" && exit 1)
@cargo run --release --bin gen_token_add_contract
@cd contracts && yarn build

Expand Down

0 comments on commit cb2da5c

Please sign in to comment.