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