Skip to content

Commit

Permalink
Remove firo.org blockbook server from default settings
Browse files Browse the repository at this point in the history
  • Loading branch information
samholmes committed Jan 22, 2025
1 parent 5664b6e commit 57271bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## Unreleased

- changed: Remove Blockbook servers from persisted internal servers list when updating this list from payload/default servers.
- removed: Remove blockbook.firo.org Blockbook server form default Blockbook server list.

## 3.5.0 (2025-01-15)

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 = {
defaultSettings: {
customFeeSettings: ['satPerByte'],
blockbookServers: [
'wss://blockbook.firo.org',
// 'wss://blockbook.firo.org',
'wss://firo-wusa1.edge.app',
'wss://firo.nownodes.io/wss/%{nowNodesApiKey}'
],
Expand Down

0 comments on commit 57271bb

Please sign in to comment.