/** * Creates a common configuration for the kcc chain. * @type {import('../Common.js').Common} * @description * Chain ID: 321 * Chain Name: KCC Mainnet * Default Block Explorer: https://explorer.kcc.io * Default RPC URL: https://kcc-rpc.com * @example * import { createMemoryClient } from 'tevm' * import { kcc } from 'tevm/common' * import { http } from 'tevm' * * const client = createMemoryClient({ * common: kcc, * fork: { * transport: http({ url: 'https://example.com' })({}) * }, * }) */ export const kcc: import("../Common.js").Common; //# sourceMappingURL=kcc.d.ts.map