From 0e4a09f5460f1d4b0c5757ea59161d5133a693d9 Mon Sep 17 00:00:00 2001 From: Sai Kumar Date: Tue, 23 Jan 2024 23:16:01 +0530 Subject: [PATCH] remove the milkTIA config --- umee-provider-config/currency-pairs.toml | 13 ------------- umee-provider-config/deviation-thresholds.toml | 4 ---- 2 files changed, 17 deletions(-) diff --git a/umee-provider-config/currency-pairs.toml b/umee-provider-config/currency-pairs.toml index 08cd069..7e8f35b 100644 --- a/umee-provider-config/currency-pairs.toml +++ b/umee-provider-config/currency-pairs.toml @@ -414,16 +414,3 @@ providers = [ ] quote = "USDC" -[[currency_pairs]] -base = "milkTIA" -providers = [ - "osmosis", -] -quote = "TIA" - -[[currency_pairs]] -base = "milkTIA" -providers = [ - "osmosis", -] -quote = "USDC" diff --git a/umee-provider-config/deviation-thresholds.toml b/umee-provider-config/deviation-thresholds.toml index 6d84927..d34b381 100644 --- a/umee-provider-config/deviation-thresholds.toml +++ b/umee-provider-config/deviation-thresholds.toml @@ -153,7 +153,3 @@ threshold = "2" [[deviation_thresholds]] base = "STRD" threshold = "2" - -[[deviation_thresholds]] -base = "milkTIA" -threshold = "2" \ No newline at end of file