Skip to content

Commit

Permalink
Update PeerSwap to v1.7.6 (#2062)
Browse files Browse the repository at this point in the history
  • Loading branch information
Impa10r authored Jan 20, 2025
1 parent 1ac9f84 commit a367754
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion peerswap/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
APP_PORT: 1984

web:
image: ghcr.io/impa10r/peerswap-web:v1.7.5@sha256:9ce9a183c5b7f689ba036b4736a0eb4737978208b1afb4f1e8981860a5036cb4
image: ghcr.io/impa10r/peerswap-web:v1.7.6@sha256:0347b64f4899a955f1cc9d7d50e9d78ba9fa3836a4f1f4ed6aba53d038b7aa6a
user: "1000:1000"
restart: on-failure
stop_grace_period: 1m
Expand Down
8 changes: 2 additions & 6 deletions peerswap/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ manifestVersion: 1
id: peerswap
category: bitcoin
name: PeerSwap
version: "1.7.5"
version: "1.7.6"
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
Expand All @@ -21,8 +21,4 @@ path: ""
submitter: Impa10r
submission: https://github.com/getumbrel/umbrel-apps/pull/932
releaseNotes: >-
This release upgrades PeerSwap to v4rc1 and enables Liquid CT fee discounts on mainnet.
Warning: only peers who upgraded to v4 will be visible in Peer List.
Full changelog: https://github.com/Impa10r/peerswap-web/blob/main/CHANGELOG.md
Bug fixes and improvements. Full changelog: https://github.com/Impa10r/peerswap-web/blob/main/CHANGELOG.md

0 comments on commit a367754

Please sign in to comment.