mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 12:29:51 +00:00
new release candidate (#1996)
* new release candidate * disable swapTrade [skip ci]
This commit is contained in:
parent
8b56c52dc6
commit
6d4b93132f
7 changed files with 17 additions and 12 deletions
|
@ -394,6 +394,11 @@ Future<void> defaultSettingsMigration(
|
|||
sharedPreferences,
|
||||
providerName: "SimpleSwap",
|
||||
enabled: true,
|
||||
);
|
||||
_changeExchangeProviderAvailability(
|
||||
sharedPreferences,
|
||||
providerName: "SwapTrade",
|
||||
enabled: false,
|
||||
);
|
||||
break;
|
||||
default:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue