Skip to content

Commit b9082bb

Browse files
authored
fix: improve arg docs pusher
1 parent bb7fa71 commit b9082bb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

apps/price_pusher/src/solana/command.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,12 @@ export default {
7272
default: LAMPORTS_PER_SOL / 100,
7373
} as Options,
7474
"jito-bundle-size": {
75-
description: "Number of transactions in each bundle",
75+
description: "Number of transactions in each Jito bundle",
7676
type: "number",
77-
default: 2,
77+
default: 5,
7878
} as Options,
7979
"updates-per-jito-bundle": {
80-
description: "Number of transactions in each bundle",
80+
description: "Number of price updates in each Jito bundle",
8181
type: "number",
8282
default: 6,
8383
} as Options,

0 commit comments

Comments
 (0)