Skip to content

Commit

Permalink
Revert unnecessary changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ImJeremyHe committed Sep 5, 2024
1 parent a6df24b commit e49f01b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -405,8 +405,8 @@ function writeL2ChainConfig(argv: any) {
}
if (argv.espresso) {
let chainConfig = l2ChainConfig as any
chainConfig["espresso"] = true
chainConfig.arbitrum["EnableEspresso"] = true
chainConfig["espresso"] = true
}
const l2ChainConfigJSON = JSON.stringify(l2ChainConfig)
fs.writeFileSync(path.join(consts.configpath, "l2_chain_config.json"), l2ChainConfigJSON)
Expand Down

0 comments on commit e49f01b

Please sign in to comment.