Skip to content

Commit 1b13bf6

Browse files
authored
fix(solana_pusher): use processed to poll (#1486)
* Do it * Do it
1 parent e8c1980 commit 1b13bf6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

apps/price_pusher/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pythnetwork/price-pusher",
3-
"version": "6.6.1",
3+
"version": "6.6.2",
44
"description": "Pyth Price Pusher",
55
"homepage": "https://pyth.network",
66
"main": "lib/index.js",

apps/price_pusher/src/solana/command.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ export default {
117117
);
118118

119119
const pythSolanaReceiver = new PythSolanaReceiver({
120-
connection: new Connection(endpoint),
120+
connection: new Connection(endpoint, "processed"),
121121
wallet,
122122
pushOracleProgramId: new PublicKey(pythContractAddress),
123123
});

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)