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

Explorer Solana priority fee and compute budget for outbound. #2599

Open
ws4charlie opened this issue Jul 30, 2024 · 0 comments
Open

Explorer Solana priority fee and compute budget for outbound. #2599

ws4charlie opened this issue Jul 30, 2024 · 0 comments
Labels
chain:solana zetaclient Issues related to ZetaClient

Comments

@ws4charlie
Copy link
Contributor

ws4charlie commented Jul 30, 2024

Describe the Issue
Solana outbound uses fixed fee 5K lamports (Solana default fee per signature) and default 200K compute units. We could explore priority fee and compute budget in future when necessary.

Solana uses micro lamport as the smallest unit of gas price: https://github.com/zeta-chain/node/blob/develop/zetaclient/chains/solana/observer/observer_gas.go#L24
Solana fee: https://solana.com/docs/core/fees#compute-unit-limit
Compute budget: https://solana.com/developers/guides/advanced/how-to-request-optimal-compute

Expected Outcome
A description of what outcome you are seeking.

@lumtis lumtis changed the title Explorer Solana priority fee and compute budge for outbound. Explorer Solana priority fee and compute budget for outbound. Jul 31, 2024
@ws4charlie ws4charlie added chain:solana zetaclient Issues related to ZetaClient labels Jul 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chain:solana zetaclient Issues related to ZetaClient
Projects
None yet
Development

No branches or pull requests

1 participant