We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2df274 commit e4d4d1bCopy full SHA for e4d4d1b
target_chains/solana/sdk/js/pyth_solana_receiver/src/compute_budget.ts
@@ -11,7 +11,7 @@ export const POST_UPDATE_ATOMIC_COMPUTE_BUDGET = 170000;
11
*/
12
export const POST_UPDATE_COMPUTE_BUDGET = 35000;
13
/**
14
- * A hard-coded budget for the compute units required for the `postUpdate` instruction in the Pyth Solana Receiver program.
+ * A hard-coded budget for the compute units required for the `postTwapUpdate` instruction in the Pyth Solana Receiver program.
15
16
export const POST_TWAP_UPDATE_COMPUTE_BUDGET = 50_000;
17
0 commit comments