/** * Creates a common configuration for the ancient8Sepolia chain. * @type {import('../Common.js').Common} * @description * Chain ID: 28122024 * Chain Name: Ancient8 Testnet * Default Block Explorer: https://scanv2-testnet.ancient8.gg * Default RPC URL: https://rpcv2-testnet.ancient8.gg * @example * import { createMemoryClient } from 'tevm' * import { ancient8Sepolia } from 'tevm/common' * import { http } from 'tevm' * * const client = createMemoryClient({ * common: ancient8Sepolia, * fork: { * transport: http({ url: 'https://example.com' })({}) * }, * }) */ export const ancient8Sepolia: import("../Common.js").Common; //# sourceMappingURL=ancient8Sepolia.d.ts.map