UNPKG

@rarimo/swap

Version:

Internal tools that other Rarimo packages use to swap tokens.

11 lines (10 loc) 483 B
import { SwapCommands } from '../enums'; export declare const CONTRACT_BALANCE = "0x8000000000000000000000000000000000000000000000000000000000000000"; export declare const THIS_ADDRESS = "0x0000000000000000000000000000000000000001"; export declare const CALLER_ADDRESS = "0x0000000000000000000000000000000000000002"; export declare const WRAPPED_CHAIN_TOKEN_SYMBOLS: { [x: string]: string; }; export declare const SWAP_COMMANDS_NAME_MAP: { [key in SwapCommands]?: string; };