This commit is contained in:
Hardhat Chad
2025-09-23 15:44:10 -07:00
parent 076feefc72
commit 937938ab80
2 changed files with 10 additions and 2 deletions

View File

@@ -172,6 +172,7 @@ pub fn deploy(
program_id: crate::ID,
accounts: vec![
AccountMeta::new(signer, true),
AccountMeta::new(authority, false),
AccountMeta::new(automation_address, false),
AccountMeta::new(board_address, false),
AccountMeta::new(config_address, false),