Skip to content
Prev Previous commit
Next Next commit
Add missing port
  • Loading branch information
Mikolaj Gasior committed Aug 7, 2024
commit a77b32238c5143dc86d62440618aa4a95be9eac4
2 changes: 1 addition & 1 deletion .github/workflows/test-transfers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
shell: bash
timeout-minutes: 30
env:
AZERO_NODE_WS: wss://ws.test.azero.dev
AZERO_NODE_WS: wss://ws.test.azero.dev:443
ETH_NODE_HTTP: ${{ secrets.DEVENV_RPC_ETH_ENDPOINT }}
ETH_DEV_ACCOUNT_INDEX: 0
AZERO_ACCOUNT_SEED: ${{ secrets.DEVENV_TESTNET_AZERO1_KEY }}
Expand Down