hermes-swap-router-sdk
Version:
An sdk for routing swaps using Uniswap v2, Uniswap v3 and Balancer Stable Pools.
7 lines (6 loc) • 360 B
TypeScript
import { Percent } from 'maia-core-sdk';
export declare const MSG_SENDER = "0x0000000000000000000000000000000000000001";
export declare const ADDRESS_THIS = "0x0000000000000000000000000000000000000002";
export declare const V2_FEE_PATH_PLACEHOLDER = 8388608;
export declare const ZERO_PERCENT: Percent;
export declare const ONE_HUNDRED_PERCENT: Percent;