Skip to content

Commit

Permalink
feat: Add WSTETH/WETH as supported conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
rbajollari committed Sep 3, 2024
1 parent 3db3979 commit cf9338a
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions config/supported_assets.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,14 @@ var (
{Base: "INJ", Quote: "USD"}: {},
{Base: "TIA", Quote: "USD"}: {},

{Base: "OSMO", Quote: "USDT"}: {},
{Base: "JUNO", Quote: "USDT"}: {},
{Base: "WETH", Quote: "USDC"}: {},
{Base: "WBTC", Quote: "BTC"}: {},
{Base: "WBTC", Quote: "WETH"}: {},
{Base: "INJ", Quote: "USDT"}: {},
{Base: "TIA", Quote: "USDT"}: {},
{Base: "OSMO", Quote: "USDT"}: {},
{Base: "JUNO", Quote: "USDT"}: {},
{Base: "WETH", Quote: "USDC"}: {},
{Base: "WBTC", Quote: "BTC"}: {},
{Base: "WBTC", Quote: "WETH"}: {},
{Base: "INJ", Quote: "USDT"}: {},
{Base: "TIA", Quote: "USDT"}: {},
{Base: "WSTETH", Quote: "WETH"}: {},
}

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

0 comments on commit cf9338a

Please sign in to comment.