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