Skip to content

Commit

Permalink
feat: Add tia conversion path (#387) (#388)
Browse files Browse the repository at this point in the history
(cherry picked from commit 804a2f4)

Co-authored-by: ryanbajollari <[email protected]>
  • Loading branch information
mergify[bot] and rbajollari authored May 20, 2024
1 parent f10accf commit dab5d3f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/supported_assets.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{}{
Expand Down

0 comments on commit dab5d3f

Please sign in to comment.