UNPKG

@zentraswap/v2-sdk

Version:

🛠 An SDK for building applications on top of Zentra X V2

14 lines (13 loc) • 626 B
import { Percent } from '@zentraswap/sdk-core'; import JSBI from 'jsbi'; export declare const FACTORY_ADDRESS = "0x62EFE40C45157374836D5C996617E807f3f91dBE"; export declare const INIT_CODE_HASH = "0x0d7a38257b86f012b81e4d87bb51f17e01f022873350a9733947e3e57115c865"; 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;