UNPKG

@layerzerolabs/hardhat-deploy

Version:

Hardhat Plugin For Replicable Deployments And Tests

36 lines 2.34 kB
export { default as Diamond } from './Diamond.json'; export { default as UsingDiamondOwner } from './UsingDiamondOwner.json'; export { default as DiamondCutFacet } from './DiamondCutFacet.json'; export { default as DiamondLoupeFacet } from './DiamondLoupeFacet.json'; export { default as DiamondLoupeFacetWithoutSupportsInterface } from './DiamondLoupeFacetWithoutSupportsInterface.json'; export { default as OwnershipFacet } from './OwnershipFacet.json'; export { default as DiamondERC165Init } from './DiamondERC165Init.json'; export { default as IDiamondCut } from './IDiamondCut.json'; export { default as IDiamondLoupe } from './IDiamondLoupe.json'; export { default as IERC165 } from './IERC165.json'; export { default as IERC173 } from './IERC173.json'; export { default as LibDiamond } from './LibDiamond.json'; export { default as Ownable } from './Ownable.json'; export { default as IERC1822Proxiable } from './IERC1822Proxiable.json'; export { default as Clones } from './Clones.json'; export { default as ERC1967Proxy } from './ERC1967Proxy.json'; export { default as ERC1967Upgrade } from './ERC1967Upgrade.json'; export { default as Proxy } from './Proxy.json'; export { default as BeaconProxy } from './BeaconProxy.json'; export { default as IBeacon } from './IBeacon.json'; export { default as UpgradeableBeacon } from './UpgradeableBeacon.json'; export { default as ProxyAdmin } from './ProxyAdmin.json'; export { default as TransparentUpgradeableProxy } from './TransparentUpgradeableProxy.json'; export { default as Initializable } from './Initializable.json'; export { default as UUPSUpgradeable } from './UUPSUpgradeable.json'; export { default as Address } from './Address.json'; export { default as Context } from './Context.json'; export { default as StorageSlot } from './StorageSlot.json'; export { default as ERC165 } from './ERC165.json'; export { default as ERC165Checker } from './ERC165Checker.json'; export { default as ERC165Storage } from './ERC165Storage.json'; export { default as EIP173Proxy } from './EIP173Proxy.json'; export { default as EIP173ProxyWithReceive } from './EIP173ProxyWithReceive.json'; export { default as OptimizedTransparentUpgradeableProxy } from './OptimizedTransparentUpgradeableProxy.json'; export { default as Proxied } from './Proxied.json'; //# sourceMappingURL=index.d.ts.map