Skip to content

Commit

Permalink
Check another electrumx server
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasz-zimnoch committed Aug 19, 2021
1 parent f91b0e4 commit 8613299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/e2e-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import wif from "wif"
import program from "commander"

program
.option('--bitcoin-electrum-host <host>', "electrum server host", "34.70.22.39")
.option('--bitcoin-electrum-host <host>', "electrum server host", "34.70.251.19")
.option('--bitcoin-electrum-port <port>', "electrum server port", (port) => parseInt(port, 10), 8080)
.option('--bitcoin-network <network>', "type of the bitcoin network (\"regtest\"|\"testnet\")", "regtest")
.option('--bitcoin-depositor-pk <privateKey>', "private key of the Bitcoin depositor in WIF format", "cTj6Z9fxMr4pzfpUhiN8KssVzZjgQz9zFCfh87UrH8ZLjh3hGZKF")
Expand Down

0 comments on commit 8613299

Please sign in to comment.