Skip to content

Commit

Permalink
fix: enable health agent by default
Browse files Browse the repository at this point in the history
  • Loading branch information
artemijspavlovs committed Jan 21, 2025
1 parent 0d69dbe commit c63f484
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions utils/roller/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ func PopulateConfig(
"DA.current_state_node": daData.CurrentStateNode,
"DA.state_nodes": daData.StateNodes,
"DA.gas_price": daData.GasPrice,

"HealthAgent.enabled": true,
}

for key, value := range rollerTomlData {
Expand Down

0 comments on commit c63f484

Please sign in to comment.