Skip to content

Commit

Permalink
op-e2e: fix fuzz cgo build (#11941)
Browse files Browse the repository at this point in the history
  • Loading branch information
protolambda authored Sep 17, 2024
1 parent 152c94d commit 1a4c020
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion op-e2e/opgeth/fastlz_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 1a4c020

Please sign in to comment.