uaktags / explorer

An open source block explorer
BSD 3-Clause "New" or "Revised" License
6 stars 8 forks source link

Refactor the exchanges for easier detection and enabling #59

Open uaktags opened 4 years ago

uaktags commented 4 years ago

Currently every exchange needs to be hardcoded even though we just pass the same information to it. This should be refactored to automatically load the exchanges based on settings and just pass the info correctly.