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',