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