mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 20:39:51 +00:00
Disable SimpleSwap from the Swap flow (#2148)
This commit is contained in:
parent
14a577f9b5
commit
d04e9c4efa
2 changed files with 2 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue