Skip to content

Commit a3ce2e8

Browse files
authored
Set keypair (#6)
1 parent 9693677 commit a3ce2e8

File tree

1 file changed

+1
-1
lines changed
  • programs/program-authority-timelock/src

1 file changed

+1
-1
lines changed

programs/program-authority-timelock/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ use anchor_lang::{
1515
#[cfg(test)]
1616
mod tests;
1717

18-
declare_id!("escMHe7kSqPcDHx4HU44rAHhgdTLBZkUrU39aN8kMcL");
18+
declare_id!("t1monUESMN3oVEoAw9HQkaVX6hUGg3hkhN5wKaTvV5f");
1919
const ONE_YEAR: i64 = 365 * 24 * 60 * 60;
2020

2121
#[program]

0 commit comments

Comments
 (0)