Skip to content

Commit

Permalink
deploy vanchor verifier
Browse files Browse the repository at this point in the history
  • Loading branch information
salman01zp committed Feb 5, 2024
1 parent ec167c2 commit 33c731d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions evm-test-utils/src/v_bridge.rs
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,9 @@ impl<M> VAnchorBridgeDeployment<M> {

// Step6 Deploy poseidon hasher contract.
let poseidon_hasher = chain.deploy_poseidon_hasher().await?;

// Step7 Deploy verifier contract.
let verifier = chain.deploy_vanchor_verifier().await?;
}

Ok(())
Expand Down

0 comments on commit 33c731d

Please sign in to comment.