From 023428a2678a8ed50a279d1745c56b900d1e7f8e Mon Sep 17 00:00:00 2001 From: Kiril Mihaylov <80464733+KirilMihaylov@users.noreply.github.com> Date: Thu, 18 Jul 2024 14:17:50 +0300 Subject: [PATCH] fix(feeder/main): Correct `NEUTRON-ASTROPORT-USDC_NOBLE` protocols oracle --- configurations/market-data-feeder.main.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configurations/market-data-feeder.main.toml b/configurations/market-data-feeder.main.toml index b2333fd..32c772e 100644 --- a/configurations/market-data-feeder.main.toml +++ b/configurations/market-data-feeder.main.toml @@ -20,6 +20,6 @@ oracle_id = "neutron-astroport-usdc_axelar" [providers.neutron_astroport_usdc_noble] name = "astroport" -oracle_id = "osmosis-osmosis-usdc_noble" +oracle_id = "neutron-astroport-usdc_noble" [comparison_providers]