Skip to content

Commit 0049a3b

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Assets/Plugins/Web3AuthSDK/Types/Web3AuthOptions.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ public string sdkUrl {
2525
public string walletSdkUrl {
2626
get {
2727
if (authBuildEnv == Web3Auth.BuildEnv.STAGING)
28-
return "https://staging-wallet.web3auth.io/v4";
28+
return "https://staging-wallet.web3auth.io/v5";
2929
else if (authBuildEnv == Web3Auth.BuildEnv.TESTING)
3030
return "https://develop-wallet.web3auth.io";
3131
else
32-
return "https://wallet.web3auth.io/v4";
32+
return "https://wallet.web3auth.io/v5";
3333
}
3434
set { }
3535
}

0 commit comments

Comments
 (0)