Skip to content

Commit

Permalink
feat(builder-main): adds engine builder to main entrypoint on sim
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexangelj committed Oct 10, 2023
1 parent 4103db6 commit 44c4cf5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions box-simulation/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,9 @@ async fn main() -> Result<()> {

init(&contracts, agents, &config).await?;

engine::builder::EngineBuilder::new()
.run(&contracts, &env, &config)
.await?;

Ok(())
}

0 comments on commit 44c4cf5

Please sign in to comment.