Skip to content

Commit

Permalink
Merge pull request #93 from gnosis/fix-module-deployer-type
Browse files Browse the repository at this point in the history
Fix getModuleFactoryAndMasterCopy ReturnType
  • Loading branch information
auryn-macmillan authored Dec 9, 2022
2 parents ea64fb7 + 509998d commit fb01527
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gnosis.pm/zodiac",
"version": "2.0.3",
"version": "2.0.4",
"description": "Zodiac is a composable design philosophy and collection of standards for building DAO ecosystem tooling.",
"author": "Auryn Macmillan <[email protected]>",
"license": "LGPL-3.0+",
Expand Down
2 changes: 1 addition & 1 deletion src/factory/moduleDeployer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ export const getModuleFactoryAndMasterCopy = <T extends KnownContracts>(
const moduleFactory = ModuleProxyFactory__factory.connect(
factoryAddress,
provider
) as ReturnType<typeof ContractFactories[T]["connect"]>;
);

return {
moduleFactory,
Expand Down

0 comments on commit fb01527

Please sign in to comment.