Skip to content

Commit

Permalink
supporting ststars/stars config
Browse files Browse the repository at this point in the history
  • Loading branch information
gsk967 committed Jan 10, 2024
1 parent 934b582 commit 9033e32
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions config/supported_assets.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,12 @@ var (
{Base: "ATOM", Quote: "USD"}: {},
{Base: "OSMO", Quote: "USD"}: {},

{Base: "OSMO", Quote: "USDT"}: {},
{Base: "JUNO", Quote: "USDT"}: {},
{Base: "UMEE", Quote: "USDT"}: {},
{Base: "WETH", Quote: "USDC"}: {},
{Base: "WBTC", Quote: "WETH"}: {},
{Base: "OSMO", Quote: "USDT"}: {},
{Base: "JUNO", Quote: "USDT"}: {},
{Base: "UMEE", Quote: "USDT"}: {},
{Base: "WETH", Quote: "USDC"}: {},
{Base: "WBTC", Quote: "WETH"}: {},
{Base: "STARS", Quote: "OSMO"}: {},
}

SupportedUniswapCurrencies = map[string]struct{}{
Expand Down

0 comments on commit 9033e32

Please sign in to comment.