Commit 1a4c0204 authored by protolambda's avatar protolambda Committed by GitHub

op-e2e: fix fuzz cgo build (#11941)

parent 152c94d7
......@@ -13,6 +13,7 @@ import (
"github.com/ethereum-optimism/optimism/op-e2e/bindings"
"github.com/ethereum-optimism/optimism/op-e2e/fastlz"
"github.com/ethereum-optimism/optimism/op-e2e/system/e2esys"
"github.com/ethereum-optimism/optimism/op-service/predeploys"
"github.com/ethereum/go-ethereum"
"github.com/ethereum/go-ethereum/accounts/abi/bind"
......@@ -79,7 +80,7 @@ func FuzzFjordCostFunction(f *testing.F) {
f.Add(seed)
}
cfg := DefaultSystemConfig(f)
cfg := e2esys.DefaultSystemConfig(f)
s := hexutil.Uint64(0)
cfg.DeployConfig.L2GenesisCanyonTimeOffset = &s
cfg.DeployConfig.L2GenesisDeltaTimeOffset = &s
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment