Skip to content

Commit

Permalink
fix: Add WBTC/BTC supported conversion (#401) (#403)
Browse files Browse the repository at this point in the history
(cherry picked from commit f30aca4)

Co-authored-by: ryanbajollari <[email protected]>
  • Loading branch information
mergify[bot] and rbajollari authored Aug 15, 2024
1 parent dab5d3f commit d07ef12
Showing 1 changed file with 1 addition 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: "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"}: {},
Expand Down

0 comments on commit d07ef12

Please sign in to comment.