Skip to content

Commit

Permalink
feat: Add tia conversion path (#387)
Browse files Browse the repository at this point in the history
  • Loading branch information
rbajollari authored May 20, 2024
1 parent 8ed65cd commit 804a2f4
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 804a2f4

Please sign in to comment.