DEFAULT_BOOTSTRAP_RELAYS constant
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"
];