Commit 063151a6 authored by Mark Tyneway's avatar Mark Tyneway

contracts: lint the tasks directory

This PR lints the tasks directory
parent 345ebf89
---
'@eth-optimism/contracts': patch
---
Run lint over the tasks directory
...@@ -8,12 +8,7 @@ import { getContractDefinition } from '../src/contract-defs' ...@@ -8,12 +8,7 @@ import { getContractDefinition } from '../src/contract-defs'
task('set-l2-gasprice') task('set-l2-gasprice')
.addOptionalParam('l2GasPrice', 'Gas Price to set on L2', 0, types.int) .addOptionalParam('l2GasPrice', 'Gas Price to set on L2', 0, types.int)
.addOptionalParam( .addOptionalParam('transactionGasPrice', 'tx.gasPrice', undefined, types.int)
'transactionGasPrice',
'tx.gasPrice',
undefined,
types.int
)
.addOptionalParam( .addOptionalParam(
'contractsRpcUrl', 'contractsRpcUrl',
'Sequencer HTTP Endpoint', 'Sequencer HTTP Endpoint',
......
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