UNPKG

@heliofi/solana-adapter-v1

Version:

API to interact with Helio Finances program on Solana.

11 lines 536 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.IDL = exports.PROGRAM_ID = void 0; const web3_js_1 = require("@solana/web3.js"); const helioProtocol_1 = __importDefault(require("./helioProtocol")); exports.PROGRAM_ID = new web3_js_1.PublicKey(helioProtocol_1.default.metadata.address); exports.IDL = helioProtocol_1.default; //# sourceMappingURL=program.js.map