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