Skip to content

Commit

Permalink
update rates url
Browse files Browse the repository at this point in the history
  • Loading branch information
smk762 authored and CharlVS committed Oct 31, 2023
1 parent 40b1eb2 commit 8281a1a
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 8281a1a

Please sign in to comment.