UNPKG

@ledgerhq/hw-app-eth

Version:
24 lines 745 B
import { UniswapSupportedCommand } from "./types"; export declare const UNISWAP_UNIVERSAL_ROUTER_ADDRESS = "0x3fc91a3afd70395cd496c647d5a6cc9d4b2b7fad"; export declare const UNISWAP_EXECUTE_SELECTOR = "0x3593564c"; export declare const WETH_PER_CHAIN_ID: { 1: string; 5: string; 11155111: string; 42161: string; 421613: string; 43114: string; 56: string; 8453: string; 84531: string; 23888: string; 42220: Error; 44787: Error; 10: string; 420: string; 137: string; 80001: string; }; export declare const UNISWAP_COMMANDS: Record<`0x${string}`, UniswapSupportedCommand>; export declare const SWAP_COMMANDS: Partial<UniswapSupportedCommand>[]; //# sourceMappingURL=constants.d.ts.map