Skip to content

Commit

Permalink
feat: switch LST filter option to SOL / LST
Browse files Browse the repository at this point in the history
  • Loading branch information
chambaz committed Nov 24, 2023
1 parent 7be2e17 commit b9492a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export const AssetListFilters = () => {
<SelectItem value="all">All pools</SelectItem>
<SelectItem value="isolated">Isolated pools</SelectItem>
<SelectItem value="stable">Stablecoins</SelectItem>
<SelectItem value="lst">LSTs</SelectItem>
<SelectItem value="lst">SOL / LST</SelectItem>
</SelectContent>
</Select>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import type { sortDirection } from "~/types";

export const STABLECOINS = ["USDC", "USDT", "UXD"];

export const LSTS = ["LST", "stSOL", "jitoSOL", "bSOL", "mSOL"];
export const LSTS = ["SOL", "LST", "stSOL", "JitoSOL", "bSOL", "mSOL"];

export const sortApRate = (banks: ExtendedBankInfo[], isInLendingMode: boolean, direction: sortDirection) => {
return banks.sort((a, b) => {
Expand Down

3 comments on commit b9492a6

@vercel
Copy link

@vercel vercel bot commented on b9492a6 Nov 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

marginfi-landing-page – ./apps/marginfi-landing-page

marginfi-landing-page-git-production-mrgn.vercel.app
marginfi-landing-page-mrgn.vercel.app
marginfi-landing-page.vercel.app
www.marginfi.com
marginfi.com

@vercel
Copy link

@vercel vercel bot commented on b9492a6 Nov 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

omni – ./apps/omni

omni-git-production-mrgn.vercel.app
omni-mrgn.vercel.app
omni.marginfi.com
omni-one.vercel.app

@vercel
Copy link

@vercel vercel bot commented on b9492a6 Nov 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.