We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9693677 commit a3ce2e8Copy full SHA for a3ce2e8
programs/program-authority-timelock/src/lib.rs
@@ -15,7 +15,7 @@ use anchor_lang::{
15
#[cfg(test)]
16
mod tests;
17
18
-declare_id!("escMHe7kSqPcDHx4HU44rAHhgdTLBZkUrU39aN8kMcL");
+declare_id!("t1monUESMN3oVEoAw9HQkaVX6hUGg3hkhN5wKaTvV5f");
19
const ONE_YEAR: i64 = 365 * 24 * 60 * 60;
20
21
#[program]
0 commit comments