Skip to content

Commit

Permalink
supporting TIA as quote and add config for milkTIA
Browse files Browse the repository at this point in the history
  • Loading branch information
gsk967 committed Jan 23, 2024
1 parent 177a3f6 commit d6291f6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/supported_assets.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{}{
Expand Down
14 changes: 14 additions & 0 deletions umee-provider-config/currency-pairs.toml
Original file line number Diff line number Diff line change
Expand Up @@ -413,3 +413,17 @@ providers = [
"osmosis",
]
quote = "USDC"

[[currency_pairs]]
base = "milkTIA"
providers = [
"osmosis",
]
quote = "TIA"

[[currency_pairs]]
base = "milkTIA"
providers = [
"osmosis",
]
quote = "USDC"

0 comments on commit d6291f6

Please sign in to comment.