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