We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aac2a91 commit 24c5859Copy full SHA for 24c5859
thepeer-android/src/main/java/co/thepeer/sdk/utils/Urls.kt
@@ -6,7 +6,7 @@ import com.google.gson.Gson
6
internal object Urls {
7
8
fun createTransactionUrl(data: ThepeerParam): String {
9
- var BASE_URL = "https://groot.thepeer.co?"
+ var BASE_URL = "https://chain.thepeer.co?"
10
11
val params = mapOf(
12
"publicKey" to data.publicKey,
0 commit comments