Commit dff9f6b7 authored by clabby's avatar clabby

Lint

parent 646c304e
......@@ -703,7 +703,9 @@ task('check-l2', 'Checks a freshly migrated L2 system for correct migration')
if (args.l2RpcUrl !== '') {
console.log('Using CLI URL for provider instead of hardhat network')
const provider = new hre.ethers.providers.JsonRpcBatchProvider(args.l2RpcUrl)
const provider = new hre.ethers.providers.JsonRpcBatchProvider(
args.l2RpcUrl
)
signer = Wallet.createRandom().connect(provider)
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment