Skip to content

Commit

Permalink
Fix smoke test
Browse files Browse the repository at this point in the history
  • Loading branch information
ImJeremyHe committed Dec 18, 2024
1 parent 4f7fe6d commit 48a63b1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -523,8 +523,7 @@ function writeL2ChainConfig(argv: any) {
};
if (argv.espresso) {
let chainConfig = l2ChainConfig as any;
chainConfig.arbitrum["EnableEspresso"] = true;
chainConfig["espresso"] = true;
chainConfig.arbitrum["EspressoTEEVerifierAddress"]= "0x5F1f60F24be95C7cfC430bfcf0001D4701BE1231"
}
const l2ChainConfigJSON = JSON.stringify(l2ChainConfig);
fs.writeFileSync(
Expand Down

0 comments on commit 48a63b1

Please sign in to comment.