gnosis / dex-services

Off-chain services for the Gnosis Protocol v1.
33 stars 9 forks source link

Make gas estimators configurable #1524

Closed e00E closed 4 years ago

e00E commented 4 years ago

This is useful in case an estimator becomes broken and we want to disable it without recompilation.

I set the default estimator to web3 because this is the only one that works on every network.

This is a config change because we do not want to use the new default.

Test Plan

Ran the binary locally to make sure arguments are interpreted correctly.