This commit is contained in:
2019-03-24 00:20:48 +01:00
parent 6c569239de
commit 116f69cb12
6 changed files with 18 additions and 7 deletions

View File

@@ -127,10 +127,9 @@ contract Contribution is AragonApp {
}
function getTokenContract() public view returns (address) {
return 0x8779fc70eeea01d00efa9044c29d3c930fdb874a;
//IKernel k = IKernel(kernel());
IKernel k = IKernel(kernel());
//return k.getApp(KERNEL_APP_ADDR_NAMESPACE, TOKEN_APP_ID);
return k.getApp(KERNEL_APP_ADDR_NAMESPACE, TOKEN_APP_ID);
}
function exists(uint256 contributionId) view public returns (bool) {