diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f62e498..e94a32df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## Unreleased +- added: Added Edge blockbook servers to DASH, LTC, and PIVX. - fixed: Crash when running under NodeJS due to missing memletConfig ## 3.8.2 (2025-06-09) diff --git a/src/common/utxobased/info/dash.ts b/src/common/utxobased/info/dash.ts index 5b6848a2..7b1f0fc8 100644 --- a/src/common/utxobased/info/dash.ts +++ b/src/common/utxobased/info/dash.ts @@ -40,7 +40,7 @@ const currencyInfo: EdgeCurrencyInfo = { 'wss://dash3.trezor.io', 'wss://dash4.trezor.io', 'wss://dash5.trezor.io', - 'wss://dash-wusa1.edge.app', + 'wss://dash-eusa1.edge.app', 'wss://dash.nownodes.io/wss/%{nowNodesApiKey}' ], enableCustomServers: false diff --git a/src/common/utxobased/info/litecoin.ts b/src/common/utxobased/info/litecoin.ts index 4ff0aac9..5d2ebee3 100644 --- a/src/common/utxobased/info/litecoin.ts +++ b/src/common/utxobased/info/litecoin.ts @@ -38,7 +38,7 @@ export const currencyInfo: EdgeCurrencyInfo = { 'wss://ltc3.trezor.io', 'wss://ltc4.trezor.io', 'wss://ltc5.trezor.io', - 'wss://ltc-wusa1.edge.app', + 'wss://ltc-eusa1.edge.app', 'wss://ltcbook.nownodes.io/wss/%{nowNodesApiKey}' ], enableCustomServers: false diff --git a/src/common/utxobased/info/pivx.ts b/src/common/utxobased/info/pivx.ts index f77fec94..4a2f9edd 100644 --- a/src/common/utxobased/info/pivx.ts +++ b/src/common/utxobased/info/pivx.ts @@ -34,9 +34,7 @@ const currencyInfo: EdgeCurrencyInfo = { ...legacyMemoInfo, defaultSettings: { customFeeSettings: ['satPerByte'], - blockbookServers: [ - /* 'wss://pivx-eusa1.edge.app', */ 'wss://zkbitcoin.com' - ], + blockbookServers: ['wss://pivx-eusa1.edge.app', 'wss://zkbitcoin.com'], enableCustomServers: false }, displayName: 'PIVX',