UNPKG

@tenderly/hardhat-integration

Version:

Hardhat plugin for integration with Tenderly

5 lines 427 B
import { HardhatRuntimeEnvironment } from "hardhat/types"; import { VnetType } from "../tenderly/vnet-type"; export declare function composeApiURL(hre: HardhatRuntimeEnvironment, endpointId: string, chainId: number, vnetType: VnetType): string; export declare function composeBrowserURL(hre: HardhatRuntimeEnvironment, endpointId: string, chainId: number, vnetType: VnetType): string; //# sourceMappingURL=url-composer.d.ts.map