/** * Creates a common configuration for the x1Testnet 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 { x1Testnet } from 'tevm/common' * import { http } from 'tevm' * * const client = createMemoryClient({ * common: x1Testnet, * fork: { * transport: http({ url: 'https://example.com' })({}) * }, * }) */ export const x1Testnet: import("../Common.js").Common; //# sourceMappingURL=x1Testnet.d.ts.map