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