-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
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
List of contract types #50
Conversation
dangershony
commented
Mar 28, 2022
Depends on block-core/blockcore-indexer#132 |
@miladsoft please review as well |
Parental menus are not activated in the main menu
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR, there are a few minor points. There are some component variables that are unused, but that an issue in the whole codebase, I'll do a cleanup of that later.
|
||
|
||
if (this.daoContract.deposits) { | ||
this.totalDepositsAmount = this.daoContract.deposits.map((item) => Number.parseInt(item.amount)).reduce((acc, curr) => acc + curr, 0); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We'll include "big.js" in the explorer soon and refactor these to use Big.