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 {
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
You can’t perform that action at this time.
0 commit comments