OriginProtocol / dshop

Origin Dshop - launch your own decentralized store
https://www.originprotocol.com/dshop
MIT License
138 stars 86 forks source link

Allow listener on multiple networks at once #71

Open nick opened 4 years ago

nick commented 4 years ago

Right now the backend has a single 'active' network, but there's no reason we can't listen on multiple networks at once.

mikeshultz commented 4 years ago

Think we'd want to activate/deactivate multiple networks, or just (attempt to) listen on all configured networks?

nick commented 4 years ago

I'm thinking the 'active' boolean should control whether the listener is active or not for that network, so that it can be switched on an off via the UI. Would be useful for local development, anyway.

franckc commented 3 years ago

Low priority since we are not currently using the listener.