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