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