Skip to content

Commit

Permalink
commented out masterDeployer dependency in deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
jiro-ono committed Nov 25, 2022
1 parent 86c838c commit f29bdc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/StablePoolFactory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@ const deployFunction: DeployFunction = async function ({

export default deployFunction;

deployFunction.dependencies = ["MasterDeployer"];
//deployFunction.dependencies = ["MasterDeployer"];

deployFunction.tags = ["StablePoolFactory"];

0 comments on commit f29bdc1

Please sign in to comment.