New versions (#1334)

* Enable Exolix
Improve service updates indicator
New versions

* Add exolix Api token to limits api

* Ignore reporting network issues

* Change default bitcoin node
This commit is contained in:
Omar Hatem 2024-03-18 17:45:11 +02:00 committed by GitHub
parent 50b5ebc622
commit 27347779fa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 59 additions and 23 deletions

View file

@ -66,6 +66,7 @@ class ExolixExchangeProvider extends ExchangeProvider {
final params = <String, String>{
'rateType': _getRateType(isFixedRateMode),
'amount': '1',
'apiToken': apiKey,
};
if (isFixedRateMode) {
params['coinFrom'] = _normalizeCurrency(to);