UNPKG

hardhat

Version:

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

4 lines (2 loc) 123 B
export const DEFAULT_BUILD_PROFILE = "default"; export const DEFAULT_BUILD_PROFILES = ["default", "production"] as const;