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