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