Skip to content

Commit 26e8982

Browse files
committed
feat: add vssServerUrl for vss with auth
1 parent 7c5998b commit 26e8982

File tree

1 file changed

+1
-0
lines changed
  • app/src/main/java/to/bitkit/env

1 file changed

+1
-0
lines changed

app/src/main/java/to/bitkit/env/Env.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ internal object Env {
4141
get() = when (network) {
4242
Network.BITCOIN -> TODO("VSS not implemented for mainnet")
4343
// Network.REGTEST -> "http://localhost:5050/vss"
44+
// Network.REGTEST -> "https://bitkit.stag0.blocktank.to/vss_rs_auth"
4445
else -> "https://bitkit.stag0.blocktank.to/vss_rs/"
4546
}
4647

0 commit comments

Comments
 (0)