This commit is contained in:
Ren Amamiya
2023-05-26 09:28:49 +07:00
parent 225179dd6d
commit 5c7b18bf29
41 changed files with 404 additions and 461 deletions

View File

@@ -6,12 +6,12 @@ export const DEFAULT_CHANNEL_BANNER =
"https://bafybeiacwit7hjmdefqggxqtgh6ht5dhth7ndptwn2msl5kpkodudsr7py.ipfs.w3s.link/banner-1.jpg";
// metadata service
export const METADATA_SERVICE = "https://rbr.bio";
export const METADATA_SERVICE = "https://us.rbr.bio";
// read-only relay list
export const READONLY_RELAYS = [
"wss://welcome.nostr.wine",
"wss://relay.nostr.band/all",
"wss://relay.nostr.band",
];
// write-only relay list
@@ -23,6 +23,6 @@ export const WRITEONLY_RELAYS = [
// full-relay list
export const FULL_RELAYS = [
"wss://welcome.nostr.wine",
"wss://relay.nostr.band/all",
"wss://relay.nostr.band",
"wss://nostr.mutinywallet.com",
];