Skip to content

Comments

FEATURE: CLI commands to get Instruction data#133

Open
coachchucksol wants to merge 9 commits intomasterfrom
ck/ix-data
Open

FEATURE: CLI commands to get Instruction data#133
coachchucksol wants to merge 9 commits intomasterfrom
ck/ix-data

Conversation

@coachchucksol
Copy link
Contributor

No description provided.

let payer = Pubkey::from_str(&payer)?;
let (config, _) = derive_config_account_address(&program_id);
let (merkle_root_upload_config, _) =
Pubkey::find_program_address(&[MerkleRootUploadConfig::SEED], &program_id);
Copy link
Collaborator

Choose a reason for hiding this comment

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

nit: could move this to the SDK like the other PDA derivations

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Agreed, couldn't get it to resolve for the call. Will sort out

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