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