diff --git a/packages/tasks/src/evmDepositAndCall.ts b/packages/tasks/src/evmDepositAndCall.ts index 5045bdc..02ccead 100644 --- a/packages/tasks/src/evmDepositAndCall.ts +++ b/packages/tasks/src/evmDepositAndCall.ts @@ -51,18 +51,8 @@ task("evm-deposit-and-call", "Deposit tokens", evmDepositAndCall) "0x0000000000000000000000000000000000000000", types.string ) - .addOptionalParam( - "gasPrice", - "The gas price for the transaction", - 50000000000, - types.int - ) - .addOptionalParam( - "gasLimit", - "The gas limit for the transaction", - 7000000, - types.int - ) + .addOptionalParam("gasPrice", "The gas price for the transaction") + .addOptionalParam("gasLimit", "The gas limit for the transaction") .addOptionalParam( "onRevertGasLimit", "The gas limit for the revert transaction",