/** * Creates a common configuration for the okc chain. * @type {import('../Common.js').Common} * @description * Chain ID: 66 * Chain Name: OKC * Default Block Explorer: https://www.oklink.com/okc * Default RPC URL: https://exchainrpc.okex.org * @example * import { createMemoryClient } from 'tevm' * import { okc } from 'tevm/common' * import { http } from 'tevm' * * const client = createMemoryClient({ * common: okc, * fork: { * transport: http({ url: 'https://example.com' })({}) * }, * }) */ export const okc: import("../Common.js").Common; //# sourceMappingURL=okc.d.ts.map