Skip to content

Commit

Permalink
remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundedgar committed Jun 13, 2024
1 parent cb55384 commit bb8a0e2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/scripts/prepareSequencerAfterFork.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@ async function main() {
const currentProvider = await common.loadProvider(deployParameters, process.env);
const deployer = await common.loadDeployer(currentProvider, deployParameters);

// const pendingTxCount = await currentProvider.getTransactionCount(deployer.address, 'pending');
// const txCount = await currentProvider.getTransactionCount(deployer.address);
// console.log('pending is ', pendingTxCount, 'txCount is ', txCount);

if (trustedSequencer === undefined || trustedSequencer.toLowerCase() !== deployer.address.toLowerCase()) {
throw new Error('Wrong deployer address');
}
Expand Down

0 comments on commit bb8a0e2

Please sign in to comment.