/** * Creates a common configuration for the xLayerTestnet chain. * @type {import('../Common.js').Common} * @description * Chain ID: 195 * Chain Name: X1 Testnet * Default Block Explorer: https://www.oklink.com/xlayer-test * Default RPC URL: https://xlayertestrpc.okx.com * @example * import { createMemoryClient } from 'tevm' * import { xLayerTestnet } from 'tevm/common' * import { http } from 'tevm' * * const client = createMemoryClient({ * common: xLayerTestnet, * fork: { * transport: http({ url: 'https://example.com' })({}) * }, * }) */ export const xLayerTestnet: import("../Common.js").Common; //# sourceMappingURL=xLayerTestnet.d.ts.map