Skip to content

Commit 7c5ee70

Browse files
committed
feat: update wallet-services to v5 version
Signed-off-by: Gaurav Goel <[email protected]>
1 parent a0d5a2d commit 7c5ee70

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
@@ -81,7 +81,7 @@ fun getDashboardUrl(buildEnv: BuildEnv?): String {
8181
}
8282

8383
const val authServiceVersion = "v10"
84-
const val walletServicesVersion = "v4"
84+
const val walletServicesVersion = "v5"
8585
const val authDashboardVersion = "v9"
8686
const val walletAccountConstant = "wallet/account"
8787
const val WEBVIEW_URL = "walletUrl"

0 commit comments

Comments
 (0)