Skip to content

Commit

Permalink
fix: Add haiko_solvers to fix redirects issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Abeeujah committed Oct 23, 2024
1 parent 50188ab commit 6224a0e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions utils/defi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) => {
Expand Down

0 comments on commit 6224a0e

Please sign in to comment.