Skip to content

Commit

Permalink
use simulation mode
Browse files Browse the repository at this point in the history
  • Loading branch information
zkokelj committed Jun 12, 2024
1 parent bca8ef2 commit b8db9b1
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 @@ -134,7 +134,7 @@ jobs:
datadog/agent:latest \
&& docker run -d -p 80:80 -p 81:81 --name ${{ github.event.inputs.testnet_type }}-TG-${{ GITHUB.RUN_NUMBER }}-SGX \
--entrypoint "/home/ten/go-ten/tools/walletextension/main/entry.sh" \
-e OE_SIMULATION=0 \
-e OE_SIMULATION=1 \
${{ vars.DOCKER_BUILD_TAG_GATEWAY }}-SGX \
ego run /home/ten/go-ten/tools/walletextension/main/main \
-host=0.0.0.0 -port=80 -portWS=81 -nodeHost=${{ vars.L2_RPC_URL_VALIDATOR }} -verbose=true \
Expand Down

0 comments on commit b8db9b1

Please sign in to comment.