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