ccxt
ccxt copied to clipboard
fix(poloniex): major reorg for fetchCurrencies, fetchDepositAddress, createDepositAddress, Withdraw
poloniex has a complicated currencies structure (without any network parameter supported for deposit/withdraw, but instead coin + network name as "currency-id", like "USDTETH" as currency-id separate entry.
this needed a complete rewrite of all methods and added heavy/detailed static-tests
PR ready