Skip to content

Commit 4bc9085

Browse files
committed
Add electrs-esplora tcp server for tests
1 parent a56ba9f commit 4bc9085

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

typescript/test/electrum.test.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ const testnetCredentials: ElectrumCredentials[] = [
2424
},
2525
// TODO: Enable after retries are implemented
2626
// See: https://github.com/keep-network/tbtc-v2/issues/485
27+
// // electrs-esplora tcp
28+
// {
29+
// host: "electrum.blockstream.info",
30+
// port: 60001,
31+
// protocol: "tcp",
32+
// },
2733
// // electrs-esplora ssl
2834
// {
2935
// host: "electrum.blockstream.info",

0 commit comments

Comments
 (0)