From 56ebcaa9fa25e862629d978a88d80aff903e764d Mon Sep 17 00:00:00 2001 From: binarybaron Date: Fri, 5 Jun 2026 15:49:13 +0200 Subject: [PATCH] chore(gui): bump min asb version --- src-gui/src/utils/multiAddrUtils.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src-gui/src/utils/multiAddrUtils.ts b/src-gui/src/utils/multiAddrUtils.ts index 76811ccde..cb9c94d10 100644 --- a/src-gui/src/utils/multiAddrUtils.ts +++ b/src-gui/src/utils/multiAddrUtils.ts @@ -7,8 +7,8 @@ import { isTestnet } from "store/config"; // const MIN_ASB_VERSION = "2.0.0-beta.1"; // First version with support for tx_early_refund // const MIN_ASB_VERSION = "3.2.0-rc.1"; // const VERSION_FLOOR = "4.0.0"; // First version with partial refund path - completely incompatible -const VERSION_FLOOR_SOFT = "4.6.6"; // First version where both parties reject swaps with mismatched fee estimates -const VERSION_FLOOR_HARD = "4.6.6"; +const VERSION_FLOOR_SOFT = "4.8.0"; // First version where both parties reject swaps with mismatched fee estimates +const VERSION_FLOOR_HARD = "4.8.0"; export function isMakerOnCorrectNetwork( provider: ExtendedMakerStatus,