Add chain prior to required name

This commit is contained in:
Andrew Cravenho 2019-02-21 09:38:28 -05:00
parent 719893b48f
commit f75b01cff3
1 changed files with 3 additions and 3 deletions

View File

@ -177,13 +177,13 @@ chain_network_path = {
chain_network_icon = {
"mychain" = "_test_network_icon.html"
}
heart_beat_timeout = {
chain_heart_beat_timeout = {
"mychain" = 30
}
heart_command = {
chain_heart_command = {
"mychain" = "systemctl restart explorer.service"
}
blockscout_version = {
chain_blockscout_version = {
"mychain" = "v1.3.0-beta"
}
```