Skip to content

Commit 10bdf51

Browse files
committed
chore: update committor program id
1 parent 8610bce commit 10bdf51

File tree

4 files changed

+4
-7
lines changed

4 files changed

+4
-7
lines changed

magicblock-committor-program/src/lib.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,9 @@ pub mod instruction_chunks;
66
pub mod pdas;
77
mod state;
88

9-
// #[cfg(not(feature = "no-entrypoint"))]
109
mod utils;
1110

12-
// #[cfg(not(feature = "no-entrypoint"))]
1311
mod processor;
14-
// #[cfg(not(feature = "no-entrypoint"))]
1512
pub use processor::process;
1613
pub use state::{
1714
changeset::{
@@ -25,4 +22,4 @@ pub use state::{
2522
#[cfg(not(feature = "no-entrypoint"))]
2623
solana_program::entrypoint!(process);
2724

28-
declare_id!("corabpNrkBEqbTZP7xfJgSWTdBmVdLf1PARWXZbcMcS");
25+
declare_id!("CoMtrr6j336NSB5PAoAWpLe5hPgkcShWKbPgHhZxaxh");

test-integration/configs/committor-conf.devnet.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ path = "../schedulecommit/elfs/dlp.so"
3131

3232
# NOTE: `cargo build-sbf` needs to run from the root to build the program
3333
[[program]]
34-
id = "corabpNrkBEqbTZP7xfJgSWTdBmVdLf1PARWXZbcMcS"
34+
id = "CoMtrr6j336NSB5PAoAWpLe5hPgkcShWKbPgHhZxaxh"
3535
path = "../../target/deploy/magicblock_committor_program.so"
3636

3737
[[program]]

test-integration/configs/schedulecommit-conf.devnet.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ path = "../schedulecommit/elfs/mdp.so"
3535

3636
# NOTE: `cargo build-sbf` needs to run from the root to build the program
3737
[[program]]
38-
id = "corabpNrkBEqbTZP7xfJgSWTdBmVdLf1PARWXZbcMcS"
38+
id = "CoMtrr6j336NSB5PAoAWpLe5hPgkcShWKbPgHhZxaxh"
3939
path = "../../target/deploy/magicblock_committor_program.so"
4040

4141
[[program]]

test-integration/schedulecommit/test-scenarios/tests/01_commits.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ mod utils;
2525
// protocol fees vault: 7JrkjmZPprHwtuvtuGTXp9hwfGYFAQLnLeFM52kqAgXg
2626
// validator fees vault: DUH8h7rYjdTPYyBUEGAUwZv9ffz5wiM45GdYWYzogXjp
2727
// delegation program: DELeGGvXpWV2fqJUhqcF5ZSYMS4JTLjteaAMARRSaeSh
28-
// committor program: corabpNrkBEqbTZP7xfJgSWTdBmVdLf1PARWXZbcMcS
28+
// committor program: CoMtrr6j336NSB5PAoAWpLe5hPgkcShWKbPgHhZxaxh
2929

3030
#[test]
3131
fn test_committing_one_account() {

0 commit comments

Comments
 (0)