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