Merge pull request #81 from bleetube/offchain.pub

Public relay name change 

from nostr.bitcoiner.social -> offchain.pub
This commit is contained in:
Vishal 2023-02-13 01:03:20 +05:30 committed by GitHub
commit 079129aaca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -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;
}
}

View File

@ -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"

View File

@ -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"