Skip to content

Commit

Permalink
Change electrumx server for debug purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasz-zimnoch committed Aug 19, 2021
1 parent f0ba14e commit 5b284d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
- name: Run e2e tests
run: |
./e2e-test.js \
--bitcoin-electrum-host=${{ secrets.KEEP_TEST_ELECTRUMX_HOSTNAME }} \
--bitcoin-electrum-port=${{ secrets.KEEP_TEST_ELECTRUMX_PORT }} \
--bitcoin-electrum-host=34.70.22.39 \ # TODO: Temporary test
--bitcoin-electrum-port=8080 \ # TODO: Temporary test
--bitcoin-network="testnet" \
--bitcoin-depositor-pk=${{ secrets.KEEP_TEST_BTC_DEPOSITOR_PK }} \
--ethereum-node=${{ secrets.KEEP_TEST_ETH_HOSTNAME_WS }} \
Expand Down

0 comments on commit 5b284d0

Please sign in to comment.