Skip to content

Commit

Permalink
Update tradero
Browse files Browse the repository at this point in the history
- Set USDT as default quote asset
  • Loading branch information
math-a3k committed Sep 12, 2023
1 parent 3841dd3 commit 6f7aa45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tradero/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@
)

# Quote Asset to be used
QUOTE_ASSET = env.str("TRADERO_QUOTE_ASSET", "BUSD")
QUOTE_ASSET = env.str("TRADERO_QUOTE_ASSET", "USDT")

# Exhange fee per transaction (Buy / Sell) (rate) for DUMMY mode
EXCHANGE_FEE = Decimal(env.str("TRADERO_EXCHANGE_FEE", "0.001"))
Expand Down

0 comments on commit 6f7aa45

Please sign in to comment.