UNPKG

hardhat

Version:

Hardhat is an extensible developer tool that helps smart contract developers increase productivity by reliably bringing together the tools they want.

5 lines 257 B
export function formatArtifactId(artifactId, sourceNameToUserSourceName) { const sourceName = sourceNameToUserSourceName.get(artifactId.source) ?? artifactId.source; return `${sourceName}:${artifactId.name}`; } //# sourceMappingURL=formatters.js.map