Browse Source

Update PeerSwap to v1.6.7 (#1241)

main
Vlad 6 months ago
committed by GitHub
parent
commit
90ce2cf75f
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      peerswap/docker-compose.yml
  2. 4
      peerswap/umbrel-app.yml

2
peerswap/docker-compose.yml

@ -7,7 +7,7 @@ services:
APP_PORT: 1984
web:
image: ghcr.io/impa10r/peerswap-web:v1.6.6@sha256:e9bef044b5df47e8f1d3df2dc84e3eb565220f0bf626433a79bd73cb2d11125c
image: ghcr.io/impa10r/peerswap-web:v1.6.7@sha256:a17c53f528f22707b2614befdd3dfb0ded082baf5b733c941bfd9f9c7b99efac
user: "1000:1000"
restart: on-failure
stop_grace_period: 1m

4
peerswap/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: peerswap
category: bitcoin
name: PeerSwap
version: "1.6.6"
version: "1.6.7"
tagline: Balance your lightning channels with Liquid BTC
description: PeerSwap enables Lightning Network nodes to balance their channels by facilitating atomic swaps with direct peers. PeerSwap enhances decentralization of the Lightning Network by enabling all nodes to be their own swap provider. No centralized coordinator, no 3rd party rent collector, and lowest cost channel balancing means small nodes can better compete with large nodes. Includes channel AutoFees, Liquid Peg-in and BTC send with coin select + fee bump functionality.
developer: PeerSwap Project
@ -21,4 +21,4 @@ path: ""
submitter: Impa10r
submission: https://github.com/getumbrel/umbrel-apps/pull/932
releaseNotes: >-
Adds option to advertise BTC and L-BTC balance to direct PeerSwap Web UI peers, bug fixes. See full changelog here: https://github.com/Impa10r/peerswap-web/blob/main/CHANGELOG.md
Bug fixes and improvements. See full changelog here: https://github.com/Impa10r/peerswap-web/blob/main/CHANGELOG.md

Loading…
Cancel
Save