@tenderly/hardhat-integration
Version:
Hardhat plugin for integration with Tenderly
12 lines • 451 B
TypeScript
import { HardhatRuntimeEnvironment } from "hardhat/types";
export declare enum VnetType {
NULL_TYPE = "null-type",
FORK_V1 = "fork-v1",
FORK_V2 = "fork-v2",
DEVNET_V1 = "devnet-v1",
DEVNET_V2 = "devnet-v2",
TESTNET = "testnet",
PUBLIC_NETWORK = "public-network"
}
export declare function getVnetTypeByEndpointId(hre: HardhatRuntimeEnvironment, endpointId: string): Promise<VnetType>;
//# sourceMappingURL=vnet-type.d.ts.map