diff options
author | dan <dan.abramov@gmail.com> | 2024-12-16 22:26:40 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-16 22:26:40 +0000 |
commit | de97c07c63ba4a32a5b5635075a3f9fea7831ff1 (patch) | |
tree | 376b8399c169ce2d96be5f841c753e68d7b34d37 /src/lib/constants.ts | |
parent | c339dc5b05282ba917bed9d02c914453cf38d437 (diff) | |
download | voidsky-de97c07c63ba4a32a5b5635075a3f9fea7831ff1.tar.zst |
Adjust gates (#7132)
* Remove dead gate * Adjust gates * No need to disable exposures
Diffstat (limited to 'src/lib/constants.ts')
-rw-r--r-- | src/lib/constants.ts | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/lib/constants.ts b/src/lib/constants.ts index 5d7b5eb45..279c6f913 100644 --- a/src/lib/constants.ts +++ b/src/lib/constants.ts @@ -23,16 +23,6 @@ export const STARTER_PACK_MAX_SIZE = 150 // -prf export const JOINED_THIS_WEEK = 2880000 // estimate as of 11/26/24 -export const DISCOVER_DEBUG_DIDS: Record<string, true> = { - 'did:plc:oisofpd7lj26yvgiivf3lxsi': true, // hailey.at - 'did:plc:fpruhuo22xkm5o7ttr2ktxdo': true, // danabra.mov - 'did:plc:p2cp5gopk7mgjegy6wadk3ep': true, // samuel.bsky.team - 'did:plc:ragtjsm2j2vknwkz3zp4oxrd': true, // pfrazee.com - 'did:plc:vpkhqolt662uhesyj6nxm7ys': true, // why.bsky.team - 'did:plc:3jpt2mvvsumj2r7eqk4gzzjz': true, // esb.lol - 'did:plc:vjug55kidv6sye7ykr5faxxn': true, // emilyliu.me -} - const BASE_FEEDBACK_FORM_URL = `${HELP_DESK_URL}/requests/new` export function FEEDBACK_FORM_URL({ email, |