Skip to content

Commit

Permalink
after devnet upgrade process done
Browse files Browse the repository at this point in the history
  • Loading branch information
newbreedofgeek committed Nov 5, 2024
1 parent 7731741 commit 71a7d5c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
.DS_Store
target
target*
*target*
**/*.rs.bk
node_modules
test-ledger
Expand Down
2 changes: 1 addition & 1 deletion programs/core-sol-bond-stake-sc/src/constants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ pub const MAX_PERCENT: u64 = 10_000;
pub const SLOTS_IN_YEAR: u64 = 78_840_000u64;
pub const DIVISION_SAFETY_CONST: u64 = 1_000_000_000;

pub const ADMIN_PUBKEY: Pubkey = pubkey!("1KsJeTvmJaWsAdZba7V7sxQ7zPFKQp1seh2XP9ZHnsd");
pub const ADMIN_PUBKEY: Pubkey = pubkey!("5RFetgyZyFCAVCZpYWvdJt7JqgtFmm82vz24nGANSbw7");
2 changes: 1 addition & 1 deletion programs/core-sol-bond-stake-sc/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ solana_security_txt::security_txt! {
auditors: "https://itheum.io/audits"
}

declare_id!("CmFnuyhgGYsPUREus2NaXos9YBwWCh1NbXnJxG9HDnLY");
declare_id!("9s6LjFX1UjUe4876GAzZ6nWt7Sh45fje96trHx3Wpdbz");

#[program]
pub mod core_sol_bond_stake_sc {
Expand Down

0 comments on commit 71a7d5c

Please sign in to comment.