/** * Creates a common configuration for the fraxtalTestnet chain. * @type {import('../Common.js').Common} * @description * Chain ID: 2522 * Chain Name: Fraxtal Testnet * Default Block Explorer: https://holesky.fraxscan.com * Default RPC URL: https://rpc.testnet.frax.com * @example * import { createMemoryClient } from 'tevm' * import { fraxtalTestnet } from 'tevm/common' * import { http } from 'tevm' * * const client = createMemoryClient({ * common: fraxtalTestnet, * fork: { * transport: http({ url: 'https://example.com' })({}) * }, * }) */ export const fraxtalTestnet: import("../Common.js").Common; //# sourceMappingURL=fraxtalTestnet.d.ts.map