mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-09 21:35:58 +00:00
aa5121ae0d
This fixes a bug that redeployment of contracts has not been properly reflected in the cockpit contract list. The reason for that was that it's listening for a websocket API that only updates when the `contractsState` event has been emitted. The commit ensures `contractsState` is emitted during dedicated deployment events.