Skip to content

Commit 0ae4879

Browse files
Merge pull request #112 from Web3Auth/feat/update_ws_version
feat: bump wallet-services version
2 parents f489015 + deb53cd commit 0ae4879

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)