Skip to content

Commit

Permalink
fix: Add WBTC/BTC supported conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
rbajollari committed Aug 15, 2024
1 parent 804a2f4 commit fff4c89
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 fff4c89

Please sign in to comment.