Skip to content

Commit

Permalink
Update startup.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
0xJepsen committed Nov 5, 2023
1 parent 1143c87 commit a5a969b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/startup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ pub async fn deploy_contracts(admin: Arc<RevmMiddleware>) -> Result<SimulationCo
.propose_l2_output(
ekeccak256("Asdfa"),
eU256::from(1),
ekeccak256(b"1"),
eU256::from("1"),
ekeccak256(1 as i32),
eU256::from(1),
)
.send()
.await?
Expand Down

0 comments on commit a5a969b

Please sign in to comment.