Skip to content

Commit

Permalink
turn off simulation mode
Browse files Browse the repository at this point in the history
  • Loading branch information
zkokelj committed Sep 12, 2024
1 parent 4022673 commit 09d9087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/manual-deploy-obscuro-gateway.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ jobs:
--device /dev/sgx_enclave --device /dev/sgx_provision \
--entrypoint "/home/ten/go-ten/tools/walletextension/main/entry.sh" \
-e OBSCURO_GATEWAY_VERSION="${{ GITHUB.RUN_NUMBER }}-${{ GITHUB.SHA }}" \
-e OE_SIMULATION=1 \
-e OE_SIMULATION=0 \
${{ env.DOCKER_BUILD_TAG_GATEWAY }} \
ego run /home/ten/go-ten/tools/walletextension/main/main \
-host=0.0.0.0 -port=80 -portWS=81 -nodeHost=${{ env.L2_RPC_URL_VALIDATOR }} -verbose=true \
Expand Down

0 comments on commit 09d9087

Please sign in to comment.