Browse Source

fix: add trailing slash to algo.ttxo.one fixes #369 (#397)

imwald
Melvin Carvalho 9 months ago committed by GitHub
parent
commit
7630e81a08
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      src/constants.ts

2
src/constants.ts

@ -73,7 +73,7 @@ export const DEFAULT_FAVORITE_RELAYS = [
'wss://pyramid.fiatjaf.com/', 'wss://pyramid.fiatjaf.com/',
'wss://140.f7z.io/', 'wss://140.f7z.io/',
'wss://news.utxo.one/', 'wss://news.utxo.one/',
'wss://algo.utxo.one' 'wss://algo.utxo.one/'
] ]
export const NIP_96_SERVICE = [ export const NIP_96_SERVICE = [

Loading…
Cancel
Save