/** * Creates a common configuration for the taikoTestnetSepolia chain. * @type {import('../Common.js').Common} * @description * Chain ID: 167005 * Chain Name: Taiko (Alpha-3 Testnet) * Default Block Explorer: https://explorer.test.taiko.xyz * Default RPC URL: https://rpc.test.taiko.xyz * @example * import { createMemoryClient } from 'tevm' * import { taikoTestnetSepolia } from 'tevm/common' * import { http } from 'tevm' * * const client = createMemoryClient({ * common: taikoTestnetSepolia, * fork: { * transport: http({ url: 'https://example.com' })({}) * }, * }) */ export const taikoTestnetSepolia: import("../Common.js").Common; //# sourceMappingURL=taikoTestnetSepolia.d.ts.map