Skip to content

Commit

Permalink
workhard protocol uri
Browse files Browse the repository at this point in the history
  • Loading branch information
0xMayflower committed May 28, 2021
1 parent af026ea commit 002bb4c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion contracts/apps/Workhard.sol
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,10 @@ contract Workhard is IWorkhard, ERC721, ERC20Recoverer {
bytes32(masterDAOId),
address(this)
);
createProject(masterDAOId, ""); // TODO: update this ipfs uri!
createProject(
masterDAOId,
"QmTFKqcLx9utcxSDLbfWicLnUDFACbrGjcQ6Yhz13qWDqS"
);
ERC20Recoverer.initialize(masterTimelock, new address[](0));
}

Expand Down

0 comments on commit 002bb4c

Please sign in to comment.