We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://etherscan.io/address/0x78f32a27559170f9a005b319ed53441b9e852158#loansAddress https://app.zerion.io/0x78f32a27559170f9a005b319ed53441b9e852158/overview
This address has Loans and Assets on Maker, but none are returned on getProtocolBalances, or on getBalances.
getProtocolBalances
getBalances
The text was updated successfully, but these errors were encountered:
I too had the same problem; Maker seems not supported In output of getProtocolNames there is "Maker Governance" but no "Maker" or "Maker Dao"
Tried this code that works for "Compound"
var protocol = "Maker"; defiSdk.getProtocolBalance(account, protocol).then(function (balance) { console.log('\n\ngetProtocolBalance "Maker"'); console.log(JSON.stringify(balance, null, 2)); });
I got exception (node:7444) UnhandledPromiseRejectionWarning: ProtocolDoesNotExistError: Protocol [Maker] does not exists get exception
Please provide solution or workaround
Regards Jayanta
Sorry, something went wrong.
hi!
it is called Multi-Collateral Dai and currently supports only ETH and BAT collateral :)
Multi-Collateral Dai
No branches or pull requests
https://etherscan.io/address/0x78f32a27559170f9a005b319ed53441b9e852158#loansAddress
https://app.zerion.io/0x78f32a27559170f9a005b319ed53441b9e852158/overview
This address has Loans and Assets on Maker, but none are returned on
getProtocolBalances
, or ongetBalances
.The text was updated successfully, but these errors were encountered: