new release candidate (#1996)

* new release candidate

* disable swapTrade [skip ci]
This commit is contained in:
Omar Hatem 2025-02-03 15:17:46 +02:00 committed by GitHub
parent 8b56c52dc6
commit 6d4b93132f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 17 additions and 12 deletions

View file

@ -394,6 +394,11 @@ Future<void> defaultSettingsMigration(
sharedPreferences,
providerName: "SimpleSwap",
enabled: true,
);
_changeExchangeProviderAvailability(
sharedPreferences,
providerName: "SwapTrade",
enabled: false,
);
break;
default: