Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
capossele committed Jun 17, 2024
1 parent 133964c commit 35e8d8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/MainnetDeploy.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ contract EvenNumberDeploy is Script {

vm.startBroadcast(deployerKey);

// use the RISC Zero managed RiscZeroVerifierRouter contract,
// use the RISC Zero managed RiscZeroVerifierRouter contract,
// see https://etherscan.io/address/0x8EaB2D97Dfce405A1692a21b3ff3A172d593D319#code
IRiscZeroVerifier verifier = IRiscZeroVerifier(0x8EaB2D97Dfce405A1692a21b3ff3A172d593D319);
console2.log("Using RiscZeroVerifierRouter contract deployed at", address(verifier));
Expand Down

0 comments on commit 35e8d8a

Please sign in to comment.