UNPKG

@layerzerolabs/hardhat-deploy

Version:

Hardhat Plugin For Replicable Deployments And Tests

7 lines 374 B
import * as ea from '../extendedArtifacts'; import * as eaT from '../extendedArtifactsTron'; import { ExtendedArtifact } from '../types'; type DefaultArtifactsName = keyof typeof ea & keyof typeof eaT; export declare const getDefaultArtifact: (name: string | DefaultArtifactsName, tron: boolean) => ExtendedArtifact; export {}; //# sourceMappingURL=defaultArtifacts.d.ts.map