Skip to content

Commit 9f40f3e

Browse files
committed
Fix knip lint
1 parent 705aa97 commit 9f40f3e

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

packages/thirdweb/src/tokens/constants.ts

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@ export const IMPLEMENTATIONS: Record<number, Record<string, string>> = {
1515
},
1616
};
1717

18-
export enum ImplementationType {
19-
CLONE = 0,
20-
CLONE_WITH_IMMUTABLE_ARGS = 1,
21-
ERC1967 = 2,
22-
ERC1967_WITH_IMMUTABLE_ARGS = 3,
23-
}
18+
// export enum ImplementationType {
19+
// CLONE = 0,
20+
// CLONE_WITH_IMMUTABLE_ARGS = 1,
21+
// ERC1967 = 2,
22+
// ERC1967_WITH_IMMUTABLE_ARGS = 3,
23+
// }
2424

25-
export enum CreateHook {
26-
NONE = 0, // do nothing
27-
CREATE_POOL = 1, // create a DEX pool via Router
28-
DISTRIBUTE = 2, // distribute tokens to recipients
29-
EXTERNAL_HOOK = 3, // call an external hook contract
30-
}
25+
// export enum CreateHook {
26+
// NONE = 0, // do nothing
27+
// CREATE_POOL = 1, // create a DEX pool via Router
28+
// DISTRIBUTE = 2, // distribute tokens to recipients
29+
// EXTERNAL_HOOK = 3, // call an external hook contract
30+
// }

0 commit comments

Comments
 (0)