node/cmd: add missing bsc and polygon readiness registrations
This would cause the readiness check to not detect failures. Change-Id: I7f38e8a201929bb10a71bc707a3513b565b05960
This commit is contained in:
parent
1226f85461
commit
964566c559
|
@ -247,6 +247,8 @@ func runNode(cmd *cobra.Command, args []string) {
|
||||||
readiness.RegisterComponent(common.ReadinessEthSyncing)
|
readiness.RegisterComponent(common.ReadinessEthSyncing)
|
||||||
readiness.RegisterComponent(common.ReadinessSolanaSyncing)
|
readiness.RegisterComponent(common.ReadinessSolanaSyncing)
|
||||||
readiness.RegisterComponent(common.ReadinessTerraSyncing)
|
readiness.RegisterComponent(common.ReadinessTerraSyncing)
|
||||||
|
readiness.RegisterComponent(common.ReadinessBSCSyncing)
|
||||||
|
readiness.RegisterComponent(common.ReadinessPolygonSyncing)
|
||||||
|
|
||||||
if *statusAddr != "" {
|
if *statusAddr != "" {
|
||||||
// Use a custom routing instead of using http.DefaultServeMux directly to avoid accidentally exposing packages
|
// Use a custom routing instead of using http.DefaultServeMux directly to avoid accidentally exposing packages
|
||||||
|
|
Loading…
Reference in New Issue