We want to avoid accidentally connecting to a wrong DA network. Currently the network ID isn't explicitly specified by the operator of the sequencer relayer; the network is defined only by the endpoint chosen in ASTRIA_SEQUENCER_RELAYER_CELESTIA_ENDPOINT.
We should add an explicit configuration env var taking the ID of the relevant Celestia network.
This issue is blocked by #963, since that PR has logic whereby the network ID is retrieved from the Celestia app on startup. We want to build the ID check into the handler for that response.
We want to avoid accidentally connecting to a wrong DA network. Currently the network ID isn't explicitly specified by the operator of the sequencer relayer; the network is defined only by the endpoint chosen in
ASTRIA_SEQUENCER_RELAYER_CELESTIA_ENDPOINT.We should add an explicit configuration env var taking the ID of the relevant Celestia network.
This issue is blocked by #963, since that PR has logic whereby the network ID is retrieved from the Celestia app on startup. We want to build the ID check into the handler for that response.