Commit a1601781 authored by Mark Tyneway's avatar Mark Tyneway

sdk: deposit eth task delete dead code

Removes a dead argumen from the deposit eth hh task
in the sdk. This task is ran in CI and is useful for
testing an end to end deposit withdrawal flow for ether.
parent b9ca24ef
...@@ -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