You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
228 B

  1. {
  2. "genesis_time":"{{ansible_date_time.iso8601}}",
  3. "chain_id":"{{testnet_name}}",
  4. "validators": [],
  5. "app_hash":"",
  6. "app_options": {
  7. {% if app_options_file is defined %}
  8. {% include app_options_file %}
  9. {% endif %}
  10. }
  11. }