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