Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ErgoDEX Backlog with Fee Auctions #35

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Config updated.
oskin1 committed Feb 14, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 2b8d26474df52bd74f77f5cdf43d13a274823cc6
2 changes: 0 additions & 2 deletions modules/amm-executor/src/main/resources/application.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
rotation.retry-delay = 120s

exchange.reward-address = "9gCigPc9cZNRhKgbgdmTkVxo1ZKgw79G8DvLjCcYWAvEF3XRUKy"

execution.order-lifetime = 300s
Original file line number Diff line number Diff line change
@@ -11,7 +11,6 @@ import tofu.optics.macros.{promote, ClassyOptics}
@derive(pureconfigReader, loggable)
@ClassyOptics
final case class ConfigBundle(
@promote rotation: RotationConfig,
@promote exchange: ExchangeConfig,
@promote execution: ExecutionConfig,
@promote monetary: MonetaryConfig,