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