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