UNPKG

hardhat-deployed-records

Version:
10 lines (5 loc) 254 B
export const PLUGIN_NAME = "hardhat-deployed-records"; export const DEFAULT_DEPLOYED_DIR = "scripts/deployed"; export const INDEX_TS_FILE = "index.ts"; export const CONTRACTS_JSON_FILE = "contracts.json"; export const DEFAULT_DEPLOYED_ADDRESS = "_";