UNPKG

astra-router-sdk

Version:

An sdk for routing swaps using Astra Classic and Astra CL.

13 lines (12 loc) 713 B
import { Percent } from 'astra-sdk-core'; import JSBI from 'jsbi'; export declare const ADDRESS_ZERO = "0x0000000000000000000000000000000000000000"; export declare const MSG_SENDER = "0x0000000000000000000000000000000000000001"; export declare const ADDRESS_THIS = "0x0000000000000000000000000000000000000002"; export declare const ZERO: JSBI; export declare const ONE: JSBI; export declare const MIXED_QUOTER_V1_CLASSIC_FEE_PATH_PLACEHOLDER: number; export declare const MIXED_QUOTER_CLASSIC_CLASSIC_FEE_PATH_PLACEHOLDER: number; export declare const MIXED_QUOTER_CLASSIC_CL_FEE_PATH_PLACEHOLDER: number; export declare const ZERO_PERCENT: Percent; export declare const ONE_HUNDRED_PERCENT: Percent;