diff --git a/api/src/consts.rs b/api/src/consts.rs index d356170..20ba668 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!("DEuG4JnzvMVxMFPoBVvf2GH38mn3ybunMxtfmVU3ms86"); +pub const INITIALIZER_ADDRESS: Pubkey = pubkey!("HBUh9g46wk2X89CvaNN15UmsznP59rh6od1h8JwYAopk"); /// 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 5389416..c0e78a6 100644 --- a/api/src/lib.rs +++ b/api/src/lib.rs @@ -18,4 +18,4 @@ pub mod prelude { use steel::*; -declare_id!("7dNmnKiRRazHV9c6qzy39iJMLobSAx487XvD3C1hVgvt"); +declare_id!("oreV2ZymfyeXgNgBdqMkumTqqAprVqgBWQfoYkrtKWQ");