File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
programs/merkle-distributor/src Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ seeds = true
66skip-lint = false
77
88[programs .devnet ]
9- merkle_distributor = " Agwkm5QzMHKzPNRusJf2YXy1LCFWRkoySAPxExLtYQv9 "
9+ merkle_distributor = " 32q88TuJFJuRLFZzZLmpVLEF5Hzcb8aoMsCpzPJPvtaB "
1010
1111[registry ]
1212url = " https://api.apr.dev"
Original file line number Diff line number Diff line change @@ -251,10 +251,10 @@ fn process_claim(args: &Args, claim_args: &ClaimArgs) {
251251
252252 let client = RpcClient :: new_with_commitment ( & args. rpc_url , CommitmentConfig :: confirmed ( ) ) ;
253253
254- // let merkle_tree = AirdropMerkleTree::new_from_csv(&claim_args.merkle_tree_path)
255- // .expect("failed to load merkle tree from file");
254+ let merkle_tree = AirdropMerkleTree :: new_from_csv ( & claim_args. merkle_tree_path )
255+ . expect ( "failed to load merkle tree from file" ) ;
256256
257- // let claimant_wallet = Pubkey::from_str("1ryziZbFQW4fcWck9wW4vU4KD4qxPHKhmAht6pXPFWo ").unwrap();
257+ // let claimant_wallet = Pubkey::from_str("AgekHHmTU2RsnTubhTC7neUsuJqxMWBjXweBh1HhGd2V ").unwrap();
258258 // let node = merkle_tree.get_node(&claimant_wallet);
259259 // println!("Claiming node: {:?}", node);
260260 // panic!("stop");
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ security_txt! {
3030 source_code: "https://github.com/jito-foundation/distributor"
3131}
3232
33- declare_id ! ( "Agwkm5QzMHKzPNRusJf2YXy1LCFWRkoySAPxExLtYQv9 " ) ;
33+ declare_id ! ( "32q88TuJFJuRLFZzZLmpVLEF5Hzcb8aoMsCpzPJPvtaB " ) ;
3434
3535#[ program]
3636pub mod merkle_distributor {
You can’t perform that action at this time.
0 commit comments