Skip to content

Commit 9fb8a4a

Browse files
committed
making sure client gen is okay
1 parent d289f83 commit 9fb8a4a

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

integration_tests/src/main.rs

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
1-
// use jito_restaking_client::instructions::{
2-
// InitializeConfigBuilder, InitializeNcnBuilder, InitializeOperatorBuilder,
3-
// };
4-
5-
// use jito_weight_table_client::types::Weight;
6-
// use jito_weight_table_client::programs::JITO_WEIGHT_TABLE_ID;
1+
use jito_mev_tip_distribution_ncn_client::programs::JITO_MEV_TIP_DISTRIBUTION_NCN_ID;
72

83
pub fn main() {
9-
// let weight = Weight::new(1, 2).unwrap();
10-
// println!("Hello, world! {:?}", JITO_WEIGHT_TABLE_ID);
4+
println!("Hello, world! {:?}", JITO_MEV_TIP_DISTRIBUTION_NCN_ID);
115
}

0 commit comments

Comments
 (0)