Commit 654b26dc authored by Charles Bachmeier's avatar Charles Bachmeier Committed by GitHub

feat: [ListV2] Enable ListV2 feature flag (#5939)

enable v2 feature flag
Co-authored-by: default avatarCharles Bachmeier <charlie@genie.xyz>
parent c0753ae5
import { BaseVariant, FeatureFlag, useBaseFlag } from '../index'
import { BaseVariant } from '../index'
export function useNftListV2Flag(): BaseVariant {
return useBaseFlag(FeatureFlag.nftListV2)
return BaseVariant.Enabled
}
export { BaseVariant as NftListV2Variant }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment