KomodoPlatform / komodo-defi-framework

This is the official Komodo DeFi Framework repository
https://komodoplatform.com/en/docs/komodo-defi-framework/
103 stars 94 forks source link

Return ETH/ERC20 balances in `portfolio` command #56

Closed lukechilds closed 6 years ago

lukechilds commented 6 years ago

Currently the portfolio command always returns 0 for all ETH/ERC20 balances.

artemii235 commented 6 years ago

@lukechilds Hi, it's already done but latest release crashes because of another changes related to pre-swap ETH balance check, I'm going to fix the crash today and publish fresh release with the feature.

lukechilds commented 6 years ago

There's no rush to get it done today, just whenever you're feeling better 👍

lukechilds commented 6 years ago

Just tested and working in https://github.com/artemii235/SuperNET/releases/tag/v1.0.221

Thanks!