Skip to content

Commit

Permalink
feat: support stake on market list
Browse files Browse the repository at this point in the history
  • Loading branch information
originalix committed Jan 11, 2025
1 parent cc10d9d commit be9c265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shared/types/earn/earnProvider.constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const earnTradeDefaultSetSOL = {
};

export const isSupportStaking = (symbol: string) =>
['BTC', 'SBTC', 'ETH', 'SOL', 'APT', 'ATOM', 'MATIC'].includes(
['BTC', 'SBTC', 'ETH', 'SOL', 'APT', 'ATOM', 'MATIC', 'USDC'].includes(
symbol.toUpperCase(),
);

Expand Down

0 comments on commit be9c265

Please sign in to comment.