@kamino-finance/kliquidity-sdk
Version:
Typescript SDK for interacting with the Kamino Liquidity (kliquidity) protocol
6 lines • 332 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.LB_CLMM_PROGRAM_ADDRESS = void 0;
var lbClmm_1 = require("./lbClmm");
Object.defineProperty(exports, "LB_CLMM_PROGRAM_ADDRESS", { enumerable: true, get: function () { return lbClmm_1.LB_CLMM_PROGRAM_ADDRESS; } });
//# sourceMappingURL=index.js.map