-
Notifications
You must be signed in to change notification settings - Fork 79
Expand file tree
/
Copy pathlink.ts
More file actions
21 lines (14 loc) · 850 Bytes
/
link.ts
File metadata and controls
21 lines (14 loc) · 850 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
export const DOC_URL = "https://docs.scroll.io/en/home/"
export const SCROLL_OPEN_URL = "https://open.scroll.io"
export const LEVEL_UP_URL = "https://www.levelup.xyz/"
const USER_PORTAL_BASE_URL = process.env.NEXT_PUBLIC_USER_PORTAL_BASE_URL
export const BRIDGE_URL = `${USER_PORTAL_BASE_URL}/bridge`
export const SWAP_URL = "https://swap.scroll.io"
export const ECOSYSTEM_URL = "/ecosystem"
export const SESSIONS_URL = `${USER_PORTAL_BASE_URL}/sessions`
export const VISION_URL = "/blog/vision-and-values"
export const TECH_URL = "https://docs.scroll.io/en/technology/"
export const FOUNDER_CLUB_URL = "https://t.me/+0tvdw8QMJBMyOTli"
export const GET_IN_TOUCH_URL = "https://tally.so/r/wM2aaE"
export const REQUEST_A_DAPP_URL = "https://tally.so/r/3jlj59"
export const LEARN_BUILD_URL = "https://docs.scroll.io/en/getting-started/overview/"