kamino-sdk-beta
Version:
Typescript SDK for interacting with the Kamino Liquidity (kliquidity) protocol
7 lines • 434 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.METADATA_UPDATE_AUTH = exports.METADATA_PROGRAM_ID = void 0;
const web3_js_1 = require("@solana/web3.js");
exports.METADATA_PROGRAM_ID = new web3_js_1.PublicKey('metaqbxxUerdq28cj1RbAWkYQm3ybzjb6a8bt518x1s');
exports.METADATA_UPDATE_AUTH = new web3_js_1.PublicKey('3axbTs2z5GBy6usVbNVoqEgZMng3vZvMnAoX29BFfwhr');
//# sourceMappingURL=metadata.js.map