Skip to content

Commit

Permalink
refactor: export getFactoryContractAddress and getModuleContractAddress
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosfebres committed Jul 24, 2021
1 parent 1d6da34 commit f7578c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ export {
calculateProxyAddress,
getFactoryAndMasterCopy,
getModuleInstance,
getModuleContractAddress,
getFactoryContractAddress,
} from "./factory";
export { KnownContracts, ContractAddresses, KnownModules } from "./types";
export { CONTRACT_ADDRESSES, CONTRACT_ABIS } from "./constants";

0 comments on commit f7578c4

Please sign in to comment.