File tree Expand file tree Collapse file tree 2 files changed +110
-94
lines changed
apps/price_pusher/src/injective Expand file tree Collapse file tree 2 files changed +110
-94
lines changed Original file line number Diff line number Diff line change @@ -35,9 +35,10 @@ export default {
35
35
type : "number" ,
36
36
} as Options ,
37
37
"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." ,
39
40
type : "number" ,
40
- required : false
41
+ required : false ,
41
42
} as Options ,
42
43
...options . priceConfigFile ,
43
44
...options . priceServiceEndpoint ,
@@ -117,7 +118,7 @@ export default {
117
118
chainId : getNetworkInfo ( network ) . chainId ,
118
119
gasPrice,
119
120
gasMultiplier,
120
- priceIdsProcessChunkSize
121
+ priceIdsProcessChunkSize,
121
122
} ,
122
123
) ;
123
124
You can’t perform that action at this time.
0 commit comments