Skip to content

Commit

Permalink
Fix conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
xqft committed Oct 3, 2024
1 parent 8b6b717 commit b2776fe
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions example/app/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ async fn main() {
error!("Error getting Sudoku vality contract address");
process::exit(1);
}),
_ => todo!()
_ => todo!(),
};

let wallet_alloy =
Expand Down Expand Up @@ -202,7 +202,6 @@ async fn main() {
});

debug!("Creating contract instance");
<<<<<<< HEAD
let sudoku_address = match chain {
Chain::Devnet => SUDOKU_VALIDITY_DEVNET_ADDRESS,
Chain::Holesky => {
Expand All @@ -213,8 +212,7 @@ async fn main() {
}
_ => todo!(),
};
=======
>>>>>>> aligned

let contract =
SudokuValidity::new(Address::from_str(&sudoku_address).unwrap(), provider);

Expand Down

0 comments on commit b2776fe

Please sign in to comment.