UNPKG

viem

Version:

TypeScript Interface for Ethereum

30 lines 794 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.kcc = void 0; const defineChain_js_1 = require("../../utils/chain/defineChain.js"); exports.kcc = (0, defineChain_js_1.defineChain)({ id: 321, name: 'KCC Mainnet', network: 'KCC Mainnet', nativeCurrency: { decimals: 18, name: 'KCS', symbol: 'KCS', }, rpcUrls: { default: { http: ['https://kcc-rpc.com'], }, }, blockExplorers: { default: { name: 'KCC Explorer', url: 'https://explorer.kcc.io' }, }, contracts: { multicall3: { address: '0xca11bde05977b3631167028862be2a173976ca11', blockCreated: 11760430, }, }, testnet: false, }); //# sourceMappingURL=kcc.js.map