UNPKG

hardhat-gasless-deployer

Version:
14 lines (10 loc) 292 B
import "hardhat/types/config"; import { HHGaslessDeployerConfig } from "./types"; declare module "hardhat/types/config" { interface HardhatUserConfig { hHGaslessDeployer?: HHGaslessDeployerConfig; } interface HardhatConfig { hHGaslessDeployer: HHGaslessDeployerConfig; } }