Skip to content

Commit 3d51101

Browse files
feat: add historicalTransactions feature flag
1 parent 8548c76 commit 3d51101

File tree

1 file changed

+1
-0
lines changed
  • apps/evm/src/hooks/useIsFeatureEnabled

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ export const featureFlags = {
156156
ChainId.BASE_SEPOLIA,
157157
ChainId.UNICHAIN_SEPOLIA,
158158
],
159+
transactionHistory: [ChainId.BSC_MAINNET, ChainId.ETHEREUM, ChainId.UNICHAIN_MAINNET],
159160
};
160161

161162
export type FeatureFlag = keyof typeof featureFlags;

0 commit comments

Comments
 (0)