@bagsfm/bags-sdk
Version:
TypeScript SDK for Bags
20 lines • 1.33 kB
TypeScript
import { PublicKey } from '@solana/web3.js';
import type { BagsMeteoraFeeClaimer } from './idl/bags-meteora-fee-claimer/idl';
import type { BagsFeeShare } from './idl/fee-share-v2/idl';
import type { DynamicBondingCurve } from './idl/dynamic-bonding-curve/idl';
import type { DammV2 } from './idl/damm-v2/idl';
export declare const BAGS_PUBLIC_API_V2_DEFAULT_BASE_URL = "https://public-api-v2.bags.fm/api/v1";
export declare const BAGS_TOKEN_CREATION_AUTHORITY: PublicKey;
export declare const WRAPPED_SOL_MINT: PublicKey;
export declare const METEORA_DBC_MIGRATION_DAMM_V2_CREATOR: PublicKey;
export declare const BAGS_METEORA_FEE_CLAIMER_VAULT_RENT_EXCEMPT_AMOUNT = 1398960;
export declare const BAGS_METEORA_FEE_CLAIMER_VAULT_PDA_SEED = "vault";
export declare const BAGS_GLOBAL_LUT: PublicKey;
export declare const BAGS_FEE_SHARE_V2_MAX_CLAIMERS_NON_LUT = 15;
export declare const BAGS_FEE_SHARE_ADMIN_MAX_CLAIMERS_NON_LUT = 7;
export declare const BAGS_FEE_SHARE_V1_PROGRAM_ID: BagsMeteoraFeeClaimer["address"];
export declare const BAGS_FEE_SHARE_V2_PROGRAM_ID: BagsFeeShare["address"];
export declare const METEORA_DBC_PROGRAM_ID: DynamicBondingCurve["address"];
export declare const METEORA_DAMM_V2_PROGRAM_ID: DammV2["address"];
export declare const JITO_TIP_ACCOUNTS: PublicKey[];
//# sourceMappingURL=constants.d.ts.map