Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 972d1a4

Browse files
committed
feat: remove unused code
1 parent 2cc3779 commit 972d1a4

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/eth/main.ts

-6
Original file line numberDiff line numberDiff line change
@@ -236,12 +236,6 @@ processor.run(
236236
ensTokenIds,
237237
tokenIds,
238238
});
239-
const category = getCategory(Network.ETHEREUM, event.nftAddress);
240-
const nftId = getNFTId(
241-
category,
242-
event.nftAddress,
243-
event.assetId.toString()
244-
);
245239

246240
markteplaceEvents.push({
247241
topic,

0 commit comments

Comments
 (0)