mirror of
https://github.com/vishalxl/nostr_console.git
synced 2025-03-29 19:21:49 +01:00
Merge pull request #81 from bleetube/offchain.pub
Public relay name change from nostr.bitcoiner.social -> offchain.pub
This commit is contained in:
commit
079129aaca
@ -287,7 +287,7 @@ class EventData {
|
||||
String server = defaultServerUrl;
|
||||
if( tag.length >=3 ) {
|
||||
server = tag[2].toString();
|
||||
if( server == 'wss://nostr.rocks' || server == "wss://nostr.bitcoiner.social") {
|
||||
if( server == 'wss://nostr.rocks' || server == "wss://offchain.pub") {
|
||||
server = defaultServerUrl;
|
||||
}
|
||||
}
|
||||
|
@ -63,7 +63,7 @@ Set<String> gListRelayUrls1 = { defaultServerUrl,
|
||||
|
||||
Set<String> gListRelayUrls2 = {
|
||||
// "wss://nostr.oxtr.dev",
|
||||
"wss://nostr.bitcoiner.social",
|
||||
"wss://offchain.pub",
|
||||
"wss://nostr.zerofeerouting.com",
|
||||
"wss://nostr-relay.trustbtc.org",
|
||||
"wss://relay.stoner.com"
|
||||
|
@ -36,7 +36,7 @@ nostr_servers=(
|
||||
"wss://nostr.onsats.org"
|
||||
"wss://nostr-relay.digitalmob.ro"
|
||||
|
||||
"wss://nostr.bitcoiner.social"
|
||||
"wss://offchain.pub"
|
||||
|
||||
"wss://relay.valireum.net"
|
||||
"wss://nostr-relay.trustbtc.org"
|
||||
|
Loading…
x
Reference in New Issue
Block a user