Skip to content

Commit

Permalink
chore: Disable staking entry (#6563)
Browse files Browse the repository at this point in the history
  • Loading branch information
originalix authored Jan 20, 2025
1 parent c738807 commit 9479947
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/shared/types/earn/earnProvider.constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ export const isSupportStaking = (symbol: string) =>
'USDC',
'USDT',
'DAI',
'WETH',
'CBBTC',
'WBTC',
// 'WETH',
// 'CBBTC',
// 'WBTC',
].includes(symbol.toUpperCase());

export const earnMainnetNetworkIds = [
Expand Down

0 comments on commit 9479947

Please sign in to comment.