Skip to content

Commit

Permalink
use copy of config.L1Deployments (ethereum-optimism#11532)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiqiangxu authored Aug 20, 2024
1 parent 107f4d6 commit 27093d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion op-e2e/setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ func DefaultSystemConfig(t testing.TB) SystemConfig {
Secrets: secrets,
Premine: premine,
DeployConfig: deployConfig,
L1Deployments: config.L1Deployments,
L1Deployments: l1Deployments,
L1InfoPredeployAddress: predeploys.L1BlockAddr,
JWTFilePath: writeDefaultJWT(t),
JWTSecret: testingJWTSecret,
Expand Down

0 comments on commit 27093d5

Please sign in to comment.