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