Skip to content

Commit

Permalink
Fi content asset tests
Browse files Browse the repository at this point in the history
  • Loading branch information
NZT48 committed Dec 8, 2022
1 parent 9636e9c commit aced6f4
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 aced6f4

Please sign in to comment.