Skip to content

Commit 2d6268f

Browse files
committed
Remove minimum UCO control
1 parent 2d8eb17 commit 2d6268f

3 files changed

Lines changed: 15 additions & 13 deletions

File tree

lib/ui/views/bridge/bloc/provider.dart

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -842,11 +842,6 @@ class BridgeFormNotifier extends _$BridgeFormNotifier
842842
}
843843

844844
double? balanceUCO;
845-
double? minAmountDollars;
846-
847-
state.blockchainTo!.isArchethic
848-
? minAmountDollars = 0.0000001
849-
: minAmountDollars = 0.0000001;
850845

851846
final session = ref.read(sessionNotifierProvider);
852847

@@ -867,6 +862,13 @@ class BridgeFormNotifier extends _$BridgeFormNotifier
867862
true,
868863
);
869864
} else {
865+
/* Removed after free fees
866+
double? minAmountDollars;
867+
868+
state.blockchainTo!.isArchethic
869+
? minAmountDollars = 0.0000001
870+
: minAmountDollars = 0.0000001;
871+
870872
final archethicOracleUCO = await ref
871873
.read(aedappfm.ArchethicOracleUCOProviders.archethicOracleUCO.future);
872874
@@ -891,7 +893,7 @@ class BridgeFormNotifier extends _$BridgeFormNotifier
891893
),
892894
);
893895
return false;
894-
}
896+
}*/
895897
}
896898

897899
return true;

pubspec.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,26 +42,26 @@ packages:
4242
dependency: "direct main"
4343
description:
4444
name: archethic_dapp_framework_flutter
45-
sha256: "787827d5af35bc9c606d45c06360dc060608b87d1f39f46df83519d0fd8a3357"
45+
sha256: be72d7b7b99d8b5fd3ad42f6d3faf89dc7044bcc76db7b1654dc9ad3b0155ef8
4646
url: "https://pub.dev"
4747
source: hosted
48-
version: "3.4.3"
48+
version: "3.5.3"
4949
archethic_lib_dart:
5050
dependency: transitive
5151
description:
5252
name: archethic_lib_dart
53-
sha256: c75cccdda2929412d543b2a0cfd8bf6d22b8a4ac507836ded2c50c56e2355024
53+
sha256: b44fd4c21e377003e74efb081ae9dadfb83d088566c9e590fa73d04de6033384
5454
url: "https://pub.dev"
5555
source: hosted
56-
version: "7.7.2"
56+
version: "7.9.2"
5757
archethic_wallet_client:
5858
dependency: "direct main"
5959
description:
6060
name: archethic_wallet_client
61-
sha256: "1d44ed525733ed5b2403f3a92f4f349a645e74c32fa3d33d2bac67be6ab318bc"
61+
sha256: "3bff42bcf584a4a7f6db558f9ccb96381c968d6ce44eae3189c9d06b2f961856"
6262
url: "https://pub.dev"
6363
source: hosted
64-
version: "2.2.3"
64+
version: "2.3.3"
6565
archive:
6666
dependency: transitive
6767
description:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: aebridge
22
description: Enable interoperability and facilitate the transfer of data and assets between the two blockchains.
33
publish_to: "none"
44

5-
version: 3.3.14+126
5+
version: 3.3.15+127
66

77
environment:
88
sdk: ">=3.3.0 <4.0.0"

0 commit comments

Comments
 (0)