Skip to content

Add ComputeBudgetProgram instructions to proposal initialize script#78

Merged
metaproph3t merged 1 commit intometaDAOproject:developfrom
metaproph3t:cu-limit-ixs
Mar 28, 2024
Merged

Add ComputeBudgetProgram instructions to proposal initialize script#78
metaproph3t merged 1 commit intometaDAOproject:developfrom
metaproph3t:cu-limit-ixs

Conversation

@metaproph3t
Copy link
Copy Markdown
Member

@metaproph3t metaproph3t commented Mar 28, 2024

Increases the transaction land rate for proposal initialization.

@metaproph3t metaproph3t merged commit 9c08d5e into metaDAOproject:develop Mar 28, 2024
@metaproph3t metaproph3t deleted the cu-limit-ixs branch March 28, 2024 09:36
Comment thread scripts/main.ts
let tx1 = new Transaction();
tx1.add(...passMarketInstructions);
tx1.add(cuIx);
tx1.add(cuPriceIx);
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks like the compute budget program instructions get called after the pass market instructions? Does it matter what order the instructions get called in. Only asking because in an early function they're added as preInstructions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants