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