@matterlabs/hardhat-zksync-deploy
Version:
Hardhat plugin to deploy smart contracts into the ZKsync network
3 lines • 331 B
TypeScript
import { ActionType, ConfigurableTaskDefinition, TaskArguments } from 'hardhat/types';
export declare function taskWithEraTestNode<TaskArgumentsT extends TaskArguments>(name: string, description?: string, withNode?: boolean, action?: ActionType<TaskArgumentsT>): ConfigurableTaskDefinition;
//# sourceMappingURL=config-env.d.ts.map