mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-29 04:49: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';
|
String get title => 'SwapTrade';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
bool get isAvailable => true;
|
bool get isAvailable => false;
|
||||||
|
|
||||||
@override
|
@override
|
||||||
bool get isEnabled => true;
|
bool get isEnabled => false;
|
||||||
|
|
||||||
@override
|
@override
|
||||||
bool get supportsFixedRate => false;
|
bool get supportsFixedRate => false;
|
||||||
|
@ -59,7 +59,7 @@ class SwapTradeExchangeProvider extends ExchangeProvider {
|
||||||
ExchangeProviderDescription get description => ExchangeProviderDescription.swapTrade;
|
ExchangeProviderDescription get description => ExchangeProviderDescription.swapTrade;
|
||||||
|
|
||||||
@override
|
@override
|
||||||
Future<bool> checkIsAvailable() async => true;
|
Future<bool> checkIsAvailable() async => false;
|
||||||
|
|
||||||
@override
|
@override
|
||||||
Future<Limits> fetchLimits({
|
Future<Limits> fetchLimits({
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue