diff --git a/src/cryptocom/exchange/coins.py b/src/cryptocom/exchange/coins.py index 5070c99..f4406ef 100644 --- a/src/cryptocom/exchange/coins.py +++ b/src/cryptocom/exchange/coins.py @@ -156,6 +156,7 @@ PENDLE = Coin("PENDLE") PERP = Coin("PERP") PLA = Coin("PLA") POLS = Coin("POLS") +POLYX = Coin("POLYX") POND = Coin("POND") POWR = Coin("POWR") PRQ = Coin("PRQ") diff --git a/src/cryptocom/exchange/pairs.py b/src/cryptocom/exchange/pairs.py index b665970..ac38a7b 100644 --- a/src/cryptocom/exchange/pairs.py +++ b/src/cryptocom/exchange/pairs.py @@ -369,6 +369,7 @@ PLA_USD = Pair("PLA_USD", price_precision=5, quantity_precision=0) PLA_USDT = Pair("PLA_USDT", price_precision=5, quantity_precision=0) POLS_USD = Pair("POLS_USD", price_precision=5, quantity_precision=1) POLS_USDT = Pair("POLS_USDT", price_precision=5, quantity_precision=1) +POLYX_USD = Pair("POLYX_USD", price_precision=5, quantity_precision=0) POND_USD = Pair("POND_USD", price_precision=6, quantity_precision=0) POND_USDT = Pair("POND_USDT", price_precision=6, quantity_precision=0) POWR_USD = Pair("POWR_USD", price_precision=5, quantity_precision=0)