Skip to content

Commit

Permalink
remove commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev committed Dec 6, 2024
1 parent 09213be commit ec1a0a0
Showing 1 changed file with 0 additions and 32 deletions.
32 changes: 0 additions & 32 deletions examples/swap/tasks/companionSwap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,35 +59,3 @@ task("companion-swap", "Swap native gas tokens", main)
.addParam("target", "ZRC-20 address of the token to swap for")
.addParam("amount", "Amount of tokens to swap")
.addParam("recipient", "Recipient address");

// .addOptionalParam(
// "txOptionsGasPrice",
// "The gas price for the transaction",
// 10000000000,
// types.int
// )
// .addOptionalParam(
// "txOptionsGasLimit",
// "The gas limit for the transaction",
// 7000000,
// types.int
// )
// .addFlag("callOnRevert", "Whether to call on revert")
// .addOptionalParam(
// "revertAddress",
// "Revert address",
// "0x0000000000000000000000000000000000000000"
// )
// .addOptionalParam("revertMessage", "Revert message", "")
// .addParam(
// "receiver",
// "The address of the receiver contract on a connected chain"
// )
// .addOptionalParam(
// "onRevertGasLimit",
// "The gas limit for the revert transaction",
// 7000000,
// types.int
// )
// .addOptionalParam("erc20", "The address of the ERC20 token to deposit")
// .addParam("amount", "The amount of tokens to deposit");

0 comments on commit ec1a0a0

Please sign in to comment.