@kamino-finance/scope-sdk
Version:
Scope Oracle SDK
9 lines • 576 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.PROGRAM_ID = exports.PROGRAM_ID_CLI = void 0;
const kit_1 = require("@solana/kit");
// Program ID passed with the cli --program-id flag when running the code generator. Do not edit, it will get overwritten.
exports.PROGRAM_ID_CLI = (0, kit_1.address)("HFn8GnPADiny6XqUoWE8uRPPxb29ikn4yTuPa9MF2fWJ");
// This constant will not get overwritten on subsequent code generations and it's safe to modify it's value.
exports.PROGRAM_ID = exports.PROGRAM_ID_CLI;
//# sourceMappingURL=programId.js.map
;