@diswap/v2-sdk
Version:
🛠An SDK for building applications on top of Uniswap V2
20 lines (19 loc) • 761 B
TypeScript
import { Percent } from '@diswap/sdk-core';
import JSBI from 'jsbi';
/**
* @deprecated use FACTORY_ADDRESS_MAP instead
*/
export declare const FACTORY_ADDRESS = "0x5C69bEe701ef814a2B6a3EDD4B1652CB9cc5aA6f";
export declare const FACTORY_ADDRESS_MAP: {
[chainId: number]: string;
};
export declare const INIT_CODE_HASH = "0xd2270acebebfa1aa6066505d9e902dc70d9802df38d1d6c22c71dfc3deba055f";
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;