Michael Feng

Results 130 comments of Michael Feng

we aren't reviewing non EVM and non EVM chains and connectors until later. No timeline On Wed, Jul 23, 2025, 2:10 PM mt-gareth ***@***.***> wrote: > *mt-gareth* left a comment...

Fixed in this PR https://github.com/hummingbot/gateway/pull/543

To swap with Uniswap CLMM, you need to approve the spender `uniswap/clmm/swap` instead of `uniswap/clmm`. This will approve the SwapRouter02 address, which is used for routing swaps to CLMM pools....

Sorry, just looked at this and the PR in more detail. I think this is by design and expected behavior, since UniswapV2 is `uniswap/amm` on each Ethereum network. UniswapV3 is...

have you tried with uniswap/amm on Celo? also, is there a Universal Router deployment on Celo? uniswap/router is supposed to interface with the latter, so if it's not deployed on...

@gglucass See comment in issue https://github.com/hummingbot/gateway/issues/548

@rapcmia I think this is an outdated version of Hummingbot, since it shouldn't be `trading_type` anymore. The code in `development` branch in https://github.com/hummingbot/hummingbot/blob/development/hummingbot/client/command/gateway_command.py#L242 references `trading_types`, which is the correct variable...

there's a lot going on in this PR with the add-back of Ethereum + Uniswap connectors and refactored tests. I'll try to add Unichain in the next release. On Sat,...

@nikspz latest commits to this branch + hummingbot PR should have fixed the following issues: * no autocomplete available for list of networks ✅ * not showing allowances now for...