BOOTSTRAP_RELAYS constant

List<String> const BOOTSTRAP_RELAYS

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

Implementation

static const List<String> BOOTSTRAP_RELAYS = [
  "wss://purplepag.es",
  "wss://relay.damus.io",
  "wss://nos.lol",
  "wss://nostr.wine",
  "wss://relay.snort.social",
  "wss://nostr.bitcoiner.social"
];