Skip to content

Commit

Permalink
Set keypair (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
guibescos authored Nov 13, 2023
1 parent 9693677 commit a3ce2e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion programs/program-authority-timelock/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ use anchor_lang::{
#[cfg(test)]
mod tests;

declare_id!("escMHe7kSqPcDHx4HU44rAHhgdTLBZkUrU39aN8kMcL");
declare_id!("t1monUESMN3oVEoAw9HQkaVX6hUGg3hkhN5wKaTvV5f");
const ONE_YEAR: i64 = 365 * 24 * 60 * 60;

#[program]
Expand Down

0 comments on commit a3ce2e8

Please sign in to comment.