Skip to content

Commit

Permalink
Merge pull request #1252 from ethereum-optimism/fix/task-linting
Browse files Browse the repository at this point in the history
contracts: lint the tasks directory
  • Loading branch information
tynes committed Jul 9, 2021
2 parents 5f49738 + 063151a commit 90149ac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .changeset/plenty-walls-compare.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@eth-optimism/contracts': patch
---

Run lint over the tasks directory
7 changes: 1 addition & 6 deletions packages/contracts/tasks/l2-gasprice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,7 @@ import { getContractDefinition } from '../src/contract-defs'

task('set-l2-gasprice')
.addOptionalParam('l2GasPrice', 'Gas Price to set on L2', 0, types.int)
.addOptionalParam(
'transactionGasPrice',
'tx.gasPrice',
undefined,
types.int
)
.addOptionalParam('transactionGasPrice', 'tx.gasPrice', undefined, types.int)
.addOptionalParam(
'contractsRpcUrl',
'Sequencer HTTP Endpoint',
Expand Down

0 comments on commit 90149ac

Please sign in to comment.