Update Const.ts

This commit is contained in:
Semisol 2023-02-05 11:13:43 +03:00 committed by GitHub
parent ec28a51148
commit 7eb574843c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,7 +41,7 @@ export const ProfileCacheExpire = (1_000 * 60 * 5);
export const DefaultRelays = new Map<string, RelaySettings>([
["wss://relay.snort.social", { 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 }]
]);
/**