Skip to content

Commit

Permalink
Merge pull request #240 from bancorprotocol/239-default_min_profit_ga…
Browse files Browse the repository at this point in the history
…s_token-too-low-by-default

update the default min profit
  • Loading branch information
NIXBNT authored Nov 29, 2023
2 parents ea5c271 + a93f191 commit 7ead04b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
)
@click.option(
"--default_min_profit_gas_token",
default="0.0001",
default="0.01",
type=str,
help="Set to the default minimum profit in gas token. This should be reasonably high to avoid losses from gas fees.",
)
Expand Down

0 comments on commit 7ead04b

Please sign in to comment.