Commit 677fabf7 authored by Charles Bachmeier's avatar Charles Bachmeier Committed by GitHub

feat: NFTs on Uniswap (#5458)

* move to temp url

* update url to include nft path

* use prod graphql

* remove redundant declaration

* enable nfts on uniswap

* remove unused env var
Co-authored-by: default avatarCharles Bachmeier <charlie@genie.xyz>
parent e138e0ec
import { BaseVariant, FeatureFlag, useBaseFlag } from '../index'
import { BaseVariant } from '../index'
export function useNftFlag(): BaseVariant {
return useBaseFlag(FeatureFlag.nft)
return BaseVariant.Enabled
}
export { BaseVariant as NftVariant }
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