/** * Creates a common configuration for the foundry chain. * @type {import('../Common.js').Common} * @description * Chain ID: 31337 * Chain Name: Foundry * Default Block Explorer: Not specified * Default RPC URL: http://127.0.0.1:8545 * @example * import { createMemoryClient } from 'tevm' * import { foundry } from 'tevm/common' * import { http } from 'tevm' * * const client = createMemoryClient({ * common: foundry, * fork: { * transport: http({ url: 'https://example.com' })({}) * }, * }) */ export const foundry: import("../Common.js").Common; //# sourceMappingURL=foundry.d.ts.map