remove LDO

This commit is contained in:
tjs 2023-09-15 10:59:40 -04:00
parent ff350679b6
commit 0ae1642d8b
2 changed files with 2 additions and 2 deletions

View File

@ -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}

View File

@ -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