UNPKG

flashloan-profit-calculator

Version:

A library for analyzing flashloan transactions and calculating profits

10 lines (9 loc) 442 B
export declare const WETH_ADDRESS = "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2"; export declare const ETH_ADDRESS = "0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee"; export declare const WETH_LIKE_TOKENS: Set<string>; export declare const WETH_FUNCTION_SIGNATURES: string[]; export declare const NULL_ADDRESS = "0x0000000000000000000000000000000000000000"; export declare const FLASHLOAN_CONTRACTS: { address: string; name: string; }[];