From 9031ac6d652760f692810a215a694f5988bf36a2 Mon Sep 17 00:00:00 2001 From: Sahil Kashetwar Date: Wed, 9 Nov 2022 18:17:17 +0530 Subject: [PATCH] fix for unidex broken link --- packages/boba/gateway/src/containers/ecosystem/project.list.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/boba/gateway/src/containers/ecosystem/project.list.js b/packages/boba/gateway/src/containers/ecosystem/project.list.js index 60ecf044f8..ee69be92ad 100644 --- a/packages/boba/gateway/src/containers/ecosystem/project.list.js +++ b/packages/boba/gateway/src/containers/ecosystem/project.list.js @@ -150,7 +150,7 @@ export const projectList = [ { "title": "Unidex", "canLaunch": true, - "link": "https://unidexbeta.app/trading", + "link": "https://app.unidex.exchange/trading", "telegram": "https://t.me/unidexfinance", "twitter": "https://twitter.com/UniDexFinance", "discord": "https://discord.com/invite/WzJPSjGj4h",