UNPKG

@kamino-finance/klend-sdk

Version:

Typescript SDK for interacting with the Kamino Lending (klend) protocol

10 lines (7 loc) 425 B
import { PublicKey } from "@solana/web3.js" // Program ID passed with the cli --program-id flag when running the code generator. Do not edit, it will get overwritten. export const PROGRAM_ID_CLI = new PublicKey( "kvauTFR8qm1dhniz6pYuBZkuene3Hfrs1VQhVRgCNrr" ) // This constant will not get overwritten on subsequent code generations and it's safe to modify it's value. export const PROGRAM_ID: PublicKey = PROGRAM_ID_CLI