Skip to content

Commit dd4ce48

Browse files
committed
add ton command
1 parent de9d74a commit dd4ce48

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

apps/price_pusher/src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import sui from "./sui/command";
88
import near from "./near/command";
99
import solana from "./solana/command";
1010
import fuel from "./fuel/command";
11+
import ton from "./ton/command";
1112

1213
yargs(hideBin(process.argv))
1314
.parserConfiguration({
@@ -22,4 +23,5 @@ yargs(hideBin(process.argv))
2223
.command(sui)
2324
.command(near)
2425
.command(solana)
26+
.command(ton)
2527
.help().argv;

0 commit comments

Comments
 (0)