mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 12:29:51 +00:00
Remove SwapTrade
This commit is contained in:
parent
cd0844dcc1
commit
b28ea4199c
1 changed files with 3 additions and 3 deletions
|
@ -47,10 +47,10 @@ class SwapTradeExchangeProvider extends ExchangeProvider {
|
|||
String get title => 'SwapTrade';
|
||||
|
||||
@override
|
||||
bool get isAvailable => true;
|
||||
bool get isAvailable => false;
|
||||
|
||||
@override
|
||||
bool get isEnabled => true;
|
||||
bool get isEnabled => false;
|
||||
|
||||
@override
|
||||
bool get supportsFixedRate => false;
|
||||
|
@ -59,7 +59,7 @@ class SwapTradeExchangeProvider extends ExchangeProvider {
|
|||
ExchangeProviderDescription get description => ExchangeProviderDescription.swapTrade;
|
||||
|
||||
@override
|
||||
Future<bool> checkIsAvailable() async => true;
|
||||
Future<bool> checkIsAvailable() async => false;
|
||||
|
||||
@override
|
||||
Future<Limits> fetchLimits({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue