Skip to content

Commit f4fa797

Browse files
authored
1 parent e890814 commit f4fa797

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/devnet-deploys.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@ jobs:
617617
working-directory: ./yarn-project/aztec/terraform/pxe
618618
run: |
619619
set -eo pipefail
620-
docker run aztecprotocol/aztec:${{ env.DEPLOY_TAG }} deploy-verifier \
620+
docker run aztecprotocol/aztec:${{ env.DEPLOY_TAG }} deploy-l1-verifier \
621621
--rpc-url https://api.aztec.network/${{ env.DEPLOY_TAG }}/aztec-pxe/${{ env.API_KEY }} \
622622
--l1-rpc-url https://${{ env.DEPLOY_TAG }}-mainnet-fork.aztec.network:8545/${{ env.API_KEY }} \
623623
--l1-chain-id ${{ env.L1_CHAIN_ID }} \

0 commit comments

Comments
 (0)