File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @pythnetwork/price-pusher" ,
3- "version" : " 9.1.0 " ,
3+ "version" : " 9.1.1 " ,
44 "description" : " Pyth Price Pusher" ,
55 "homepage" : " https://pyth.network" ,
66 "main" : " lib/index.js" ,
Original file line number Diff line number Diff line change @@ -128,7 +128,11 @@ export function shouldUpdate(
128128 ) ;
129129
130130 logger . info (
131- { sourcePrice : sourceLatestPrice , targetPrice : targetLatestPrice } ,
131+ {
132+ sourcePrice : sourceLatestPrice ,
133+ targetPrice : targetLatestPrice ,
134+ symbol : priceConfig . alias ,
135+ } ,
132136 `Analyzing price ${ priceConfig . alias } (${ priceId } ). ` +
133137 `Time difference: ${ timeDifference } (< ${ priceConfig . timeDifference } ? / early: < ${ priceConfig . earlyUpdateTimeDifference } ) OR ` +
134138 `Price deviation: ${ priceDeviationPct . toFixed ( 5 ) } % (< ${
You can’t perform that action at this time.
0 commit comments