From 206a6b3030494eb05b71134d09d2471846cfa1d0 Mon Sep 17 00:00:00 2001 From: Sam Holmes Date: Mon, 17 Nov 2025 14:42:35 -0800 Subject: [PATCH] Change PIVX blockbookServers --- CHANGELOG.md | 2 ++ src/common/utxobased/info/pivx.ts | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54b14f89..ac3ee276 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +- fixed: Change PIVX blockbook server list. + ## 3.8.8 (2025-11-06) - fixed: Fix failed transaction processing for FIRO transactions with SparkSpend inputs. diff --git a/src/common/utxobased/info/pivx.ts b/src/common/utxobased/info/pivx.ts index 21456176..0fc01ddc 100644 --- a/src/common/utxobased/info/pivx.ts +++ b/src/common/utxobased/info/pivx.ts @@ -34,7 +34,7 @@ const currencyInfo: EdgeCurrencyInfo = { ...legacyMemoInfo, defaultSettings: { customFeeSettings: ['satPerByte'], - blockbookServers: ['wss://pivx-wusa1.edge.app', 'wss://zkbitcoin.com'], + blockbookServers: ['wss://pivx-eusa1.edge.app', 'wss://zkbitcoin.com'], enableCustomServers: false }, displayName: 'PIVX',