main
formatNFT
export const formatNFT = (nfts, chain?: string): CarouselNFT[] => { if (!nfts) { return [] } const { urlPrefix } = usePrefix()