From a02a16b93525906ca7deea693dccf0f7712ac1ae Mon Sep 17 00:00:00 2001 From: Paul Puey Date: Tue, 5 Aug 2025 10:00:32 -0700 Subject: [PATCH] Update blockbook servers --- src/common/utxobased/info/bitcoin.ts | 5 +++-- src/common/utxobased/info/bitcoincash.ts | 4 ++-- src/common/utxobased/info/dash.ts | 2 +- src/common/utxobased/info/digibyte.ts | 5 +++++ src/common/utxobased/info/dogecoin.ts | 4 ++-- src/common/utxobased/info/litecoin.ts | 2 +- src/common/utxobased/info/pivx.ts | 4 ++-- src/common/utxobased/info/qtum.ts | 8 +++++++- src/common/utxobased/info/vertcoin.ts | 7 +++++++ src/common/utxobased/info/zcoin.ts | 6 +++--- 10 files changed, 33 insertions(+), 14 deletions(-) diff --git a/src/common/utxobased/info/bitcoin.ts b/src/common/utxobased/info/bitcoin.ts index aa0e2953..abc5cde0 100644 --- a/src/common/utxobased/info/bitcoin.ts +++ b/src/common/utxobased/info/bitcoin.ts @@ -35,12 +35,13 @@ const currencyInfo: EdgeCurrencyInfo = { defaultSettings: { customFeeSettings: ['satPerByte'], blockbookServers: [ + 'wss://btc-wusa1.edge.app', + 'wss://btc-eu1.edge.app', 'wss://btc1.trezor.io', 'wss://btc2.trezor.io', 'wss://btc3.trezor.io', 'wss://btc4.trezor.io', 'wss://btc5.trezor.io', - 'wss://btc-wusa1.edge.app', 'wss://btcbook.nownodes.io/wss/%{nowNodesApiKey}' ], enableCustomServers: false @@ -53,7 +54,7 @@ const engineInfo: EngineInfo = { serverConfigs: [ { type: 'blockbook-nownode', - uris: ['https://btc-wusa1.edge.app'] + uris: ['https://btc-wusa1.edge.app', 'https://btc-eu1.edge.app'] }, { type: 'blockbook-nownode', diff --git a/src/common/utxobased/info/bitcoincash.ts b/src/common/utxobased/info/bitcoincash.ts index 39a728c1..339e88d0 100644 --- a/src/common/utxobased/info/bitcoincash.ts +++ b/src/common/utxobased/info/bitcoincash.ts @@ -36,12 +36,12 @@ const currencyInfo: EdgeCurrencyInfo = { defaultSettings: { customFeeSettings: ['satPerByte'], blockbookServers: [ + 'wss://bch-eusa1.edge.app', 'wss://bch1.trezor.io', 'wss://bch2.trezor.io', 'wss://bch3.trezor.io', 'wss://bch4.trezor.io', 'wss://bch5.trezor.io', - 'wss://bch-wusa1.edge.app', 'wss://bchbook.nownodes.io/wss/%{nowNodesApiKey}' ], enableCustomServers: false @@ -54,7 +54,7 @@ const engineInfo: EngineInfo = { serverConfigs: [ { type: 'blockbook-nownode', - uris: ['https://bch-wusa1.edge.app'] + uris: ['https://bch-eusa1.edge.app'] }, { type: 'blockbook-nownode', diff --git a/src/common/utxobased/info/dash.ts b/src/common/utxobased/info/dash.ts index 7b1f0fc8..e34e6c96 100644 --- a/src/common/utxobased/info/dash.ts +++ b/src/common/utxobased/info/dash.ts @@ -35,12 +35,12 @@ const currencyInfo: EdgeCurrencyInfo = { defaultSettings: { customFeeSettings: ['satPerByte'], blockbookServers: [ + 'wss://dash-wusa1.edge.app', 'wss://dash1.trezor.io', 'wss://dash2.trezor.io', 'wss://dash3.trezor.io', 'wss://dash4.trezor.io', 'wss://dash5.trezor.io', - 'wss://dash-eusa1.edge.app', 'wss://dash.nownodes.io/wss/%{nowNodesApiKey}' ], enableCustomServers: false diff --git a/src/common/utxobased/info/digibyte.ts b/src/common/utxobased/info/digibyte.ts index 67264e9b..ef30fea1 100644 --- a/src/common/utxobased/info/digibyte.ts +++ b/src/common/utxobased/info/digibyte.ts @@ -32,6 +32,7 @@ const currencyInfo: EdgeCurrencyInfo = { defaultSettings: { customFeeSettings: ['satPerByte'], blockbookServers: [ + 'wss://dgb-eu1.edge.app', 'wss://dgb1.trezor.io', 'wss://dgb2.trezor.io', 'wss://dgbbook.nownodes.io/wss/%{nowNodesApiKey}' @@ -44,6 +45,10 @@ const currencyInfo: EdgeCurrencyInfo = { const engineInfo: EngineInfo = { serverConfigs: [ + { + type: 'blockbook-nownode', + uris: ['https://dgb-eu1.edge.app'] + }, { type: 'blockbook-nownode', uris: ['https://dgbbook.nownodes.io'] diff --git a/src/common/utxobased/info/dogecoin.ts b/src/common/utxobased/info/dogecoin.ts index f06b89dc..156f22a0 100644 --- a/src/common/utxobased/info/dogecoin.ts +++ b/src/common/utxobased/info/dogecoin.ts @@ -31,12 +31,12 @@ const currencyInfo: EdgeCurrencyInfo = { defaultSettings: { customFeeSettings: ['satPerByte'], blockbookServers: [ + 'wss://doge-eusa1.edge.app', 'wss://doge1.trezor.io', 'wss://doge2.trezor.io', 'wss://doge3.trezor.io', 'wss://doge4.trezor.io', 'wss://doge5.trezor.io', - 'wss://doge-wusa1.edge.app', 'wss://dogebook.nownodes.io/wss/%{nowNodesApiKey}' ], enableCustomServers: false @@ -49,7 +49,7 @@ const engineInfo: EngineInfo = { serverConfigs: [ { type: 'blockbook-nownode', - uris: ['https://doge-wusa1.edge.app'] + uris: ['https://doge-eusa1.edge.app'] }, { type: 'blockbook-nownode', diff --git a/src/common/utxobased/info/litecoin.ts b/src/common/utxobased/info/litecoin.ts index 5d2ebee3..0832d92e 100644 --- a/src/common/utxobased/info/litecoin.ts +++ b/src/common/utxobased/info/litecoin.ts @@ -33,12 +33,12 @@ export const currencyInfo: EdgeCurrencyInfo = { defaultSettings: { customFeeSettings: ['satPerByte'], blockbookServers: [ + 'wss://ltc-wusa1.edge.app', 'wss://ltc1.trezor.io', 'wss://ltc2.trezor.io', 'wss://ltc3.trezor.io', 'wss://ltc4.trezor.io', 'wss://ltc5.trezor.io', - '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 4a2f9edd..21456176 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-eusa1.edge.app', 'wss://zkbitcoin.com'], + blockbookServers: ['wss://pivx-wusa1.edge.app', 'wss://zkbitcoin.com'], enableCustomServers: false }, displayName: 'PIVX', @@ -45,7 +45,7 @@ const engineInfo: EngineInfo = { serverConfigs: [ { type: 'blockbook-nownode', - uris: ['https://btc-wusa1.edge.app'] + uris: ['https://pivx-wusa1.edge.app'] }, { type: 'blockbook-nownode', diff --git a/src/common/utxobased/info/qtum.ts b/src/common/utxobased/info/qtum.ts index 08719064..b1cbe32f 100644 --- a/src/common/utxobased/info/qtum.ts +++ b/src/common/utxobased/info/qtum.ts @@ -29,7 +29,7 @@ const currencyInfo: EdgeCurrencyInfo = { defaultSettings: { customFeeSettings: ['satPerByte'], blockbookServers: [ - 'wss://qtum-eusa1.edge.app', + 'wss://qtum-wusa1.edge.app', 'wss://blockv3.qtum.info', 'wss://qtum.atomicwallet.io' ], @@ -40,6 +40,12 @@ const currencyInfo: EdgeCurrencyInfo = { } const engineInfo: EngineInfo = { + serverConfigs: [ + { + type: 'blockbook-nownode', + uris: ['https://qtum-wusa1.edge.app'] + } + ], formats: ['bip44', 'bip32'], gapLimit: 10, feeUpdateInterval: 60000, diff --git a/src/common/utxobased/info/vertcoin.ts b/src/common/utxobased/info/vertcoin.ts index e2108f06..40fca354 100644 --- a/src/common/utxobased/info/vertcoin.ts +++ b/src/common/utxobased/info/vertcoin.ts @@ -32,6 +32,7 @@ const currencyInfo: EdgeCurrencyInfo = { defaultSettings: { customFeeSettings: ['satPerByte'], blockbookServers: [ + 'wss://vtc-wusa1.edge.app', 'wss://vtc1.trezor.io', 'wss://vtc2.trezor.io', 'wss://vtc3.trezor.io', @@ -45,6 +46,12 @@ const currencyInfo: EdgeCurrencyInfo = { } const engineInfo: EngineInfo = { + serverConfigs: [ + { + type: 'blockbook-nownode', + uris: ['https://vtc-wusa1.edge.app'] + } + ], formats: ['bip49', 'bip84', 'bip44', 'bip32'], forks: [], gapLimit: 10, diff --git a/src/common/utxobased/info/zcoin.ts b/src/common/utxobased/info/zcoin.ts index 87222cd9..ca9af238 100644 --- a/src/common/utxobased/info/zcoin.ts +++ b/src/common/utxobased/info/zcoin.ts @@ -32,8 +32,8 @@ export const currencyInfo: EdgeCurrencyInfo = { defaultSettings: { customFeeSettings: ['satPerByte'], blockbookServers: [ - // 'wss://blockbook.firo.org', - 'wss://firo-wusa1.edge.app' + 'wss://firo-eusa1.edge.app', + 'wss://blockbook.firo.org' // 'wss://firo.nownodes.io/wss/%{nowNodesApiKey}' ], enableCustomServers: false @@ -46,7 +46,7 @@ export const engineInfo: EngineInfo = { serverConfigs: [ { type: 'blockbook-nownode', - uris: ['https://firo-wusa1.edge.app'] + uris: ['https://firo-eusa1.edge.app'] }, { type: 'blockbook-nownode',