Skip to content

Commit

Permalink
Merge pull request hummingbot#3099 from PtrckM/refactor/add_bvnd
Browse files Browse the repository at this point in the history
refactor/add BVND trading pair
  • Loading branch information
dennisocana authored Apr 6, 2021
2 parents 30e6d8b + d9610f2 commit 5ca2a6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hummingbot/connector/exchange/binance/binance_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
EXAMPLE_PAIR = "ZRX-ETH"
DEFAULT_FEES = [0.1, 0.1]

RE_4_LETTERS_QUOTE = re.compile(r"^(\w+)(USDT|USDC|USDS|TUSD|BUSD|IDRT|BKRW|BIDR)$")
RE_4_LETTERS_QUOTE = re.compile(r"^(\w+)(USDT|USDC|USDS|TUSD|BUSD|IDRT|BKRW|BIDR|BVND)$")
RE_3_LETTERS_QUOTE = re.compile(r"^(\w+)(BTC|ETH|BNB|DAI|XRP|PAX|TRX|NGN|RUB|TRY|EUR|ZAR|UAH|GBP|USD|BRL|AUD|VAI)$")

USD_QUOTES = ["DAI", "USDT", "USDC", "USDS", "TUSD", "PAX", "BUSD", "USD"]
Expand Down

0 comments on commit 5ca2a6f

Please sign in to comment.