Skip to content

Commit

Permalink
Use binary snapshot in op-e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mininny committed Oct 1, 2024
1 parent 585e8ff commit 463616e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion op-e2e/e2eutils/challenger/helper.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ func applyAsteriscConfig(
root := op_e2e_challenger.FindMonorepoRoot(t)
c.Asterisc.VmBin = root + "rvgo/bin/asterisc"
c.Asterisc.Server = root + "rvsol/lib/optimism/op-program/bin/op-program"
c.AsteriscAbsolutePreState = root + "rvgo/bin/prestate.json"
c.AsteriscAbsolutePreState = root + "rvgo/bin/prestate.bin.gz"
c.Asterisc.SnapshotFreq = 10_000_000

genesisBytes, err := json.Marshal(l2Genesis)
Expand Down

0 comments on commit 463616e

Please sign in to comment.