UNPKG

zksync-cli

Version:

CLI tool that simplifies the process of developing applications and interacting with the ZKsync network

5 lines (4 loc) 235 B
import type { L2Chain } from "../../data/chains.js"; export declare const getChains: () => L2Chain[]; export declare const promptAddNewChain: (defaults?: L2Chain) => Promise<L2Chain>; export declare const handler: () => Promise<void>;