UNPKG

@thenafi/v1-sdk

Version:

🛠 An SDK for building applications on top of THENA V1

20 lines (19 loc) • 759 B
import { Percent } from 'thena-sdk-core'; import JSBI from 'jsbi'; /** * @deprecated use FACTORY_ADDRESS_MAP instead */ export declare const FACTORY_ADDRESS = "0xAFD89d21BdB66d00817d4153E055830B1c2B3970"; export declare const FACTORY_ADDRESS_MAP: { [chainId: number]: string; }; export declare const INIT_CODE_HASH = "0x8d3d214c094a9889564f695c3e9fa516dd3b50bc3258207acd7f8b8e6b94fb65"; export declare const MINIMUM_LIQUIDITY: JSBI; export declare const ZERO: JSBI; export declare const ONE: JSBI; export declare const FIVE: JSBI; export declare const _997: JSBI; export declare const _1000: JSBI; export declare const BASIS_POINTS: JSBI; export declare const ZERO_PERCENT: Percent; export declare const ONE_HUNDRED_PERCENT: Percent;