diff --git a/pubspec.lock b/pubspec.lock index c95bd97..4823bb2 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -44,11 +44,10 @@ packages: archethic_wallet_client: dependency: "direct main" description: - name: archethic_wallet_client - sha256: "83baa3bbdb5c2a5c772c9ad3272adcb2c70bc2ef70075a12c9316a13bd57921b" - url: "https://pub.dev" - source: hosted - version: "2.0.7" + path: "../archethic-wallet-client-dart" + relative: true + source: path + version: "2.0.5" archive: dependency: "direct main" description: diff --git a/pubspec.yaml b/pubspec.yaml index f3dbb98..e4bb9ff 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -18,9 +18,9 @@ dependencies: # path: ../libdart-2 # A client dart library to interact with Archethic Wallet RPC API. - archethic_wallet_client: ^2.0.7 - #archethic_wallet_client: - # path: ../archethic-wallet-client-dart + #archethic_wallet_client: ^2.0.7 + archethic_wallet_client: + path: ../archethic-wallet-client-dart # Compression archive: ^3.4.10