forked from eth-act/zkevm-test-monitor
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
61 lines (61 loc) · 2.07 KB
/
Copy pathconfig.json
File metadata and controls
61 lines (61 loc) · 2.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"act4_commit": "b75bf1eeddaab59820eb3527943fb59101faf1f0",
"zkvms": {
"sp1": {
"repo_url": "https://github.com/codygunton/sp1",
"commit": "1099518175f1eb0af3318c5a9be8865da2fc5bd6",
"build_cmd": "cargo build --bin sp1-perf-executor",
"binary_name": "sp1-perf-executor",
"binary_path": "target/debug/sp1-perf-executor",
"isa": "RV64IM"
},
"jolt": {
"repo_url": "https://github.com/codygunton/jolt",
"commit": "3adde10f",
"build_cmd": "cargo build --release -p tracer --bin jolt-emu",
"binary_name": "jolt-emu",
"binary_path": "target/release/jolt-emu",
"isa": "RV64IMAC"
},
"openvm": {
"repo_url": "https://github.com/openvm-org/openvm",
"commit": "bf11b4a5f",
"build_cmd": "cargo build --release",
"binary_name": "openvm-binary",
"binary_path": "target/release/openvm-binary",
"isa": "RV32IM"
},
"r0vm": {
"repo_url": "https://github.com/codygunton/risc0",
"commit": "act4",
"build_cmd": "cargo build --release -p risc0-r0vm --bin r0vm",
"binary_name": "r0vm-binary",
"binary_path": "target/release/r0vm",
"isa": "RV32IM"
},
"zisk": {
"repo_url": "https://github.com/0xPolygonHermez/zisk",
"commit": "48cf7ccefb5ed62261abf6bfb007b5be8a23c547",
"build_cmd": "cargo build --release --bin ziskemu",
"binary_name": "ziskemu",
"binary_path": "target/release/ziskemu",
"isa": "RV64IMFDAC"
},
"pico": {
"repo_url": "https://github.com/codygunton/pico",
"commit": "e4d8f22d01c200d790b0a90961305ecb7074879a",
"build_cmd": "cargo build --release -p pico-cli",
"binary_name": "cargo-pico",
"binary_path": "target/release/cargo-pico",
"isa": "RV32IM"
},
"airbender": {
"repo_url": "https://github.com/codygunton/zksync-airbender",
"commit": "riscof-dev",
"build_cmd": "cargo build --profile test-release --bin cli",
"binary_name": "airbender-binary",
"binary_path": "target/test-release/cli",
"isa": "RV32IM"
}
}
}