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