From dab5d3fb533085f9f15fa9134692fb9ed0411901 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 15:07:44 -0400 Subject: [PATCH] feat: Add tia conversion path (#387) (#388) (cherry picked from commit 804a2f467930dbc3183c6404c3ff4449f07727e5) Co-authored-by: ryanbajollari <54822716+rbajollari@users.noreply.github.com> --- config/supported_assets.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/supported_assets.go b/config/supported_assets.go index 160f83c3..69e1eb41 100644 --- a/config/supported_assets.go +++ b/config/supported_assets.go @@ -42,12 +42,14 @@ var ( {Base: "ATOM", Quote: "USD"}: {}, {Base: "OSMO", Quote: "USD"}: {}, {Base: "INJ", Quote: "USD"}: {}, + {Base: "TIA", Quote: "USD"}: {}, {Base: "OSMO", Quote: "USDT"}: {}, {Base: "JUNO", Quote: "USDT"}: {}, {Base: "WETH", Quote: "USDC"}: {}, {Base: "WBTC", Quote: "WETH"}: {}, {Base: "INJ", Quote: "USDT"}: {}, + {Base: "TIA", Quote: "USDT"}: {}, } SupportedUniswapCurrencies = map[string]struct{}{