Add support for new splitted Token contract
This commit is contained in:
+2
-2
@@ -9,8 +9,8 @@ export default Ember.Route.extend({
|
||||
|
||||
return Ember.RSVP.hash({
|
||||
contributors: kredits.getContributors(),
|
||||
totalSupply: kredits.getValueFromContract('totalSupply'),
|
||||
contributorsCount: kredits.getValueFromContract('contributorsCount'),
|
||||
totalSupply: kredits.getValueFromContract('tokenContract', 'totalSupply'),
|
||||
contributorsCount: kredits.getValueFromContract('kreditsContract', 'contributorsCount'),
|
||||
proposals: kredits.getProposals()
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user