File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @pythnetwork/price-pusher" ,
3
- "version" : " 8.0.1 " ,
3
+ "version" : " 8.0.2 " ,
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 @@ -31,7 +31,7 @@ export class SolanaPriceListener extends ChainPriceListener {
31
31
// Checking the health of the Solana connection by checking the last block time
32
32
// and ensuring it is not older than 30 seconds.
33
33
private async checkHealth ( ) {
34
- const slot = await this . pythSolanaReceiver . connection . getSlot ( ) ;
34
+ const slot = await this . pythSolanaReceiver . connection . getSlot ( "finalized" ) ;
35
35
const blockTime = await this . pythSolanaReceiver . connection . getBlockTime (
36
36
slot
37
37
) ;
You can’t perform that action at this time.
0 commit comments