Commit 27093d50 authored by zhiqiangxu's avatar zhiqiangxu Committed by GitHub

use copy of config.L1Deployments (#11532)

parent 107f4d6a
...@@ -120,7 +120,7 @@ func DefaultSystemConfig(t testing.TB) SystemConfig { ...@@ -120,7 +120,7 @@ func DefaultSystemConfig(t testing.TB) SystemConfig {
Secrets: secrets, Secrets: secrets,
Premine: premine, Premine: premine,
DeployConfig: deployConfig, DeployConfig: deployConfig,
L1Deployments: config.L1Deployments, L1Deployments: l1Deployments,
L1InfoPredeployAddress: predeploys.L1BlockAddr, L1InfoPredeployAddress: predeploys.L1BlockAddr,
JWTFilePath: writeDefaultJWT(t), JWTFilePath: writeDefaultJWT(t),
JWTSecret: testingJWTSecret, JWTSecret: testingJWTSecret,
......
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