Skip to content

Commit

Permalink
Fix internal_enforced_l1_gas_price
Browse files Browse the repository at this point in the history
  • Loading branch information
jorbush committed Feb 2, 2024
1 parent d3a72ab commit cc6ddc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infrastructure/zk/src/init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ export async function init(initArgs: InitArgs = DEFAULT_ARGS) {
}
}

tomlContent2 = lines.join('\n');
tomlContent2 = lines2.join('\n');

fs.writeFileSync(filePath, tomlContent2);
fs.writeFileSync(filePath2, tomlContent2);

console.log(`The parameter "${paramName2}" has been updated in the TOML file.`);

Expand Down

0 comments on commit cc6ddc0

Please sign in to comment.