Skip to content

Commit 14e3aa0

Browse files
committed
feat: add Boost tab UI
1 parent 9f0cc2a commit 14e3aa0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

  • apps/evm/src/hooks/useIsFeatureEnabled

apps/evm/src/hooks/useIsFeatureEnabled/index.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,9 @@ export const featureFlags = {
142142
],
143143
transactionHistory: [ChainId.BSC_MAINNET, ChainId.ETHEREUM, ChainId.UNICHAIN_MAINNET],
144144
leveragedPositions: [
145+
// DEV ONLY
146+
ChainId.BSC_MAINNET,
147+
// END DEV ONLY
145148
ChainId.BSC_TESTNET,
146149
ChainId.OPBNB_TESTNET,
147150
ChainId.SEPOLIA,

0 commit comments

Comments
 (0)