Claire's Monster

Results 252 comments of Claire's Monster

There is a PR for this:https://github.com/hummingbot/hummingbot/pull/5501

Do you have screenshots by any chance?

Is there a way to downgrade one commit? I mixed-up 2 different PRs and don't seem to be able to remove the second one at my end

New PR created:https://github.com/hummingbot/hummingbot/pull/5750

@JeremyKono Sorry for the mess, but I am not able to solve this issue, would you mind setting it to open again. I'll be more careful in the future to...

@cardosofede , @rapcmia , @JeremyKono At the risk of appearing to be a nutcase, I would venture to propose that the "fix" for these (several certified connectors are affected, it...

This sounds worth looking into: https://github.com/hummingbot/hummingbot/issues/5832#issuecomment-1295887407

The gateway returns: 'available_networks': {'$ref': '$["connectors"][0]["available_networks"]'} for uniswapLP as a response to `/connectors` Using the gateway testing: ``` { "name": "uniswapLP", "trading_type": [ "EVM_AMM_LP" ], "available_networks": { "$ref": "$[\"connectors\"][0][\"available_networks\"]" },...

Proposing to solve this issue with: ``` connectors.routes.ts: available_networks: JSON.parse(JSON.stringify(UniswapConfig.config.availableNetworks)), ```