spectrum-finance / cardano-dex-backend

Spectrum Finance off-chain service for Cardano
15 stars 15 forks source link

config.dhall - remove poolActionsConfig #73

Closed LucasRibeiroAlves closed 1 year ago

LucasRibeiroAlves commented 1 year ago

In the config.dhall file, there is a section poolActionsConfig that makes the bot fail to run.

I suggest to comment out or remove the entire section to prevent this problem, as it isn't necessary anymore and it's causing problems.

poolActionsConfig = { safeTxFeeLovalace = +300000 },

Bromel777 commented 1 year ago

removed in https://github.com/spectrum-finance/cardano-dex-backend/pull/74