Skip to content

Commit

Permalink
update rates url
Browse files Browse the repository at this point in the history
  • Loading branch information
smk762 committed Oct 30, 2023
1 parent e32aff7 commit 990b9ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/app_config/app_config.dart
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ class AppConfig {
// endpoint source code:
// https://github.com/KomodoPlatform/mobile_endpoints_proxy/blob/main/main.py#L113
String get fiatPricesEndpoint =>
'https://rates.komodo.earth/api/v1/usd_rates';
'https://defi-stats.komodo.earth/api/v3/rates/fixer_io';

// endpoint source code:
// https://github.com/KomodoPlatform/mobile_endpoints_proxy/blob/main/main.py#L95
Expand Down

0 comments on commit 990b9ca

Please sign in to comment.