@matterlabs/hardhat-zksync-verify
Version:
Hardhat plugin to verify smart contracts for the ZKsync network
4 lines • 348 B
TypeScript
export declare const SOLC_COMPILERS_LIST = "https://raw.githubusercontent.com/ethereum/solc-bin/refs/heads/gh-pages/bin/list.json";
export declare const SOLC_COMPILERS_LIST_ERROR = "Unable to fetch solc versions from GitHub!";
export declare const SOLC_COMPILER_VERSION_NOTFOUND: (version: string) => string;
//# sourceMappingURL=constants.d.ts.map