@matterlabs/hardhat-zksync-verify
Version:
Hardhat plugin to verify smart contracts for the ZKsync network
8 lines • 683 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SOLC_COMPILER_VERSION_NOTFOUND = exports.SOLC_COMPILERS_LIST_ERROR = exports.SOLC_COMPILERS_LIST = void 0;
exports.SOLC_COMPILERS_LIST = 'https://raw.githubusercontent.com/ethereum/solc-bin/refs/heads/gh-pages/bin/list.json';
exports.SOLC_COMPILERS_LIST_ERROR = 'Unable to fetch solc versions from GitHub!';
const SOLC_COMPILER_VERSION_NOTFOUND = (version) => `Solidity compiler version ${version} is not found. See https://etherscan.io/solcversions for list of supported solc versions`;
exports.SOLC_COMPILER_VERSION_NOTFOUND = SOLC_COMPILER_VERSION_NOTFOUND;
//# sourceMappingURL=constants.js.map