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