@cryptoalgebra/alm-sdk
Version:
Algebra ALM SDK
14 lines • 668 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.algebraVaultDecimals = exports.SupportedDex = exports.SupportedChainId = void 0;
var SupportedChainId;
(function (SupportedChainId) {
SupportedChainId[SupportedChainId["Base"] = 8453] = "Base";
SupportedChainId[SupportedChainId["BaseSepolia"] = 84532] = "BaseSepolia";
})(SupportedChainId = exports.SupportedChainId || (exports.SupportedChainId = {}));
var SupportedDex;
(function (SupportedDex) {
SupportedDex["CLAMM"] = "CLAMM";
})(SupportedDex = exports.SupportedDex || (exports.SupportedDex = {}));
exports.algebraVaultDecimals = 18;
//# sourceMappingURL=index.js.map