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