{% include 'header.html' %} {% from 'style.html' import input_arrow_down_svg %} {% from 'macros.html' import breadcrumb %}
{{ breadcrumb([ {'text': 'Home', 'url': '/'}, {'text': 'Settings', 'url': '/settings'} ]) }}

Settings

Manage your BasicSwap client and coins settings.

{% include 'inc_messages.html' %}
{% for c in chains %}
{{ c.display_name }}

{{ c.display_name }}

{% if c.connection_type != "none" %} Enabled {% else %} Disabled {% endif %}
{% endfor %}
{% include 'footer.html' %}