From 2d625f75adc77509b0c104acb016d46b2224bbdd Mon Sep 17 00:00:00 2001 From: Alex Gherghisan Date: Wed, 11 Sep 2024 16:44:18 +0000 Subject: [PATCH] fix: enable verifier when deploying the networks --- .github/workflows/devnet-deploys.yml | 1 - yarn-project/cli/src/cmds/l1/deploy_l1_verifier.ts | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/devnet-deploys.yml b/.github/workflows/devnet-deploys.yml index 75d0431dfda3..b08d25a09949 100644 --- a/.github/workflows/devnet-deploys.yml +++ b/.github/workflows/devnet-deploys.yml @@ -771,7 +771,6 @@ jobs: ./.github/scripts/wait_for_infra.sh pxe ${{ env.DEPLOY_TAG }} ${{ env.API_KEY }} - name: Deploy verifier (allow failure) - continue-on-error: true working-directory: ./yarn-project/aztec/terraform/pxe run: | set -eo pipefail diff --git a/yarn-project/cli/src/cmds/l1/deploy_l1_verifier.ts b/yarn-project/cli/src/cmds/l1/deploy_l1_verifier.ts index 970018f98966..cc346d98cdad 100644 --- a/yarn-project/cli/src/cmds/l1/deploy_l1_verifier.ts +++ b/yarn-project/cli/src/cmds/l1/deploy_l1_verifier.ts @@ -57,7 +57,7 @@ export async function deployUltraHonkVerifier( const output = JSON.parse(solc.compile(JSON.stringify(input))); log('Compiled UltraHonkVerifier'); - const abi = output.contracts['UltraHonkVerifier.sol']['UltraHonkVerifier'].abi; + const abi = output.contracts['UltraHonkVerifier.sol']['HonkVerifier'].abi; const bytecode: string = output.contracts['UltraHonkVerifier.sol']['HonkVerifier'].evm.bytecode.object; const { publicClient, walletClient } = createL1Clients(