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