Skip to content

Commit ccd243f

Browse files
committed
fix: remove exports
1 parent febc416 commit ccd243f

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/tools/nft/index.ts

-8
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,6 @@ import { generateTool } from '../../utils.js';
22
import { listNftsHandler, transferNftHandler } from './handlers.js';
33
import { ListNftsSchema, TransferNftSchema } from './schemas.js';
44

5-
// Re-export utility functions for use elsewhere in the codebase
6-
export {
7-
fetchNftsFromAlchemy,
8-
formatNftData,
9-
detectNftStandard,
10-
transferNft,
11-
} from './utils.js';
12-
135
export const listNftsTool = generateTool({
146
name: 'list_nfts',
157
description: 'List NFTs owned by a specific address',

0 commit comments

Comments
 (0)