Thank you very much for having developed the paradex connector for hummingbot!
I am trying to run some strats with it, and wanted to share some issues I have encountered.
Sorry for not creating a pull request.
- paradex_perpetual_utils.py
paradex_perpetual_is_testnet value is set to 'is_secure=True'
For this reason, after connecting to paradex(conf/connectors/paradex_perpetual.yml is created), if I run hummingbot again, it throws an exception. Changing it to 'false' solved the issue.
Thank you very much for having developed the paradex connector for hummingbot!
I am trying to run some strats with it, and wanted to share some issues I have encountered.
Sorry for not creating a pull request.
paradex_perpetual_is_testnet value is set to 'is_secure=True'
For this reason, after connecting to paradex(conf/connectors/paradex_perpetual.yml is created), if I run hummingbot again, it throws an exception. Changing it to 'false' solved the issue.