Skip to content

Commit

Permalink
feat: add QuorumFactory to deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
guidanoli committed May 31, 2024
1 parent 446d05a commit 96e16a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deploy/02_factory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ const func: DeployFunction = async (hre: HardhatRuntimeEnvironment) => {
};

const AuthorityFactory = await deployments.deploy("AuthorityFactory", opts);
await deployments.deploy("QuorumFactory", opts);

const ApplicationFactory = await deployments.deploy(
"ApplicationFactory",
opts,
Expand Down

0 comments on commit 96e16a1

Please sign in to comment.