@zombienet/utils
Version:
Useful utilities for ZombieNet Framework
7 lines (6 loc) • 539 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.POLKADOT_NOT_FOUND_DESCRIPTION = exports.PARACHAIN_NOT_FOUND = exports.POLKADOT_NOT_FOUND = void 0;
exports.POLKADOT_NOT_FOUND = "polkadot: command not found";
exports.PARACHAIN_NOT_FOUND = "polkadot-parachain: command not found";
exports.POLKADOT_NOT_FOUND_DESCRIPTION = "Use `zombienet setup` and follow the tips for setting up your environment for Zombienet.\nYou can read more details in https://paritytech.github.io/zombienet/cli/setup.html .\n\n";