mirror of
https://github.com/vacp2p/linea-monorepo.git
synced 2026-01-09 04:08:01 -05:00
* feat(go-corset): go-corset as submodule (#743) * remove corset submodule * add go-corset submodule * use go-corst in Makefile * use go-corset v0.9.2 * update go-corset submodule url * fix(go-corset): typo in submodule url * fix: use go-corset instead of corset * add zkevm_for_old_trace.bin without 2B block gas limit constraint to test old traces --------- Signed-off-by: Leo Jeong <dreamerty@postech.ac.kr>
9 lines
304 B
Plaintext
9 lines
304 B
Plaintext
[submodule "constraints"]
|
|
path = constraints
|
|
url = git@github.com:ConsenSys/zkevm-constraints.git
|
|
[submodule "go-corset"]
|
|
path = go-corset
|
|
url = git@github.com:Consensys/go-corset.git
|
|
[submodule "contracts/lib/forge-std"]
|
|
path = contracts/lib/forge-std
|
|
url = https://github.com/foundry-rs/forge-std |