DEFAULT_BOOTSTRAP_RELAYS constant

List<String> const DEFAULT_BOOTSTRAP_RELAYS

Bootstrap relays from these to start looking for NIP65/NIP03 events

Implementation

static const List<String> DEFAULT_BOOTSTRAP_RELAYS = [
  // "wss://purplepag.es",
  "wss://relay.damus.io",
  "wss://nos.lol",
  "wss://nostr.wine",
  "wss://nostr-pub.wellorder.net",
  "wss://offchain.pub",
  "wss://relay.mostr.pub"
];