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