mirror of
https://github.com/AustinKelsay/plebdevs.git
synced 2025-04-23 01:01:28 +00:00
17 lines
490 B
JavaScript
17 lines
490 B
JavaScript
const appConfig = {
|
|
defaultRelayUrls: [
|
|
"wss://nos.lol/",
|
|
"wss://relay.damus.io/",
|
|
"wss://relay.snort.social/",
|
|
"wss://relay.nostr.band/",
|
|
"wss://relay.mutinywallet.com/",
|
|
"wss://relay.primal.net/",
|
|
"wss://nostr21.com/",
|
|
"wss://nostrue.com/",
|
|
"wss://purplerelay.com/",
|
|
// "wss://relay.devs.tools/"
|
|
],
|
|
authorPubkeys: ["8cb60e215678879cda0bef4d5b3fc1a5c5925d2adb5d8c4fa7b7d03b5f2deaea"]
|
|
};
|
|
|
|
export default appConfig; |