Skip to content

Commit

Permalink
remove LDO
Browse files Browse the repository at this point in the history
  • Loading branch information
tlrjs committed Sep 15, 2023
1 parent ff35067 commit 0ae1642
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/Stake.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const Stake = () => {

return (
<>
<div className="grid grid-cols-5 rounded-t-2xl border border-b-0 border-th-fgd-1">
<div className="grid grid-cols-4 rounded-t-2xl border border-b-0 border-th-fgd-1">
{STAKEABLE_TOKENS.map((token) => (
<TokenButton
key={token}
Expand Down
2 changes: 1 addition & 1 deletion utils/constants.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { PublicKey } from '@metaplex-foundation/js'

// lev stake
export const STAKEABLE_TOKENS = ['MSOL', 'JitoSOL', 'stSOL', 'bSOL', 'LDO']
export const STAKEABLE_TOKENS = ['MSOL', 'JitoSOL', 'stSOL', 'bSOL']

export const SHOW_INACTIVE_POSITIONS_KEY = 'showInactivePositions-0.1'
// end
Expand Down

0 comments on commit 0ae1642

Please sign in to comment.