Skip to content

Commit deb53cd

Browse files
committed
feat: bump ws version
Signed-off-by: Gaurav Goel <[email protected]>
1 parent f489015 commit deb53cd

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
@@ -77,7 +77,7 @@ fun getDashboardUrl(buildEnv: BuildEnv?): String {
7777
}
7878

7979
const val authServiceVersion = "v9"
80-
const val walletServicesVersion = "v3"
80+
const val walletServicesVersion = "v4"
8181
const val authDashboardVersion = "v9"
8282
const val walletAccountConstant = "wallet/account"
8383
const val WEBVIEW_URL = "walletUrl"

0 commit comments

Comments
 (0)