We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de9d74a commit dd4ce48Copy full SHA for dd4ce48
apps/price_pusher/src/index.ts
@@ -8,6 +8,7 @@ import sui from "./sui/command";
8
import near from "./near/command";
9
import solana from "./solana/command";
10
import fuel from "./fuel/command";
11
+import ton from "./ton/command";
12
13
yargs(hideBin(process.argv))
14
.parserConfiguration({
@@ -22,4 +23,5 @@ yargs(hideBin(process.argv))
22
23
.command(sui)
24
.command(near)
25
.command(solana)
26
+ .command(ton)
27
.help().argv;
0 commit comments