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

Adding Engraver support and test. #71

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
Open

Conversation

blockiosaurus
Copy link
Contributor

No description provided.

@blockiosaurus blockiosaurus marked this pull request as ready for review December 26, 2023 22:51
@@ -15,7 +15,7 @@ EXTERNAL_ID=("auth9SigNpDKz4sJJ1DfCTuZrZNSAgh9sFD3rboVmgg" "SysExL2WDyJi9aRZrXor
EXTERNAL_SO=("mpl_token_auth_rules.so" "mpl_system_extras.so" "mpl_token_extras.so" "rooster.so" "spl_token_2022.so" "mpl_engraver.so")

if [ -z ${RPC+x} ]; then
RPC="https://api.mainnet-beta.solana.com"
RPC="https://api.devnet.solana.com"
Copy link
Contributor

@febo febo Dec 27, 2023

Choose a reason for hiding this comment

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

Better to add RPC=devnet on .github/.env instead of modifying the script. When running the test script locally, you can prefix with RPC=devnet pnpm programs:build to fetch the devnet version of the external programs.

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.

None yet

2 participants