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

docs: README CU limit #16

Merged
merged 2 commits into from
Jan 27, 2025
Merged

docs: README CU limit #16

merged 2 commits into from
Jan 27, 2025

Conversation

ratankaliani
Copy link
Member

No description provided.

README.md Outdated
@@ -143,9 +143,12 @@ Request [devnet sol](https://faucet.solana.com/) as necessary.
cd example/program
cargo build-sbf --sbf-out-dir ./target
solana config set -ud
solana program deploy --program-id target/fibonacci_verifier_contract-keypair.json target/fibonacci_verifier_contract.so
solana program deploy --program-id target/fibonacci_verifier_contract-keypair.json target/fibonacci_verifier_contract.so --compute-unit-limit 300000
Copy link
Collaborator

Choose a reason for hiding this comment

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

i think i might need to make another change in the example, to bump the solana runtime's CU's

Copy link
Collaborator

Choose a reason for hiding this comment

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

nvm i tried it out im tripping

@yuwen01 yuwen01 changed the title docs: README docs: README CU limit Jan 27, 2025
@yuwen01 yuwen01 merged commit 768d62d into master Jan 27, 2025
2 checks passed
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