/** * Creates a common configuration for the dodochainTestnet chain. * @type {import('../Common.js').Common} * @description * Chain ID: 53457 * Chain Name: DODOchain Testnet * Default Block Explorer: https://testnet-scan.dodochain.com * Default RPC URL: https://dodochain-testnet.alt.technology * @example * import { createMemoryClient } from 'tevm' * import { dodochainTestnet } from 'tevm/common' * import { http } from 'tevm' * * const client = createMemoryClient({ * common: dodochainTestnet, * fork: { * transport: http({ url: 'https://example.com' })({}) * }, * }) */ export const dodochainTestnet: import("../Common.js").Common; //# sourceMappingURL=dodochainTestnet.d.ts.map