Feature Request
Each External chain has a defined IsInboundEnabled & IsOutboundEnabled flag.
- In case inbounds are disabled, UVs should not vote for it.
- Similarly in case outbounds are disabled, tss signing, broadcasting, success / failure voting should be turned off.
- In case both flags are off, chain event listening itself can be turned off
This is done as a security precaution to make sure UVs don't process events in case Push chain has turned them off but external chain gateway didn't.