@matterlabs/hardhat-zksync-verify
Version:
Hardhat plugin to verify smart contracts for the ZKsync network
22 lines • 612 B
JavaScript
;
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