Skip to content

Commit

Permalink
Fix NowNodes URL's
Browse files Browse the repository at this point in the history
  • Loading branch information
swansontec committed Aug 28, 2024
1 parent 7a14e97 commit 04a53e6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/common/utxobased/info/dash.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const currencyInfo: EdgeCurrencyInfo = {
'wss://dash3.trezor.io',
'wss://dash4.trezor.io',
'wss://dash5.trezor.io',
'wss://dashbook.nownodes.io/wss/%{nowNodesApiKey}'
'wss://dash.nownodes.io/wss/%{nowNodesApiKey}'
],
enableCustomServers: false
},
Expand Down
2 changes: 1 addition & 1 deletion src/common/utxobased/info/groestlcoin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const engineInfo: EngineInfo = {
serverConfigs: [
{
type: 'blockbook-nownode',
uris: ['https://grsbook.nownodes.io']
uris: ['https://grs.nownodes.io']
}
],
formats: ['bip49', 'bip84', 'bip44', 'bip32'],
Expand Down
2 changes: 1 addition & 1 deletion src/common/utxobased/info/zcoin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const currencyInfo: EdgeCurrencyInfo = {
customFeeSettings: ['satPerByte'],
blockbookServers: [
'wss://blockbook.firo.org',
'wss://firobook.nownodes.io/wss/%{nowNodesApiKey}'
'wss://firo.nownodes.io/wss/%{nowNodesApiKey}'
],
enableCustomServers: false
},
Expand Down

0 comments on commit 04a53e6

Please sign in to comment.