UNPKG

@tenderly/hardhat-integration

Version:

Hardhat plugin for integration with Tenderly

8 lines 229 B
import { Libraries } from "@nomicfoundation/hardhat-ethers/types"; export interface ContractByName { name: string; address: string; network?: string; libraries?: Libraries; } //# sourceMappingURL=Contract.d.ts.map