use ;
use hex;
/// Sentinel passed as `token_in` or `token_out` to signal native ETH.
pub const ETH_SENTINEL: Address = H160;
// Mainnet token addresses (see src/libraries/Constants.sol).
pub const USDC: Address = H160;
pub const USDT: Address = H160;
pub const WETH: Address = H160;