Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
simplify comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ChihChengLiang committed Jul 7, 2023
1 parent 666b409 commit f34fb35
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions integration-tests/src/bin/gen_blockchain_data.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,8 @@ async fn main() {
for (name, contract_path) in CONTRACTS {
let path_sol = Path::new(CONTRACTS_PATH).join(contract_path);
let inputs = CompilerInput::new(&path_sol).expect("Compile success");
// ethers-solc defaults evm version to Shanghai
// We explicitly specify EvmVersion here for some old Solidity version to work.
// We can change to Shanghai later.
// ethers-solc: explicitly indicate the EvmVersion that corresponds to the zkevm circuit's
// supported Upgrade, e.g. `London/Shanghai/...` specifications.
let input = inputs
.clone()
.first_mut()
Expand Down

0 comments on commit f34fb35

Please sign in to comment.