@solarity/hardhat-migrate
Version:
The simplest way to deploy smart contracts
10 lines • 675 B
TypeScript
import { HardhatRuntimeEnvironment } from "hardhat/types";
export declare function getPossibleImplementationAddress(proxyAddress: string): Promise<string>;
export declare function castAmount(value: bigint, nativeSymbol?: string): string;
export declare function toGWei(value: bigint): string;
export declare function resolvePathToFile(hre: HardhatRuntimeEnvironment, path: string, file?: string): string;
export declare function getInstanceNameFromClass(instance: any): string;
export declare function deepCopy<T>(obj: T): T;
export declare const sleep: (ms: number) => Promise<unknown>;
export declare function toJSON(data: any): string;
//# sourceMappingURL=common.d.ts.map