We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d289f83 commit 9fb8a4aCopy full SHA for 9fb8a4a
integration_tests/src/main.rs
@@ -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;
+use jito_mev_tip_distribution_ncn_client::programs::JITO_MEV_TIP_DISTRIBUTION_NCN_ID;
7
8
pub fn main() {
9
- // let weight = Weight::new(1, 2).unwrap();
10
- // println!("Hello, world! {:?}", JITO_WEIGHT_TABLE_ID);
+ println!("Hello, world! {:?}", JITO_MEV_TIP_DISTRIBUTION_NCN_ID);
11
}
0 commit comments