/** * Creates a common configuration for the xrSepolia chain. * @type {import('../Common.js').Common} * @description * Chain ID: 2730 * Chain Name: XR Sepolia * Default Block Explorer: https://xr-sepolia-testnet.explorer.caldera.xyz * Default RPC URL: https://xr-sepolia-testnet.rpc.caldera.xyz/http * @example * import { createMemoryClient } from 'tevm' * import { xrSepolia } from 'tevm/common' * import { http } from 'tevm' * * const client = createMemoryClient({ * common: xrSepolia, * fork: { * transport: http({ url: 'https://example.com' })({}) * }, * }) */ export const xrSepolia: import("../Common.js").Common; //# sourceMappingURL=xrSepolia.d.ts.map