UNPKG

@unloc-xyz/unloc-sdk

Version:
21 lines 824 B
import * as anchor from '@project-serum/anchor'; export declare const config: { cluster: number; endpoints: string[]; loanPids: string[]; stakingPids: string[]; votingPids: string[]; buybackPids: string[]; unlocMints: string[]; usdcMints: string[]; }; export declare const NFT_LOAN_PID: anchor.web3.PublicKey; export declare const STAKING_PID: anchor.web3.PublicKey; export declare const VOTING_PID: anchor.web3.PublicKey; export declare const BUYBACK_PID: anchor.web3.PublicKey; export declare const TOKEN_META_PID: anchor.web3.PublicKey; export declare const RPC_ENDPOINT: string; export declare const WSOL_MINT: anchor.web3.PublicKey; export declare const UNLOC_MINT: anchor.web3.PublicKey; export declare const USDC_MINT: anchor.web3.PublicKey; //# sourceMappingURL=global-config.d.ts.map