From d6291f6c928ae6903e3a7d81fd4957a09d1ebc95 Mon Sep 17 00:00:00 2001 From: Sai Kumar Date: Tue, 23 Jan 2024 23:11:35 +0530 Subject: [PATCH] supporting TIA as quote and add config for milkTIA --- config/supported_assets.go | 1 + umee-provider-config/currency-pairs.toml | 14 ++++++++++++++ 2 files changed, 15 insertions(+) diff --git a/config/supported_assets.go b/config/supported_assets.go index 32b2337..096b977 100644 --- a/config/supported_assets.go +++ b/config/supported_assets.go @@ -47,6 +47,7 @@ var ( {Base: "WETH", Quote: "USDC"}: {}, {Base: "WBTC", Quote: "WETH"}: {}, {Base: "STARS", Quote: "OSMO"}: {}, + {Base: "TIA", Quote: "USDT"}: {}, } SupportedUniswapCurrencies = map[string]struct{}{ diff --git a/umee-provider-config/currency-pairs.toml b/umee-provider-config/currency-pairs.toml index 99ff6df..08cd069 100644 --- a/umee-provider-config/currency-pairs.toml +++ b/umee-provider-config/currency-pairs.toml @@ -413,3 +413,17 @@ providers = [ "osmosis", ] quote = "USDC" + +[[currency_pairs]] +base = "milkTIA" +providers = [ + "osmosis", +] +quote = "TIA" + +[[currency_pairs]] +base = "milkTIA" +providers = [ + "osmosis", +] +quote = "USDC"