nostr-pub.semisol.dev is now atlas.nostr.land #198

Merged
Semisol merged 1 commits from patch-1 into main 2023-02-05 11:49:11 +00:00

View File

@ -41,7 +41,7 @@ export const ProfileCacheExpire = (1_000 * 60 * 5);
export const DefaultRelays = new Map<string, RelaySettings>([ export const DefaultRelays = new Map<string, RelaySettings>([
["wss://relay.snort.social", { read: true, write: true }], ["wss://relay.snort.social", { read: true, write: true }],
["wss://eden.nostr.land", { read: true, write: true }], ["wss://eden.nostr.land", { read: true, write: true }],
["wss://nostr-pub.semisol.dev", { read: true, write: true }] ["wss://atlas.nostr.land", { read: true, write: true }]
]); ]);
/** /**