Skip to content

Commit

Permalink
Merge pull request #94 from Web3Auth/update_auth_service
Browse files Browse the repository at this point in the history
Update auth-service version to v9 and wallet-service to v3
  • Loading branch information
chaitanyapotti authored Dec 4, 2024
2 parents 9805db3 + d3f3604 commit 0b3c5a7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Add `web3auth_flutter` as a dependency to your `pubspec.yaml` file.

```yml
dependencies:
web3auth_flutter: ^6.0.0
web3auth_flutter: ^6.0.1
```
or
Expand Down
4 changes: 2 additions & 2 deletions lib/input.dart
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ class UnKnownException implements Exception {
}

String getSdkUrl(BuildEnv? buildEnv) {
const String version = "v8";
const String version = "v9";
switch (buildEnv) {
case BuildEnv.staging:
return "https://staging-auth.web3auth.io/$version";
Expand All @@ -518,7 +518,7 @@ String getSdkUrl(BuildEnv? buildEnv) {
}

String getWalletSdkUrl(BuildEnv? buildEnv) {
const String walletServicesVersion = "v2";
const String walletServicesVersion = "v3";
switch (buildEnv) {
case BuildEnv.staging:
return "https://staging-wallet.web3auth.io/$walletServicesVersion";
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: web3auth_flutter
description: Flutter SDK for Torus Web3Auth (Web3Auth)
version: 6.0.0
version: 6.0.1
homepage: https://web3auth.io
repository: https://github.com/Web3Auth/web3auth-flutter-sdk.git

Expand Down

0 comments on commit 0b3c5a7

Please sign in to comment.