Skip to content

Commit

Permalink
Merge pull request #82 from OriginTrail/v6/content-asset-test
Browse files Browse the repository at this point in the history
Content asset tests
  • Loading branch information
NZT48 authored Dec 9, 2022
2 parents 8221ba1 + aced6f4 commit 913784f
Show file tree
Hide file tree
Showing 3 changed files with 135 additions and 432 deletions.
2 changes: 1 addition & 1 deletion migrations/2_total_migration.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ module.exports = async (deployer, network, accounts) => {
}
try {
// hub contract
if (!deployedContracts.contracts.hub?.deployed) {
if (!deployedContracts.contracts.hub?.deployed) {
console.log('Deploying hub contract');
hub = await deployContract(Hub, deployerAddress)
await hub.setContractAddress('Owner', deployerAddress);
Expand Down
Loading

0 comments on commit 913784f

Please sign in to comment.