Use real numbers for supply and contrib count
This commit is contained in:
+3
-1
@@ -6,7 +6,9 @@ export default Ember.Route.extend({
|
||||
|
||||
model() {
|
||||
return Ember.RSVP.hash({
|
||||
contributors: this.get('kredits').getContributors()
|
||||
contributors: this.get('kredits').getContributors(),
|
||||
totalSupply: this.get('kredits').getValueFromContract('totalSupply'),
|
||||
contributorsCount: this.get('kredits').getValueFromContract('contributorsCount')
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user