diff --git a/lnbits/extensions/deezy/templates/deezy/index.html b/lnbits/extensions/deezy/templates/deezy/index.html index 3b7a205a..b1e06362 100644 --- a/lnbits/extensions/deezy/templates/deezy/index.html +++ b/lnbits/extensions/deezy/templates/deezy/index.html @@ -6,103 +6,50 @@
Deezy

- Due to regulatory reasons you need to get a access token from deezy. - Contact - support@deezy.io or @dannydeezy on telegram + An access token is required to use the swap service. + Email support@deezy.io or contact @dannydeezy on telegram to get one.

Deezy token - Add or Update token + Add or Update token

- - + + - + Send lightning btc and receive on-chain btc - + Send on-chain btc and receive via lightning -
+
LIGHTNING BTC -> BTC
- - - + + + - - Cancel + + Cancel @@ -115,77 +62,44 @@
- + - - + +
-
+
BTC -> LIGHTNING BTC
- - - Cancel + + + Cancel - +
-
Response - Important
+
Onchain Address
- {% raw %} - Address - {{ swapBtcToLn.response.address }} + - Commitment - {{ swapBtcToLn.response.commitment }} + - Secret Access Key - {{ swapBtcToLn.response.secret_access_key }} + - - Signature - {{ swapBtcToLn.response.signature }} - - {% endraw %}
@@ -221,20 +135,10 @@
- +
- +
{% endblock %} {% block scripts %} {{ window_vars(user) }} @@ -272,8 +176,8 @@ align: 'left', field: 'fee_sats' }, - {name: 'txid', label: 'Tx Id', align: 'left', field: 'txid'}, - {name: 'tx_hex', label: 'Tx Hex', align: 'left', field: 'tx_hex'}, + { name: 'txid', label: 'Tx Id', align: 'left', field: 'txid' }, + { name: 'tx_hex', label: 'Tx Hex', align: 'left', field: 'tx_hex' }, { name: 'created_at', label: 'Created at', @@ -300,7 +204,7 @@ { name: 'secret_access_key', align: 'left', - label: 'Onchain Address', + label: 'Secret Access Key', field: 'secret_access_key' }, { @@ -443,6 +347,9 @@ copyLnInvoice() { Quasar.utils.copyToClipboard(this.swapLnToBtc.response) }, + copyBtcToLnBtcAddress() { + Quasar.utils.copyToClipboard(this.swapBtcToLn.response.address) + }, sendLnToBtc() { var self = this axios @@ -570,4 +477,4 @@ } }) -{% endblock %} +{% endblock %} \ No newline at end of file