@matterlabs/hardhat-zksync-verify
Version:
Hardhat plugin to verify smart contracts for the ZKsync network
22 lines • 661 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.builtinChains = void 0;
exports.builtinChains = [
{
network: 'zksyncmainnet',
chainId: 324,
urls: {
apiURL: 'https://zksync2-mainnet-explorer.zksync.io/contract_verification',
browserURL: 'https://explorer.zksync.io/',
},
},
{
network: 'zksyncsepolia',
chainId: 300,
urls: {
apiURL: 'https://explorer.sepolia.era.zksync.dev/contract_verification',
browserURL: 'https://sepolia.explorer.zksync.io/',
},
},
];
//# sourceMappingURL=chain-config.js.map