File tree Expand file tree Collapse file tree 4 files changed +4
-7
lines changed
magicblock-committor-program/src
schedulecommit/test-scenarios/tests Expand file tree Collapse file tree 4 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -6,12 +6,9 @@ pub mod instruction_chunks;
6
6
pub mod pdas;
7
7
mod state;
8
8
9
- // #[cfg(not(feature = "no-entrypoint"))]
10
9
mod utils;
11
10
12
- // #[cfg(not(feature = "no-entrypoint"))]
13
11
mod processor;
14
- // #[cfg(not(feature = "no-entrypoint"))]
15
12
pub use processor:: process;
16
13
pub use state:: {
17
14
changeset:: {
@@ -25,4 +22,4 @@ pub use state::{
25
22
#[ cfg( not( feature = "no-entrypoint" ) ) ]
26
23
solana_program:: entrypoint!( process) ;
27
24
28
- declare_id ! ( "corabpNrkBEqbTZP7xfJgSWTdBmVdLf1PARWXZbcMcS " ) ;
25
+ declare_id ! ( "CoMtrr6j336NSB5PAoAWpLe5hPgkcShWKbPgHhZxaxh " ) ;
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ path = "../schedulecommit/elfs/dlp.so"
31
31
32
32
# NOTE: `cargo build-sbf` needs to run from the root to build the program
33
33
[[program ]]
34
- id = " corabpNrkBEqbTZP7xfJgSWTdBmVdLf1PARWXZbcMcS "
34
+ id = " CoMtrr6j336NSB5PAoAWpLe5hPgkcShWKbPgHhZxaxh "
35
35
path = " ../../target/deploy/magicblock_committor_program.so"
36
36
37
37
[[program ]]
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ path = "../schedulecommit/elfs/mdp.so"
35
35
36
36
# NOTE: `cargo build-sbf` needs to run from the root to build the program
37
37
[[program ]]
38
- id = " corabpNrkBEqbTZP7xfJgSWTdBmVdLf1PARWXZbcMcS "
38
+ id = " CoMtrr6j336NSB5PAoAWpLe5hPgkcShWKbPgHhZxaxh "
39
39
path = " ../../target/deploy/magicblock_committor_program.so"
40
40
41
41
[[program ]]
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ mod utils;
25
25
// protocol fees vault: 7JrkjmZPprHwtuvtuGTXp9hwfGYFAQLnLeFM52kqAgXg
26
26
// validator fees vault: DUH8h7rYjdTPYyBUEGAUwZv9ffz5wiM45GdYWYzogXjp
27
27
// delegation program: DELeGGvXpWV2fqJUhqcF5ZSYMS4JTLjteaAMARRSaeSh
28
- // committor program: corabpNrkBEqbTZP7xfJgSWTdBmVdLf1PARWXZbcMcS
28
+ // committor program: CoMtrr6j336NSB5PAoAWpLe5hPgkcShWKbPgHhZxaxh
29
29
30
30
#[ test]
31
31
fn test_committing_one_account ( ) {
You can’t perform that action at this time.
0 commit comments