Skip to content

Commit 83abea9

Browse files
committed
chore: prettier lint
1 parent f7b7fd1 commit 83abea9

File tree

2 files changed

+110
-94
lines changed

2 files changed

+110
-94
lines changed

apps/price_pusher/src/injective/command.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,10 @@ export default {
3535
type: "number",
3636
} as Options,
3737
"price-ids-process-chunk-size": {
38-
description: "Set in case we wanna split price feeds updates into chunks to have smaller transactions. Set to -1 to disable chunking.",
38+
description:
39+
"Set in case we wanna split price feeds updates into chunks to have smaller transactions. Set to -1 to disable chunking.",
3940
type: "number",
40-
required: false
41+
required: false,
4142
} as Options,
4243
...options.priceConfigFile,
4344
...options.priceServiceEndpoint,
@@ -117,7 +118,7 @@ export default {
117118
chainId: getNetworkInfo(network).chainId,
118119
gasPrice,
119120
gasMultiplier,
120-
priceIdsProcessChunkSize
121+
priceIdsProcessChunkSize,
121122
},
122123
);
123124

0 commit comments

Comments
 (0)