/** * Creates a common configuration for the scrollSepolia chain. * @type {import('../Common.js').Common} * @description * Chain ID: 534351 * Chain Name: Scroll Sepolia * Default Block Explorer: https://sepolia.scrollscan.com * Default RPC URL: https://sepolia-rpc.scroll.io * @example * import { createMemoryClient } from 'tevm' * import { scrollSepolia } from 'tevm/common' * import { http } from 'tevm' * * const client = createMemoryClient({ * common: scrollSepolia, * fork: { * transport: http({ url: 'https://example.com' })({}) * }, * }) */ export const scrollSepolia: import("../Common.js").Common; //# sourceMappingURL=scrollSepolia.d.ts.map