locklift
Version:
Node JS framework for working with Ever contracts. Inspired by Truffle and Hardhat. Helps you to build, test, run and maintain your smart contracts.
13 lines (12 loc) • 501 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ComponentType = exports.PACKAGE_NAME = void 0;
exports.PACKAGE_NAME = "locklift";
var ComponentType;
(function (ComponentType) {
ComponentType["COMPILER"] = "compiler";
ComponentType["SOLD_COMPILER"] = "sold";
ComponentType["SOLD_COMPILER_TYCHO"] = "sold_tycho";
ComponentType["LINKER"] = "linker";
ComponentType["LIB"] = "lib";
})(ComponentType || (exports.ComponentType = ComponentType = {}));