From 6224a0ebd00447045cc0c4bfd31d544d311170c0 Mon Sep 17 00:00:00 2001 From: Abeeujah Date: Wed, 23 Oct 2024 15:03:53 +0100 Subject: [PATCH] fix: Add haiko_solvers to fix redirects issue --- utils/defi.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/utils/defi.ts b/utils/defi.ts index 00b2966a..d52e92f8 100644 --- a/utils/defi.ts +++ b/utils/defi.ts @@ -46,6 +46,9 @@ const linkMap: { [key: string]: { [key: string]: string } } = { opus: { Strategies: "https://app.opus.money/", }, + haiko_solvers: { + "Provide Liquidity": "https://app.haiko.xyz/positions", + }, }; export const getRedirectLink = (appName: string, actionType: string) => {