@kamino-finance/klend-sdk
Version:
Typescript SDK for interacting with the Kamino Lending (klend) protocol
15 lines • 911 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.setKVaultsProgramId = exports.PROGRAM_ID = exports.KVAULTS_PROGRAM_ID = exports.KVAULTS_PROGRAM_ID_CLI = void 0;
const web3_js_1 = require("@solana/web3.js");
// Program ID passed with the cli --program-id flag when running the code generator. Do not edit, it will get overwritten.
exports.KVAULTS_PROGRAM_ID_CLI = new web3_js_1.PublicKey("KvauGMspG5k6rtzrqqn7WNn3oZdyKqLKwK2XWQ8FLjd");
// This constant will not get overwritten on subsequent code generations and it's safe to modify it's value.
exports.KVAULTS_PROGRAM_ID = exports.KVAULTS_PROGRAM_ID_CLI;
exports.PROGRAM_ID = exports.KVAULTS_PROGRAM_ID_CLI;
const setKVaultsProgramId = (programId) => {
exports.KVAULTS_PROGRAM_ID = programId;
exports.PROGRAM_ID = programId;
};
exports.setKVaultsProgramId = setKVaultsProgramId;
//# sourceMappingURL=programId.js.map
;