/** * Creates a common configuration for the rss3Sepolia chain. * @type {import('../Common.js').Common} * @description * Chain ID: 2331 * Chain Name: RSS3 VSL Sepolia Testnet * Default Block Explorer: https://scan.testnet.rss3.io * Default RPC URL: https://rpc.testnet.rss3.io * @example * import { createMemoryClient } from 'tevm' * import { rss3Sepolia } from 'tevm/common' * import { http } from 'tevm' * * const client = createMemoryClient({ * common: rss3Sepolia, * fork: { * transport: http({ url: 'https://example.com' })({}) * }, * }) */ export const rss3Sepolia: import("../Common.js").Common; //# sourceMappingURL=rss3Sepolia.d.ts.map