Skip to content

Commit 9124082

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/Plugins/Web3AuthSDK/Types/Web3AuthOptions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public string sdkUrl {
2121
}
2222
public const string openLoginVersion = "v8";
2323

24-
public const string walletServicesVersion = "v1";
24+
public const string walletServicesVersion = "v2";
2525
public string walletSdkUrl {
2626
get {
2727
if (buildEnv == Web3Auth.BuildEnv.STAGING)

0 commit comments

Comments
 (0)