@venly/venly-core-sdk
Version:
Javascrip/Typescript SDK for Venly's Web3 Services
19 lines • 760 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.VyApiEndpoint = exports.VyEnvironment = void 0;
var VyEnvironment;
(function (VyEnvironment) {
VyEnvironment["Sandbox"] = "SANDBOX";
VyEnvironment["Production"] = "PRODUCTION";
})(VyEnvironment || (exports.VyEnvironment = VyEnvironment = {}));
var VyApiEndpoint;
(function (VyApiEndpoint) {
VyApiEndpoint["None"] = "NONE";
VyApiEndpoint["Auth"] = "AUTH";
VyApiEndpoint["Wallet"] = "WALLET";
VyApiEndpoint["Nft"] = "NFT";
VyApiEndpoint["Pay"] = "PAY";
VyApiEndpoint["Notifications"] = "NOTIFICATIONS";
VyApiEndpoint["Extension"] = "EXT";
})(VyApiEndpoint || (exports.VyApiEndpoint = VyApiEndpoint = {}));
//# sourceMappingURL=VyEnums.js.map