UNPKG

@tenderly/hardhat-tenderly

Version:

Package for overloading some of the HardhatRuntimeEnvironment components

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