Skip to content

Commit 0b3c5a7

Browse files
Merge pull request #94 from Web3Auth/update_auth_service
Update auth-service version to v9 and wallet-service to v3
2 parents 9805db3 + d3f3604 commit 0b3c5a7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Add `web3auth_flutter` as a dependency to your `pubspec.yaml` file.
3737

3838
```yml
3939
dependencies:
40-
web3auth_flutter: ^6.0.0
40+
web3auth_flutter: ^6.0.1
4141
```
4242
4343
or

lib/input.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ class UnKnownException implements Exception {
505505
}
506506

507507
String getSdkUrl(BuildEnv? buildEnv) {
508-
const String version = "v8";
508+
const String version = "v9";
509509
switch (buildEnv) {
510510
case BuildEnv.staging:
511511
return "https://staging-auth.web3auth.io/$version";
@@ -518,7 +518,7 @@ String getSdkUrl(BuildEnv? buildEnv) {
518518
}
519519

520520
String getWalletSdkUrl(BuildEnv? buildEnv) {
521-
const String walletServicesVersion = "v2";
521+
const String walletServicesVersion = "v3";
522522
switch (buildEnv) {
523523
case BuildEnv.staging:
524524
return "https://staging-wallet.web3auth.io/$walletServicesVersion";

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: web3auth_flutter
22
description: Flutter SDK for Torus Web3Auth (Web3Auth)
3-
version: 6.0.0
3+
version: 6.0.1
44
homepage: https://web3auth.io
55
repository: https://github.com/Web3Auth/web3auth-flutter-sdk.git
66

0 commit comments

Comments
 (0)