Skip to content

Commit 2f7560c

Browse files
committed
chore: disable light curate
1 parent 33180d7 commit 2f7560c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/index.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import gtcrBot from "./gtcr";
2-
import lightGTCRExecuteBot from "./light-gtcr-execution";
3-
import lightGTCRWithdrawBot from "./light-gtcr-withdrawal";
2+
// import lightGTCRExecuteBot from "./light-gtcr-execution";
3+
// import lightGTCRWithdrawBot from "./light-gtcr-withdrawal";
44

55
gtcrBot();
6-
lightGTCRWithdrawBot();
7-
lightGTCRExecuteBot();
6+
// lightGTCRWithdrawBot();
7+
// lightGTCRExecuteBot();

0 commit comments

Comments
 (0)