diff --git a/templates/config.toml.j2 b/templates/config.toml.j2 index 1b9c1c6..e39e144 100644 --- a/templates/config.toml.j2 +++ b/templates/config.toml.j2 @@ -92,7 +92,7 @@ permissions-nodes-contract-address="{{ besu_permissions_nodes_contract_address } {% if besu_bootnodes|length > 0 %} # bootnodes -bootnodes={{besu_bootnodes}} +bootnodes=[{{besu_bootnodes|map('to_json')|join(',')}}] {% endif %} {% if orion_version is defined %}