Skip to content

Commit

Permalink
Update subaccount transfer threshold to 0.5 (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruixhuang authored and mike-dydx committed Aug 21, 2024
1 parent cb50b43 commit da1c46e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import dydxFormatter

final class dydxTransferSubaccountWorker: BaseWorker {

private static let balanceRetainAmount = 0.25
private static let balanceRetainAmount = 0.5

override func start() {
super.start()
Expand Down

0 comments on commit da1c46e

Please sign in to comment.