ExchangeUnion / market-maker-bot

MM Bot for OpenDEX. Make profits via arbitrage between OpenDEX and a connected CEX account like Binance 🤖
GNU Affero General Public License v3.0
105 stars 20 forks source link

feat: change config logic #108

Closed erkarl closed 3 years ago

erkarl commented 3 years ago

This PR renames OPENDEX_BASEASSET and OPENDEX_QUOTEASSET back to BASEASSET and QUOTEASSET in order to avoid breaking changes to existing clients.

Additionally, CEX_BASEASSET and CEX_QUOTEASSET configuration options are now optional. If not specified the value of BASEASSET and QUOTEASSET is used instead.