chore: temporarily disable Robinhood in provider types pending Exchange Helper fix (#2356)
Konstantin Ullrich committed
Jul 3, 2025 at 15:21 UTC
f55aafb9a11fb65c23308ae3544f8a35c1805065
1 file changed
+1
-1
lib/entities/provider_types.dart
+1
-1
@@ -55,7 +55,7 @@ class ProvidersHelper {
55
];
56
57
static List<ProviderType> getAvailableSellProviderTypes() => [
58
- ProviderType.robinhood,
58
+ // ProviderType.robinhood, // ToDo: (Konsti) Enable once fixed in Exchange Helper, but still waiting for new Docs
59
ProviderType.dfx,
60
ProviderType.onramper,
61
ProviderType.moonpay,