Skip to content

Commit

Permalink
fix(solana_pusher): use processed to poll (#1486)
Browse files Browse the repository at this point in the history
* Do it

* Do it
  • Loading branch information
guibescos authored Apr 22, 2024
1 parent e8c1980 commit 1b13bf6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/price_pusher/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pythnetwork/price-pusher",
"version": "6.6.1",
"version": "6.6.2",
"description": "Pyth Price Pusher",
"homepage": "https://pyth.network",
"main": "lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion apps/price_pusher/src/solana/command.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ export default {
);

const pythSolanaReceiver = new PythSolanaReceiver({
connection: new Connection(endpoint),
connection: new Connection(endpoint, "processed"),
wallet,
pushOracleProgramId: new PublicKey(pythContractAddress),
});
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1b13bf6

Please sign in to comment.