UNPKG

standard-contract-registry

Version:

Contract that use the Transparent Upgradeable model (openzeppelin) to keep a registry of the current deployed contracts, their types and versions

12 lines (11 loc) 629 B
/* Autogenerated file. Do not edit manually. */ /* tslint:disable */ /* eslint-disable */ export * as interfaces from "./interfaces"; export { ContractDeployer__factory } from "./ContractDeployer__factory"; export { ContractRegistry__factory } from "./ContractRegistry__factory"; export { ExampleBallot__factory } from "./ExampleBallot__factory"; export { ExampleOwner__factory } from "./ExampleOwner__factory"; export { ExampleOwnerV2__factory } from "./ExampleOwnerV2__factory"; export { ExampleStorage__factory } from "./ExampleStorage__factory"; export { UpgradeableDeployer__factory } from "./UpgradeableDeployer__factory";