Skip to content

Commit

Permalink
Fix to use the dev build of the contract deployer
Browse files Browse the repository at this point in the history
  • Loading branch information
moraygrieve committed Nov 8, 2022
1 parent 4c9a32c commit 10f403f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/manual-deploy-dev-testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
id: deployContracts
shell: bash
run: |
./testnet/testnet-deploy-contracts.sh --l1host=${{ github.event.inputs.L1HOST }} --pkstring=${{ secrets.GETHNETWORK_PREFUNDED_PKSTR_WORKER }}
./testnet/testnet-deploy-contracts.sh --l1host=${{ github.event.inputs.L1HOST }} --pkstring=${{ secrets.GETHNETWORK_PREFUNDED_PKSTR_WORKER }} --docker_image=${{ secrets.REGISTRY_LOGIN_SERVER }}/obscuronet/dev_obscuro_contractdeployer:latest
source ./testnet/.env
echo "MGMTCONTRACTADDR=$MGMTCONTRACTADDR" >> $GITHUB_ENV
echo "HOCERC20ADDR=$HOCERC20ADDR" >> $GITHUB_ENV
Expand Down

0 comments on commit 10f403f

Please sign in to comment.