diff --git a/api/src/consts.rs b/api/src/consts.rs index 20ba668..d356170 100644 --- a/api/src/consts.rs +++ b/api/src/consts.rs @@ -3,7 +3,7 @@ use const_crypto::ed25519; use solana_program::{pubkey, pubkey::Pubkey}; /// The authority allowed to initialize the program. -pub const INITIALIZER_ADDRESS: Pubkey = pubkey!("HBUh9g46wk2X89CvaNN15UmsznP59rh6od1h8JwYAopk"); +pub const INITIALIZER_ADDRESS: Pubkey = pubkey!("DEuG4JnzvMVxMFPoBVvf2GH38mn3ybunMxtfmVU3ms86"); /// The base reward rate to intialize the program with. pub const INITIAL_BASE_REWARD_RATE: u64 = BASE_REWARD_RATE_MIN_THRESHOLD; diff --git a/api/src/lib.rs b/api/src/lib.rs index 75b6aba..e7bc19e 100644 --- a/api/src/lib.rs +++ b/api/src/lib.rs @@ -8,4 +8,4 @@ pub mod state; use solana_program::declare_id; -declare_id!("oreV2ZymfyeXgNgBdqMkumTqqAprVqgBWQfoYkrtKWQ"); +declare_id!("7dNmnKiRRazHV9c6qzy39iJMLobSAx487XvD3C1hVgvt");