-
Notifications
You must be signed in to change notification settings - Fork 222
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
9 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 0 additions & 3 deletions
3
.../js/pyth_solana_receiver/src/constants.ts → ...yth_solana_receiver/src/compute_budget.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
export const DEFAULT_TREASURY_ID = 0; | ||
export const DEFAULT_REDUCED_GUARDIAN_SET_SIZE = 5; | ||
|
||
export const VERIFY_ENCODED_VAA_COMPUTE_BUDGET = 400000; | ||
export const POST_UPDATE_ATOMIC_COMPUTE_BUDGET = 400000; | ||
export const POST_UPDATE_COMPUTE_BUDGET = 200000; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters