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