Skip to content

Commit

Permalink
Added missing KnowledgeCollection constructor argument
Browse files Browse the repository at this point in the history
  • Loading branch information
u-hubar committed Jul 2, 2024
1 parent e032a19 commit 490fb7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deploy/047_deploy_knowledge_collection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { HardhatRuntimeEnvironment } from 'hardhat/types';
const func: DeployFunction = async function (hre: HardhatRuntimeEnvironment) {
await hre.helpers.deploy({
newContractName: 'KnowledgeCollection',
additionalArgs: [''],
});
};

Expand Down

0 comments on commit 490fb7f

Please sign in to comment.