From 0ef1d38bd7b407887ad724cc806ec16fb995d1ea Mon Sep 17 00:00:00 2001 From: Impalor <101550606+Impa10r@users.noreply.github.com> Date: Fri, 23 Jan 2026 11:14:39 +0100 Subject: [PATCH] Update PeerSwap to v5.0.2 (#4529) --- peerswap/docker-compose.yml | 2 +- peerswap/umbrel-app.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/peerswap/docker-compose.yml b/peerswap/docker-compose.yml index 834ff224..58b31d5a 100644 --- a/peerswap/docker-compose.yml +++ b/peerswap/docker-compose.yml @@ -7,7 +7,7 @@ services: APP_PORT: 1984 web: - image: ghcr.io/impa10r/peerswap-web:v5.0.1@sha256:55c1d7b114efc84d5f3094a79efd81c7f212277c0f342b1b5855311396a8d14a + image: ghcr.io/impa10r/peerswap-web:v5.0.2@sha256:1fe2ea9207699ea0d2ebe6b645baa150bbc99448cb2a05ed75c82b55e57a9fee user: "1000:1000" restart: on-failure stop_grace_period: 1m diff --git a/peerswap/umbrel-app.yml b/peerswap/umbrel-app.yml index edb55031..4d6c83ac 100644 --- a/peerswap/umbrel-app.yml +++ b/peerswap/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1 id: peerswap category: bitcoin name: PeerSwap -version: "5.0.1" +version: "5.0.2" 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