Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src-gui/src/utils/multiAddrUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Loading