@mstable/protocol
Version:
mStable Contracts
10 lines • 512 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.IntegrationPlatform = void 0;
var IntegrationPlatform;
(function (IntegrationPlatform) {
IntegrationPlatform[IntegrationPlatform["none"] = 0] = "none";
IntegrationPlatform[IntegrationPlatform["aave"] = 1] = "aave";
IntegrationPlatform[IntegrationPlatform["compound"] = 2] = "compound";
})(IntegrationPlatform = exports.IntegrationPlatform || (exports.IntegrationPlatform = {}));
//# sourceMappingURL=machines.js.map