UNPKG

zksync-cli

Version:

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

3 lines (2 loc) 175 B
import type { Provider } from "zksync-ethers"; export declare const getProxyImplementation: (proxyContractAddress: string, provider: Provider) => Promise<string | undefined>;