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