File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -149,7 +149,6 @@ jobs:
149149 NAMESPACE : ${{ inputs.namespace }}
150150 AZTEC_DOCKER_IMAGE : " aztecprotocol/aztec:${{ inputs.docker_image_tag || inputs.semver }}"
151151 CREATE_ROLLUP_CONTRACTS : ${{ inputs.deploy_contracts == true && 'true' || '' }}
152- USE_NETWORK_CONFIG : ${{ inputs.deploy_contracts == true && 'false' || '' }}
153152 PROVER_AGENT_DOCKER_IMAGE : " aztecprotocol/aztec-prover-agent:${{ inputs.docker_image_tag || inputs.semver }}"
154153 run : |
155154 echo "Deploying network: ${{ inputs.network }}"
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ R2_SECRET_ACCESS_KEY=REPLACE_WITH_GCP_SECRET
3333CREATE_ROLLUP_CONTRACTS = ${ CREATE_ROLLUP_CONTRACTS:-false }
3434VERIFY_CONTRACTS = false
3535REDEPLOY_ROLLUP_CONTRACTS = ${ REDEPLOY_ROLLUP_CONTRACTS:-false }
36- USE_NETWORK_CONFIG = ${ USE_NETWORK_CONFIG:-true }
36+ USE_NETWORK_CONFIG = ${ USE_NETWORK_CONFIG:-false }
3737
3838DEPLOY_INTERNAL_BOOTNODE = false
3939
You can’t perform that action at this time.
0 commit comments