Skip to content

Commit ba699aa

Browse files
authored
Merge pull request #438 from EdgeApp/paul/updateServers
Update blockbook servers
2 parents b3ec974 + a02a16b commit ba699aa

File tree

10 files changed

+33
-14
lines changed

10 files changed

+33
-14
lines changed

src/common/utxobased/info/bitcoin.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,13 @@ const currencyInfo: EdgeCurrencyInfo = {
3535
defaultSettings: {
3636
customFeeSettings: ['satPerByte'],
3737
blockbookServers: [
38+
'wss://btc-wusa1.edge.app',
39+
'wss://btc-eu1.edge.app',
3840
'wss://btc1.trezor.io',
3941
'wss://btc2.trezor.io',
4042
'wss://btc3.trezor.io',
4143
'wss://btc4.trezor.io',
4244
'wss://btc5.trezor.io',
43-
'wss://btc-wusa1.edge.app',
4445
'wss://btcbook.nownodes.io/wss/%{nowNodesApiKey}'
4546
],
4647
enableCustomServers: false
@@ -53,7 +54,7 @@ const engineInfo: EngineInfo = {
5354
serverConfigs: [
5455
{
5556
type: 'blockbook-nownode',
56-
uris: ['https://btc-wusa1.edge.app']
57+
uris: ['https://btc-wusa1.edge.app', 'https://btc-eu1.edge.app']
5758
},
5859
{
5960
type: 'blockbook-nownode',

src/common/utxobased/info/bitcoincash.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ const currencyInfo: EdgeCurrencyInfo = {
3636
defaultSettings: {
3737
customFeeSettings: ['satPerByte'],
3838
blockbookServers: [
39+
'wss://bch-eusa1.edge.app',
3940
'wss://bch1.trezor.io',
4041
'wss://bch2.trezor.io',
4142
'wss://bch3.trezor.io',
4243
'wss://bch4.trezor.io',
4344
'wss://bch5.trezor.io',
44-
'wss://bch-wusa1.edge.app',
4545
'wss://bchbook.nownodes.io/wss/%{nowNodesApiKey}'
4646
],
4747
enableCustomServers: false
@@ -54,7 +54,7 @@ const engineInfo: EngineInfo = {
5454
serverConfigs: [
5555
{
5656
type: 'blockbook-nownode',
57-
uris: ['https://bch-wusa1.edge.app']
57+
uris: ['https://bch-eusa1.edge.app']
5858
},
5959
{
6060
type: 'blockbook-nownode',

src/common/utxobased/info/dash.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ const currencyInfo: EdgeCurrencyInfo = {
3535
defaultSettings: {
3636
customFeeSettings: ['satPerByte'],
3737
blockbookServers: [
38+
'wss://dash-wusa1.edge.app',
3839
'wss://dash1.trezor.io',
3940
'wss://dash2.trezor.io',
4041
'wss://dash3.trezor.io',
4142
'wss://dash4.trezor.io',
4243
'wss://dash5.trezor.io',
43-
'wss://dash-eusa1.edge.app',
4444
'wss://dash.nownodes.io/wss/%{nowNodesApiKey}'
4545
],
4646
enableCustomServers: false

src/common/utxobased/info/digibyte.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ const currencyInfo: EdgeCurrencyInfo = {
3232
defaultSettings: {
3333
customFeeSettings: ['satPerByte'],
3434
blockbookServers: [
35+
'wss://dgb-eu1.edge.app',
3536
'wss://dgb1.trezor.io',
3637
'wss://dgb2.trezor.io',
3738
'wss://dgbbook.nownodes.io/wss/%{nowNodesApiKey}'
@@ -44,6 +45,10 @@ const currencyInfo: EdgeCurrencyInfo = {
4445

4546
const engineInfo: EngineInfo = {
4647
serverConfigs: [
48+
{
49+
type: 'blockbook-nownode',
50+
uris: ['https://dgb-eu1.edge.app']
51+
},
4752
{
4853
type: 'blockbook-nownode',
4954
uris: ['https://dgbbook.nownodes.io']

src/common/utxobased/info/dogecoin.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ const currencyInfo: EdgeCurrencyInfo = {
3131
defaultSettings: {
3232
customFeeSettings: ['satPerByte'],
3333
blockbookServers: [
34+
'wss://doge-eusa1.edge.app',
3435
'wss://doge1.trezor.io',
3536
'wss://doge2.trezor.io',
3637
'wss://doge3.trezor.io',
3738
'wss://doge4.trezor.io',
3839
'wss://doge5.trezor.io',
39-
'wss://doge-wusa1.edge.app',
4040
'wss://dogebook.nownodes.io/wss/%{nowNodesApiKey}'
4141
],
4242
enableCustomServers: false
@@ -49,7 +49,7 @@ const engineInfo: EngineInfo = {
4949
serverConfigs: [
5050
{
5151
type: 'blockbook-nownode',
52-
uris: ['https://doge-wusa1.edge.app']
52+
uris: ['https://doge-eusa1.edge.app']
5353
},
5454
{
5555
type: 'blockbook-nownode',

src/common/utxobased/info/litecoin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ export const currencyInfo: EdgeCurrencyInfo = {
3333
defaultSettings: {
3434
customFeeSettings: ['satPerByte'],
3535
blockbookServers: [
36+
'wss://ltc-wusa1.edge.app',
3637
'wss://ltc1.trezor.io',
3738
'wss://ltc2.trezor.io',
3839
'wss://ltc3.trezor.io',
3940
'wss://ltc4.trezor.io',
4041
'wss://ltc5.trezor.io',
41-
'wss://ltc-eusa1.edge.app',
4242
'wss://ltcbook.nownodes.io/wss/%{nowNodesApiKey}'
4343
],
4444
enableCustomServers: false

src/common/utxobased/info/pivx.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const currencyInfo: EdgeCurrencyInfo = {
3434
...legacyMemoInfo,
3535
defaultSettings: {
3636
customFeeSettings: ['satPerByte'],
37-
blockbookServers: ['wss://pivx-eusa1.edge.app', 'wss://zkbitcoin.com'],
37+
blockbookServers: ['wss://pivx-wusa1.edge.app', 'wss://zkbitcoin.com'],
3838
enableCustomServers: false
3939
},
4040
displayName: 'PIVX',
@@ -45,7 +45,7 @@ const engineInfo: EngineInfo = {
4545
serverConfigs: [
4646
{
4747
type: 'blockbook-nownode',
48-
uris: ['https://btc-wusa1.edge.app']
48+
uris: ['https://pivx-wusa1.edge.app']
4949
},
5050
{
5151
type: 'blockbook-nownode',

src/common/utxobased/info/qtum.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const currencyInfo: EdgeCurrencyInfo = {
2929
defaultSettings: {
3030
customFeeSettings: ['satPerByte'],
3131
blockbookServers: [
32-
'wss://qtum-eusa1.edge.app',
32+
'wss://qtum-wusa1.edge.app',
3333
'wss://blockv3.qtum.info',
3434
'wss://qtum.atomicwallet.io'
3535
],
@@ -40,6 +40,12 @@ const currencyInfo: EdgeCurrencyInfo = {
4040
}
4141

4242
const engineInfo: EngineInfo = {
43+
serverConfigs: [
44+
{
45+
type: 'blockbook-nownode',
46+
uris: ['https://qtum-wusa1.edge.app']
47+
}
48+
],
4349
formats: ['bip44', 'bip32'],
4450
gapLimit: 10,
4551
feeUpdateInterval: 60000,

src/common/utxobased/info/vertcoin.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ const currencyInfo: EdgeCurrencyInfo = {
3232
defaultSettings: {
3333
customFeeSettings: ['satPerByte'],
3434
blockbookServers: [
35+
'wss://vtc-wusa1.edge.app',
3536
'wss://vtc1.trezor.io',
3637
'wss://vtc2.trezor.io',
3738
'wss://vtc3.trezor.io',
@@ -45,6 +46,12 @@ const currencyInfo: EdgeCurrencyInfo = {
4546
}
4647

4748
const engineInfo: EngineInfo = {
49+
serverConfigs: [
50+
{
51+
type: 'blockbook-nownode',
52+
uris: ['https://vtc-wusa1.edge.app']
53+
}
54+
],
4855
formats: ['bip49', 'bip84', 'bip44', 'bip32'],
4956
forks: [],
5057
gapLimit: 10,

src/common/utxobased/info/zcoin.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ export const currencyInfo: EdgeCurrencyInfo = {
3232
defaultSettings: {
3333
customFeeSettings: ['satPerByte'],
3434
blockbookServers: [
35-
// 'wss://blockbook.firo.org',
36-
'wss://firo-wusa1.edge.app'
35+
'wss://firo-eusa1.edge.app',
36+
'wss://blockbook.firo.org'
3737
// 'wss://firo.nownodes.io/wss/%{nowNodesApiKey}'
3838
],
3939
enableCustomServers: false
@@ -46,7 +46,7 @@ export const engineInfo: EngineInfo = {
4646
serverConfigs: [
4747
{
4848
type: 'blockbook-nownode',
49-
uris: ['https://firo-wusa1.edge.app']
49+
uris: ['https://firo-eusa1.edge.app']
5050
},
5151
{
5252
type: 'blockbook-nownode',

0 commit comments

Comments
 (0)