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