UNPKG

@kamino-finance/kliquidity-sdk

Version:

Typescript SDK for interacting with the Kamino Liquidity (kliquidity) protocol

11 lines 522 B
import { Address } from '@solana/kit'; export declare const DEFAULT_PUBLIC_KEY: Address; export declare const WRAPPED_SOL_MINT: Address; export declare const LUT_OWNER_KEY: Address; export declare const MAINNET_TOKEN_INFOS: Address; export declare const STAGING_TOKEN_INFOS: Address; export declare const STAGING_KAMINO_PROGRAM_ID: Address; export declare const STAGING_GLOBAL_CONFIG: Address; export declare const CONSENSUS_ID: Address; export declare const MEMO_PROGRAM_ID: Address; //# sourceMappingURL=pubkeys.d.ts.map