Skip to content

Commit

Permalink
add SoulName as dependecy of SoulFactory deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
miquelcabot committed Sep 5, 2022
1 parent c1098f5 commit b7e41bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/SoulFactory.ts
Expand Up @@ -45,5 +45,5 @@ const func: DeployFunction = async ({
};

func.tags = ["SoulFactory"];
func.dependencies = ["CORN", "SoulboundIdentity"];
func.dependencies = ["CORN", "SoulboundIdentity", "SoulName"];
export default func;

0 comments on commit b7e41bb

Please sign in to comment.