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