Skip to content

Commit

Permalink
Add electrs-esplora tcp server for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nkuba committed Jan 25, 2023
1 parent a56ba9f commit 4bc9085
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions typescript/test/electrum.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ const testnetCredentials: ElectrumCredentials[] = [
},
// TODO: Enable after retries are implemented
// See: https://github.com/keep-network/tbtc-v2/issues/485
// // electrs-esplora tcp
// {
// host: "electrum.blockstream.info",
// port: 60001,
// protocol: "tcp",
// },
// // electrs-esplora ssl
// {
// host: "electrum.blockstream.info",
Expand Down

0 comments on commit 4bc9085

Please sign in to comment.