flashloan-profit-calculator
Version:
A library for analyzing flashloan transactions and calculating profits
12 lines (11 loc) • 452 B
TypeScript
export declare const ETH_ADDRESS = "0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee";
export declare const NULL_ADDRESS = "0x0000000000000000000000000000000000000000";
export declare const WETH_ADDRESS = "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2";
export declare const WETH_LIKE_TOKENS: Set<string>;
export declare const FLASHLOAN_PROTOCOLS: {
AAVE_V2: string;
AAVE_V3: string;
UNISWAP_V2: string;
UNISWAP_V3: string;
DYDX: string;
};