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