File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5454 - name : Run openvm setup
5555 run : |
5656 cd openvm/crates
57- cargo run --bin cargo-openvm openvm setup
57+ cargo run --bin cargo-openvm openvm setup --evm
5858
5959 - name : Install Foundry
6060 uses : foundry-rs/foundry-toolchain@v1
6666 - name : Compare compiled bytecode in repo to verifier.bytecode.json
6767 run : |
6868 forge build --force
69- diff <(jq -r '.bytecode.object | ltrimstr("0x")' out/OpenVmHalo2Verifier.sol/OpenVmHalo2Verifier.json) <(jq -r '.bytecode | ltrimstr("0x")' ~/.openvm/halo2/src/${TRUNC_VERSION}/verifier.bytecode.json)
69+ diff <(jq -r '.bytecode.object | ltrimstr("0x")' out/${TRUNC_VERSION}/ OpenVmHalo2Verifier.sol/OpenVmHalo2Verifier.json) <(jq -r '.bytecode | ltrimstr("0x")' ~/.openvm/halo2/src/${TRUNC_VERSION}/verifier.bytecode.json)
You can’t perform that action at this time.
0 commit comments