Skip to content

Commit 587a344

Browse files
committed
feat: update wallet services version to v2
Signed-off-by: Gaurav Goel <[email protected]>
1 parent 285fdf4 commit 587a344

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/com/web3auth/core/types/Web3AuthOptions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ fun getWalletSdkUrl(buildEnv: BuildEnv?): String {
5454
}
5555

5656
const val openLoginVersion = "v8"
57-
const val walletServicesVersion = "v1"
57+
const val walletServicesVersion = "v2"
5858
const val WEBVIEW_URL = "walletUrl"
5959
const val REDIRECT_URL = "redirectUrl"

0 commit comments

Comments
 (0)