Skip to content

Commit 44eca6a

Browse files
committed
set enqueue proposal approval admin to metadao ops multisig
1 parent bf0de6c commit 44eca6a

2 files changed

Lines changed: 234 additions & 80 deletions

File tree

programs/futarchy/src/instructions/admin_enqueue_multisig_proposal_approval.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ use super::*;
33
mod admin {
44
use anchor_lang::prelude::declare_id;
55

6-
// TODO - update to new admin key
7-
declare_id!("CWGawadYU8CzRVBecnJymNw97H7E3ndDinV5sMzesgY2");
6+
declare_id!("6awyHMshBGVjJ3ozdSJdyyDE1CTAXUwrpNMaRGMsb4sf");
87
}
98

109
#[derive(Debug, Clone, AnchorSerialize, AnchorDeserialize)]

0 commit comments

Comments
 (0)