/** * Creates a common configuration for the zksyncLocalNode chain. * @type {import('../Common.js').Common} * @description * Chain ID: 270 * Chain Name: ZKsync CLI Local Node * Default Block Explorer: Not specified * Default RPC URL: http://localhost:3050 * @example * import { createMemoryClient } from 'tevm' * import { zksyncLocalNode } from 'tevm/common' * import { http } from 'tevm' * * const client = createMemoryClient({ * common: zksyncLocalNode, * fork: { * transport: http({ url: 'https://example.com' })({}) * }, * }) */ export const zksyncLocalNode: import("../Common.js").Common; //# sourceMappingURL=zksyncLocalNode.d.ts.map