Skip to content

Commit 24c5859

Browse files
committed
updated to production url
1 parent aac2a91 commit 24c5859

File tree

1 file changed

+1
-1
lines changed
  • thepeer-android/src/main/java/co/thepeer/sdk/utils

1 file changed

+1
-1
lines changed

thepeer-android/src/main/java/co/thepeer/sdk/utils/Urls.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import com.google.gson.Gson
66
internal object Urls {
77

88
fun createTransactionUrl(data: ThepeerParam): String {
9-
var BASE_URL = "https://groot.thepeer.co?"
9+
var BASE_URL = "https://chain.thepeer.co?"
1010

1111
val params = mapOf(
1212
"publicKey" to data.publicKey,

0 commit comments

Comments
 (0)