/** * Creates a common configuration for the mandala chain. * @type {import('../Common.js').Common} * @description * Chain ID: 595 * Chain Name: Mandala TC9 * Default Block Explorer: https://blockscout.mandala.aca-staging.network * Default RPC URL: https://eth-rpc-tc9.aca-staging.network * @example * import { createMemoryClient } from 'tevm' * import { mandala } from 'tevm/common' * import { http } from 'tevm' * * const client = createMemoryClient({ * common: mandala, * fork: { * transport: http({ url: 'https://example.com' })({}) * }, * }) */ export const mandala: import("../Common.js").Common; //# sourceMappingURL=mandala.d.ts.map