From 8281a1a68e16991a425f257360d490be69a17633 Mon Sep 17 00:00:00 2001 From: smk762 Date: Mon, 30 Oct 2023 16:42:47 +0800 Subject: [PATCH] update rates url --- lib/app_config/app_config.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/app_config/app_config.dart b/lib/app_config/app_config.dart index 57d6eadc2..9a0edb0c5 100644 --- a/lib/app_config/app_config.dart +++ b/lib/app_config/app_config.dart @@ -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