/** * Creates a common configuration for the pgnTestnet chain. * @type {import('../Common.js').Common} * @description * Chain ID: 58008 * Chain Name: PGN * Default Block Explorer: https://explorer.sepolia.publicgoods.network * Default RPC URL: https://sepolia.publicgoods.network * @example * import { createMemoryClient } from 'tevm' * import { pgnTestnet } from 'tevm/common' * import { http } from 'tevm' * * const client = createMemoryClient({ * common: pgnTestnet, * fork: { * transport: http({ url: 'https://example.com' })({}) * }, * }) */ export const pgnTestnet: import("../Common.js").Common; //# sourceMappingURL=pgnTestnet.d.ts.map