UNPKG

@drift-labs/common

Version:

Common functions for Drift

24 lines (23 loc) 570 B
import { BigNum } from '@drift-labs/sdk'; /** * Equal to 0.0001 */ export declare const NEW_ACCOUNT_DONATION: BigNum; /** * Equal to 0.035 */ export declare const NEW_ACCOUNT_BASE_RENT: BigNum; export declare const SWIFT_ACCOUNT_BASE_RENT: BigNum; /** * Equal to NEW_ACCOUNT_DONATION + NEW_ACCOUNT_BASE_RENT */ export declare const NEW_ACCOUNT_BASE_COST: BigNum; /** * Equal to 0.002 */ export declare const IF_STAKE_ACCOUNT_BASE_RENT: BigNum; /** * Equal to 0.015 SOL */ export declare const MIN_LEFTOVER_SOL: BigNum; export declare const ONE_DAY_MS: number;