File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
app/src/main/java/to/bitkit/env Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -116,6 +116,8 @@ internal object Env {
116116 else -> null
117117 }
118118
119+ val vssStoreIdPrefix get() = " bitkit_v1_${network.name.lowercase()} "
120+
119121 val vssServerUrl
120122 get() = when (network) {
121123 Network .BITCOIN -> " https://bitkit.to/vss_rs_auth"
@@ -128,7 +130,13 @@ internal object Env {
128130 else -> " https://bitkit.stag0.blocktank.to/lnurl_auth/auth"
129131 }
130132
131- val vssStoreIdPrefix get() = " bitkit_v1_${network.name.lowercase()} "
133+ val blockExplorerUrl
134+ get() = when (network) {
135+ Network .BITCOIN -> " https://mempool.space"
136+ Network .SIGNET -> " https://mutinynet.com"
137+ Network .TESTNET -> " https://mempool.space/testnet"
138+ Network .REGTEST -> " https://mempool.bitkit.stag0.blocktank.to/"
139+ }
132140
133141 val blocktankBaseUrl
134142 get() = when (network) {
@@ -152,14 +160,6 @@ internal object Env {
152160 else -> " https://bitkit.stag0.blocktank.to/fx/rates/btc"
153161 }
154162
155- val blockExplorerUrl
156- get() = when (network) {
157- Network .BITCOIN -> " https://mempool.space"
158- Network .SIGNET -> " https://mutinynet.com"
159- Network .TESTNET -> " https://mempool.space/testnet"
160- Network .REGTEST -> " https://mempool.bitkit.stag0.blocktank.to/"
161- }
162-
163163 const val geoCheckUrl = " https://api1.blocktank.to/api/geocheck"
164164 const val chatwootUrl = " https://synonym.to/api/chatwoot"
165165 const val newsBaseUrl = " https://feeds.synonym.to/news-feed/api"
You can’t perform that action at this time.
0 commit comments