Skip to content

Commit

Permalink
update Huobi to htx
Browse files Browse the repository at this point in the history
  • Loading branch information
nattadex committed Apr 11, 2024
1 parent 4d52a8e commit 0d8f045
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions cypress/fixture/dfi.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ export const exchanges = [
url: "https://trade.kucoin.com/DFI-BTC",
},
{
id: "huobi",
name: "Huobi",
url: "https://www.huobi.com/en-us/exchange/dfi_usdt",
id: "htx",
name: "HTX",
url: "https://www.htx.com/trade/dfi_usdt",
},
{
id: "gateio",
Expand Down
6 changes: 3 additions & 3 deletions src/pages/explore/dfi/_components/GetDFISectionExchanges.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ export default function GetDFISectionExchanges() {
url: "https://trade.kucoin.com/DFI-BTC",
},
{
id: "GetDFISection.Exchange.Huobi",
name: "Huobi",
url: "https://www.huobi.com/en-us/exchange/dfi_usdt",
id: "GetDFISection.Exchange.Htx",
name: "HTX",
url: "https://www.htx.com/trade/dfi_usdt",
},
{
id: "GetDFISection.Exchange.Gateio",
Expand Down

0 comments on commit 0d8f045

Please sign in to comment.