UNPKG

@artherachain/hardhat-fakenet

Version:

Hardhat plugin for managing an Arthera fakenet node

9 lines (7 loc) 195 B
import "hardhat/types/config"; import {ArtheraNodeConfig} from "./types"; declare module "hardhat/types/config" { interface HardhatUserConfig { arthera?: Partial<ArtheraNodeConfig>; } }