This commit is contained in:
Hardhat Chad
2025-07-10 13:58:09 -07:00
parent 13583b4b46
commit b29ba4b5d1
2 changed files with 30 additions and 17 deletions

View File

@@ -35,7 +35,7 @@ pub fn open(signer: Pubkey, id: u64) -> Instruction {
AccountMeta::new_readonly(system_program::ID, false),
AccountMeta::new_readonly(spl_token::ID, false),
AccountMeta::new_readonly(spl_associated_token_account::ID, false),
AccountMeta::new_readonly(ore_api::ID, false),
AccountMeta::new_readonly(crate::ID, false),
AccountMeta::new_readonly(sysvar::rent::ID, false),
],
data: Open {