UNPKG

@matterlabs/hardhat-zksync-verify

Version:
22 lines 612 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.builtinChains = void 0; exports.builtinChains = [ { network: 'zksyncmainnet', chainId: 324, urls: { apiURL: 'https://api-era.zksync.network/api', browserURL: 'https://era.zksync.network/', }, }, { network: 'zksyncsepolia', chainId: 300, urls: { apiURL: 'https://api-sepolia-era.zksync.network/api', browserURL: 'https://sepolia-era.zksync.network/', }, }, ]; //# sourceMappingURL=chain-config.js.map