Commit 41c4c1c6 authored by OptimismBot's avatar OptimismBot Committed by GitHub

Merge pull request #5600 from ethereum-optimism/fix/cleanup-args-sdk-task

sdk: deposit eth task delete dead code
parents 2389d445 f8875bec
...@@ -27,12 +27,6 @@ task('deposit-eth', 'Deposits ether to L2.') ...@@ -27,12 +27,6 @@ task('deposit-eth', 'Deposits ether to L2.')
'http://localhost:9545', 'http://localhost:9545',
types.string types.string
) )
.addParam(
'opNodeProviderUrl',
'op-node provider URL',
'http://localhost:7545',
types.string
)
.addOptionalParam('to', 'Recipient of the ether', '', types.string) .addOptionalParam('to', 'Recipient of the ether', '', types.string)
.addOptionalParam( .addOptionalParam(
'amount', 'amount',
......
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