Commit 90149ac5 authored by Mark Tyneway's avatar Mark Tyneway Committed by GitHub

Merge pull request #1252 from ethereum-optimism/fix/task-linting

contracts: lint the tasks directory
parents 5f497380 063151a6
---
'@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