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