/** * Creates a common configuration for the cronosTestnet chain. * @type {import('../Common.js').Common} * @description * Chain ID: 338 * Chain Name: Cronos Testnet * Default Block Explorer: https://cronos.org/explorer/testnet3 * Default RPC URL: https://evm-t3.cronos.org * @example * import { createMemoryClient } from 'tevm' * import { cronosTestnet } from 'tevm/common' * import { http } from 'tevm' * * const client = createMemoryClient({ * common: cronosTestnet, * fork: { * transport: http({ url: 'https://example.com' })({}) * }, * }) */ export const cronosTestnet: import("../Common.js").Common; //# sourceMappingURL=cronosTestnet.d.ts.map