@tenderly/hardhat-tenderly
Version:
Package for overloading some of the HardhatRuntimeEnvironment components
5 lines • 380 B
TypeScript
import { HttpNetworkConfig, NetworkConfig } from "hardhat/types";
export declare const isTenderlyNetworkConfig: (nw: NetworkConfig) => boolean;
export declare function isTenderlyGatewayNetworkConfig(nw: NetworkConfig): boolean;
export declare function isHttpNetworkConfig(config: NetworkConfig): config is HttpNetworkConfig;
//# sourceMappingURL=tenderly-network-resolver.d.ts.map