Skip to content
New issue

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

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

Already on GitHub? # to your account

Deploy Token Tool broken on mainnet #230

Open
ngundotra opened this issue Jan 21, 2025 · 0 comments
Open

Deploy Token Tool broken on mainnet #230

ngundotra opened this issue Jan 21, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@ngundotra
Copy link
Contributor

Describe the bug
2 issues.
1 - This will not land on mainnet because no compute budget ix limits set
2 -

builder.sendAndConfirm(umi, { confirm: { commitment: "finalized" } });
is not awaited, causing application to crash when run on mainnet because this transaction never lands

To Reproduce
Steps to reproduce the behavior:
Run pnpm test with mainnet url, ask to deploy token

Expected behavior
A mint address will be returned only after the transaction has been finalized.

Additional context
Add any other context about the problem here.

@ngundotra ngundotra added the bug Something isn't working label Jan 21, 2025
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant