Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
josojo committed Feb 12, 2024
1 parent 3707861 commit 9dec394
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/scripts/activateForcedTransactions.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,10 @@ async function main() {
polygonZkEVMAddress,
)).connect(deployer);

const tx0 = await zkevm.connect(deployer).activateForceBatches( { gasLimit: 500000 });
const tx0 = await zkevm.connect(deployer).activateForceBatches({ gasLimit: 500000 });
await tx0.wait();
console.log('Activate forced batches');
console.log('by the following tx: ', tx0.hash);

}

main().catch((e) => {
Expand Down

0 comments on commit 9dec394

Please sign in to comment.