UNPKG

@ajna-finance/sdk

Version:

A typescript SDK that can be used to create Dapps in Ajna ecosystem.

19 lines (18 loc) 837 B
import { BigNumber } from 'ethers'; export declare const HOUR_TO_SECONDS = 3600; export declare const GAS_MULTIPLIER = 3; export declare const ONE_PERCENT_WAD: BigNumber; export declare const ONE_HALF_WAD: BigNumber; export declare const ONE_WAD: BigNumber; export declare const ERC20_NON_SUBSET_HASH: string; export declare const MIN_FENWICK_INDEX = 1; export declare const MAX_FENWICK_INDEX = 7388; export declare const MAX_INFLATED_PRICE_WAD: BigNumber; export declare const DEFAULT_TTL = 600; export declare const MAX_SETTLE_BUCKETS = 10; export declare const COLLATERALIZATION_FACTOR: BigNumber; export declare const ONE_DAY_MS: number; export declare const DISTRIBUTION_PERIOD_DURATION: number; export declare const SCREENING_STAGE: string; export declare const FUNDING_STAGE: string; export declare const CHALLENGE_STAGE: string;