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