chore: cleanup

This commit is contained in:
2023-11-01 00:40:12 +09:00
parent 8f90daa840
commit c65bb7a992
56 changed files with 344 additions and 221 deletions

View File

@ -15,5 +15,10 @@
"zapPool": true
},
"eventLinkPrefix": "nevent",
"profileLinkPrefix": "nprofile"
"profileLinkPrefix": "nprofile",
"defaultRelays": {
"wss://relay.snort.social/": { "read": true, "write": true },
"wss://nostr.wine/": { "read": true, "write": false },
"wss://nos.lol/": { "read": true, "write": true }
}
}

View File

@ -15,5 +15,10 @@
"zapPool": true
},
"eventLinkPrefix": "note",
"profileLinkPrefix": "npub"
"profileLinkPrefix": "npub",
"defaultRelays": {
"wss://relay.snort.social/": { "read": true, "write": true },
"wss://nostr.wine/": { "read": true, "write": false },
"wss://nos.lol/": { "read": true, "write": true }
}
}