-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconstants.ts
More file actions
43 lines (39 loc) · 2.09 KB
/
Copy pathconstants.ts
File metadata and controls
43 lines (39 loc) · 2.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
// Resources
export const DOCS_LINK = 'https://developer.litprotocol.com';
export const BANNER_LINK = 'https://x.com/LitProtocol/status/1911850883845149065';
export const MANIFESTO_LINK =
'https://spark.litprotocol.com/mass-adoption-of-digital-ownership-and-progressive-self-custody/';
export const USE_CASES_LINK =
'https://litprotocol.notion.site/Lit-Protocol-Use-Cases-a94916becdc0411f848c3095722c7864';
export const SPARK_LINK = 'https://spark.litprotocol.com';
export const CONTACT_FORM = 'https://forms.gle/n4WKtsyxaduEz8dDA';
export const CALENDAR_LINK = 'https://litgateway.com/calendar';
export const GITHUB_LINK = 'https://github.com/LIT-Protocol';
export const AUDIT_LINK =
'https://drive.google.com/drive/folders/1Rrht88iUkzpofwl1CvP9gEjqY60BKyFn';
export const COMMUNITY_LINK = 'https://developer.litprotocol.com/';
export const VINCENT_LINK = 'https://www.heyvincent.ai/';
export const DEVELOPER_CONSTANT_LINK = 'https://developer.litprotocol.com';
export const COMMUNITY_CONSTANT_LINK = 'https://discord.gg/yEJSBaznBX';
export const COMPANY_CONSTANT_LINK = 'https://litprotocol.com';
export const GOVERNANCE_LINK = 'https://getlit.dev/chat';
// Product
export const LIT_WALLET_LINK =
'https://developer.litprotocol.com/user-wallets/overview';
export const ENCRYPTION_LINK =
'https://developer.litprotocol.com/sdk/access-control/intro';
export const LIT_ACTIONS_LINK =
'https://developer.litprotocol.com/sdk/serverless-signing/overview';
// Social
export const TWITTER_LINK = 'https://twitter.com/litprotocol';
export const DISCORD_LINK = 'https://getlit.dev/chat';
export const TELEGRAM_LINK = 'https://t.me/+aa73FAF9Vp82ZjJh';
export const LINKEDIN_LINK = 'https://www.linkedin.com/company/lit-protocol';
export const GALXE_LINK = 'https://app.galxe.com/quest/LitProtocol';
// Company
export const CAREERS_LINK = '/careers';
export const BRAND_LINK = 'https://github.com/LIT-Protocol/Brand-Kit';
// Legal
export const PRIVACY_POLICY_LINK =
'https://www.litprotocol.com/legal/privacy-policy';
export const MICA_LINK = 'https://drive.google.com/drive/folders/1yUXd426j2xaLMkxsdTBttUNMBYHZ6vC5?usp=drive_link';