Skip to content

Commit

Permalink
Replace links to hydradx with hydration
Browse files Browse the repository at this point in the history
  • Loading branch information
saboonikhil committed Oct 16, 2024
1 parent 121d0b4 commit 4aac279
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/deposit.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ const DepositPage: NextPage = () => {
items={[
{
label: "Hydra DX",
url: "https://app.hydradx.io/trade?assetIn=5&assetOut=12",
url: "https://app.hydration.net/trade/swap?assetIn=5&assetOut=12",
},
{ label: "Gate.io", url: "https://www.gate.io/trade/ZTG_USDT" },
]}
Expand All @@ -394,7 +394,7 @@ const DepositPage: NextPage = () => {
items={[
{
label: "DEX",
url: "https://app.hydradx.io/trade?assetIn=10&assetOut=5",
url: "https://app.hydration.net/trade/swap?assetIn=10&assetOut=5",
},
{
label: "CEX",
Expand Down

0 comments on commit 4aac279

Please sign in to comment.