Skip to content

Commit

Permalink
Buck review updates
Browse files Browse the repository at this point in the history
  • Loading branch information
martonp committed Oct 18, 2024
1 parent 347e531 commit dfe0723
Show file tree
Hide file tree
Showing 8 changed files with 434 additions and 386 deletions.
3 changes: 3 additions & 0 deletions client/mm/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ type CEXConfig struct {
// total amount allocated for trading.
// The way these are configured will probably be changed to better capture the
// reasoning above.
//
// If MinBaseTransfer or MinQuoteTransfer are set to 0, the bot will only
// attempt internal transfers.
type AutoRebalanceConfig struct {
MinBaseTransfer uint64 `json:"minBaseTransfer"`
MinQuoteTransfer uint64 `json:"minQuoteTransfer"`
Expand Down
337 changes: 188 additions & 149 deletions client/mm/exchange_adaptor.go

Large diffs are not rendered by default.

Loading

0 comments on commit dfe0723

Please sign in to comment.