feat: Add utility code for NFT Features (#4256)
* import nft utilities * re-add featureflag provider * add back in useCurrencyBalanceString fn * remove static assets for separate pr * remove resolutions, swap dev and regular dependencies, respond to comments * remove currently unused dependencies and resynth .lock * build: update lockfile * build: update lockfile * remove env check * useCurrencyBalanceString as fn * remove supported_Wallets until wallet component merged in * make Atoms an interface * update abis * remove outdated comment * update usedebounce hook * remove useDarkMode * remove useLazyEffect * remove getEtherscan helper fn * remove useLastWallet * remove useWindowDimensions * refactor hooks * move hooks from nft to general folder * add walletBalanceInterface and remove wrongNetwork hook * remove empty obj * remove ethers imports * fixed comparison * same line eslint ignore * gtag removed * revert * revert * build: update lockfile * remove walletinfo interface * remove newline * remove tslinst exception from isMobile * remove hiding linter warnings * remove unused util * fix linter warnings Co-authored-by:Charles Bachmeier <charlie@genie.xyz> Co-authored-by:
Zach Pomerantz <zzmp@uniswap.org>
Showing
craco.config.cjs
0 → 100644
src/hooks/useTimeout.ts
0 → 100644
src/nft/css/atoms.ts
0 → 100644
src/nft/css/common.css.ts
0 → 100644
src/nft/css/loading.css.ts
0 → 100644
src/nft/css/reset.css.ts
0 → 100644
src/nft/css/sprinkles.css.ts
0 → 100644
src/nft/hooks/index.ts
0 → 100644
src/nft/hooks/useCart.ts
0 → 100644
src/nft/hooks/useIsMobile.ts
0 → 100644
src/nft/hooks/useSweep.ts
0 → 100644
src/nft/queries/index.ts
0 → 100644
src/nft/themes/darkTheme.ts
0 → 100644
src/nft/themes/lightTheme.ts
0 → 100644
src/nft/types/index.ts
0 → 100644
src/nft/types/sell/index.ts
0 → 100644
src/nft/types/sell/sell.ts
0 → 100644
src/nft/utils/address.ts
0 → 100644
src/nft/utils/claimLooks.ts
0 → 100644
src/nft/utils/colors.ts
0 → 100644
src/nft/utils/currency.ts
0 → 100644
src/nft/utils/date.ts
0 → 100644
src/nft/utils/fetchPrice.ts
0 → 100644
src/nft/utils/groupBy.ts
0 → 100644
src/nft/utils/isAudio.ts
0 → 100644
src/nft/utils/isVideo.ts
0 → 100644
src/nft/utils/listNfts.ts
0 → 100644
src/nft/utils/numbers.ts
0 → 100644
src/nft/utils/putCommas.ts
0 → 100644
src/nft/utils/rarity.ts
0 → 100644
src/nft/utils/shortenId.ts
0 → 100644
src/nft/utils/timeSince.ts
0 → 100644
src/nft/utils/uniqBy.ts
0 → 100644
src/nft/utils/x2y2.ts
0 → 100644
Please register or sign in to comment