Skip to content

Commit 37951c1

Browse files
committed
fix(electrum): replace dead Thesis URL in integration tests
Swap the defunct electrumx-server.test.tbtc.network endpoint with the BOAR testnet server in electrum_integration_test.go to fix CI timeouts.
1 parent 6e7fbea commit 37951c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/bitcoin/electrum/electrum_integration_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ var testConfigs = map[string]testConfig{
5858
},
5959
"electrumx wss": {
6060
clientConfig: electrum.Config{
61-
URL: "wss://electrumx-server.test.tbtc.network:8443",
61+
URL: "wss://electrum.testnet.boar.network:443/QxbJgaSLUHqrgAa9BW7bDpnGPxrlhnCa",
6262
RequestTimeout: requestTimeout,
6363
RequestRetryTimeout: requestRetryTimeout,
6464
},

0 commit comments

Comments
 (0)