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