Commit f6d31f1 1 parent 32fd347 commit f6d31f1 Copy full SHA for f6d31f1
File tree 2 files changed +1
-2
lines changed
yarn-project/cli/src/cmds/l1
2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -771,7 +771,6 @@ jobs:
771
771
./.github/scripts/wait_for_infra.sh pxe ${{ env.DEPLOY_TAG }} ${{ env.API_KEY }}
772
772
773
773
- name : Deploy verifier (allow failure)
774
- continue-on-error : true
775
774
working-directory : ./yarn-project/aztec/terraform/pxe
776
775
run : |
777
776
set -eo pipefail
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ export async function deployUltraHonkVerifier(
57
57
const output = JSON . parse ( solc . compile ( JSON . stringify ( input ) ) ) ;
58
58
log ( 'Compiled UltraHonkVerifier' ) ;
59
59
60
- const abi = output . contracts [ 'UltraHonkVerifier.sol' ] [ 'UltraHonkVerifier ' ] . abi ;
60
+ const abi = output . contracts [ 'UltraHonkVerifier.sol' ] [ 'HonkVerifier ' ] . abi ;
61
61
const bytecode : string = output . contracts [ 'UltraHonkVerifier.sol' ] [ 'HonkVerifier' ] . evm . bytecode . object ;
62
62
63
63
const { publicClient, walletClient } = createL1Clients (
You can’t perform that action at this time.
0 commit comments