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