{% extends "base.html" %} {% from "macros.jinja" import window_vars with context %} {% block page %} Deezy Send onchain funds offchain (BTC -> LN) Send offchain funds to onchain address (LN -> BTC) Lightning Btc -> Btc Cancel Pay invoice to complete swap Btc -> Lightning Btc Cancel Response - Important {% raw %} Address - {{ swapBtcToLn.response.address }} Commitment - {{ swapBtcToLn.response.commitment }} Secret Access Key - {{ swapBtcToLn.response.secret_access_key }} Signature - {{ swapBtcToLn.response.signature }} Webhook Url - {{ swapBtcToLn.response.webhook_url }} {% endraw %} {% endblock %} {% block scripts %} {{ window_vars(user) }} {% endblock %}