File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
app/src/main/java/org/bitcoindevkit/devkitwallet/domain Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ class BlockchainClientsConfig {
41
41
val config = BlockchainClientsConfig ()
42
42
when (network) {
43
43
Network .REGTEST -> config.addClient(EsploraClient (" http://10.0.2.2:3002" ), true )
44
- Network .SIGNET -> config.addClient(EsploraClient (" http ://signet.bitcoindevkit.net " ), true )
44
+ Network .SIGNET -> config.addClient(EsploraClient (" https ://blockstream.info/signet/api/ " ), true )
45
45
Network .TESTNET -> config.addClient(EsploraClient (" https://blockstream.info/testnet/api/" ), true )
46
46
Network .TESTNET4 -> config.addClient(EsploraClient (" https://mempool.space/testnet4/api/" ), true )
47
47
Network .BITCOIN -> throw IllegalArgumentException (" This app does not support mainnet" )
You can’t perform that action at this time.
0 commit comments