mirror of
https://github.com/vishalxl/nostr_console.git
synced 2025-05-30 17:50:08 +02:00
Merge branch 'main' of https://github.com/vishalxl/nostr_console
This commit is contained in:
commit
5a24daa7c2
@ -164,7 +164,7 @@ Future<void> otherMenuUi(Tree node, var contactList) async {
|
||||
'Search word(s) or event id', // 4
|
||||
'Search by client name', // 5
|
||||
'Change number of days printed', // 6
|
||||
'Applicatoin stats', // 7
|
||||
'Application stats', // 7
|
||||
'Help and About', // 8
|
||||
'Go back to main menu'], // 9
|
||||
"Other Menu"); // menu name
|
||||
|
@ -34,7 +34,8 @@ List<String> gListRelayUrls = [ defaultServerUrl,
|
||||
relayNostrInfo,
|
||||
"wss://nostr-verified.wellorder.net",
|
||||
"wss://nostr-relay.wlvs.space",
|
||||
"wss://nostr-pub.wellorder.net"
|
||||
"wss://nostr-pub.wellorder.net",
|
||||
"wss://nostr.ono.re"
|
||||
];
|
||||
|
||||
// name of executable
|
||||
|
Loading…
x
Reference in New Issue
Block a user