Skip to content

Commit

Permalink
remove relay from broadcast list
Browse files Browse the repository at this point in the history
  • Loading branch information
leo-lox committed Dec 12, 2024
1 parent 59b7997 commit 066c7d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/config/default_relays.dart
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ final Map<String, ndk_entities.ReadWriteMarker>
"wss://relay.nostr.band": ndk_entities.ReadWriteMarker.readOnly,
"wss://nos.lol": ndk_entities.ReadWriteMarker.readOnly,
"wss://nostr.wine": ndk_entities.ReadWriteMarker.readOnly,
"wss://relay.mostr.pub/": ndk_entities.ReadWriteMarker.readOnly,
"wss://relay.mostr.pub": ndk_entities.ReadWriteMarker.readOnly,
"wss://countries.fiatjaf.com": ndk_entities.ReadWriteMarker.readOnly,
// read write
"wss://relay.damus.io": ndk_entities.ReadWriteMarker.readWrite,
"wss://strfry.iris.to": ndk_entities.ReadWriteMarker.readWrite,
"wss://relay.snort.social": ndk_entities.ReadWriteMarker.readWrite,
"wss://countries.fiatjaf.com": ndk_entities.ReadWriteMarker.readWrite,
};

0 comments on commit 066c7d5

Please sign in to comment.