From 8f76167a28b3e37f52846e75f330cfa6604881df Mon Sep 17 00:00:00 2001 From: "Miquel A. Cabot" Date: Fri, 10 Jun 2022 10:22:52 +0200 Subject: [PATCH] rename Erc721.ts to NFT.ts --- src/@types/{Erc721.ts => NFT.ts} | 0 src/@types/index.ts | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename src/@types/{Erc721.ts => NFT.ts} (100%) diff --git a/src/@types/Erc721.ts b/src/@types/NFT.ts similarity index 100% rename from src/@types/Erc721.ts rename to src/@types/NFT.ts diff --git a/src/@types/index.ts b/src/@types/index.ts index 7ff08ef4..5685baf7 100644 --- a/src/@types/index.ts +++ b/src/@types/index.ts @@ -8,9 +8,9 @@ export * from './Compute' export * from './Dispenser' export * from './DownloadResponse' export * from './Erc20' -export * from './Erc721' export * from './FileMetadata' export * from './FixedPrice' +export * from './NFT' export * from './NFTFactory' export * from './Pool' export * from './Provider'