/** * Creates a common configuration for the edgelessTestnet chain. * @type {import('../Common.js').Common} * @description * Chain ID: 202 * Chain Name: Edgeless Testnet * Default Block Explorer: https://testnet.explorer.edgeless.network * Default RPC URL: https://edgeless-testnet.rpc.caldera.xyz/http * @example * import { createMemoryClient } from 'tevm' * import { edgelessTestnet } from 'tevm/common' * import { http } from 'tevm' * * const client = createMemoryClient({ * common: edgelessTestnet, * fork: { * transport: http({ url: 'https://example.com' })({}) * }, * }) */ export const edgelessTestnet: import("../Common.js").Common; //# sourceMappingURL=edgelessTestnet.d.ts.map