Skip to content

Commit

Permalink
CircleCI: go-tests/fix dac url config (#149)
Browse files Browse the repository at this point in the history
* fix dac url config

* disable l2blob
  • Loading branch information
syntrust authored Jan 2, 2025
1 parent 9d72b4a commit fc01edd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions op-e2e/system/e2esys/setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ func DefaultSystemConfig(t testing.TB, opts ...SystemConfigOpt) SystemConfig {
require.NoError(t, err)
deployConfig := config.DeployConfig(sco.AllocType)
deployConfig.L1GenesisBlockTimestamp = hexutil.Uint64(time.Now().Unix())
deployConfig.L2GenesisBlobTimeOffset = nil
e2eutils.ApplyDeployConfigForks(deployConfig)
require.NoError(t, deployConfig.Check(testlog.Logger(t, log.LevelInfo)),
"Deploy config is invalid, do you need to run make devnet-allocs?")
Expand Down

0 comments on commit fc01edd

Please sign in to comment.