Disable SimpleSwap from the Swap flow (#2148)

This commit is contained in:
Omar Hatem 2025-04-01 20:04:43 +02:00 committed by GitHub
parent 14a577f9b5
commit d04e9c4efa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 6 deletions

View file

@ -34,10 +34,10 @@ class SimpleSwapExchangeProvider extends ExchangeProvider {
String get title => 'SimpleSwap';
@override
bool get isAvailable => true;
bool get isAvailable => false;
@override
bool get isEnabled => true;
bool get isEnabled => false;
@override
bool get supportsFixedRate => false;