UNPKG

create-tezos-smart-contract

Version:

Node.js toolset to write, test and deploy Tezos smart contracts

14 lines (13 loc) 532 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TezosProtocols = void 0; var TezosProtocols; (function (TezosProtocols) { TezosProtocols["CARTHAGE"] = "carthage"; TezosProtocols["DELPHI"] = "delphi"; TezosProtocols["EDO"] = "edo"; TezosProtocols["FLORENCE"] = "florence"; TezosProtocols["GRANADA"] = "granada"; TezosProtocols["HANGZHOU"] = "hangzhou"; TezosProtocols["ITHACA"] = "ithaca"; })(TezosProtocols = exports.TezosProtocols || (exports.TezosProtocols = {}));