Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a cli option to adjust priority fees. #254

Merged
merged 4 commits into from
Apr 9, 2024
Merged

Add a cli option to adjust priority fees. #254

merged 4 commits into from
Apr 9, 2024

Conversation

ankur2136
Copy link
Contributor

No description provided.

packages/cli/src/commands/create/CreateCliApp.ts Outdated Show resolved Hide resolved
): Promise<TransactionBuilder> => {
console.info({ json });
const { uri } = await metaplex.nfts().uploadMetadata(json);
const computeBudget = 250000
Copy link
Contributor

Choose a reason for hiding this comment

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

Similar comment re: factoring out this constant.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This one is dynamic and @Funkatronics was going to add simulation to get this value.

@ankur2136 ankur2136 changed the title Add an cli option to adjust priority fees. Add a cli option to adjust priority fees. Apr 9, 2024
@ankur2136 ankur2136 merged commit 4a68853 into main Apr 9, 2024
2 checks passed
@ankur2136 ankur2136 deleted the priorityFees branch April 9, 2024 22:44
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.

3 participants