-
Notifications
You must be signed in to change notification settings - Fork 57
/
Copy pathapp.config.ts
35 lines (35 loc) · 1.56 KB
/
app.config.ts
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
export default defineAppConfig({
features: {
ARCHWAY_ECOSYSTEM: false,
ARCHWAY_CONNECT: false,
},
externalLinks: {
ARCHWAY_TECHNICAL_OVERVIEW: 'https://archway.io/technology',
ARCHWAY_TECHNICAL_PAPERS: 'https://archway.io/whitepapers',
ARCHWAY_ECOSYSTEM: 'https://archway.io/ecosystem',
ARCHWAY_COMMUNITY_HUB: 'https://archway.io/community',
ARCHWAY_NEWSLETTER: 'https://archway.io/newsletter',
ARCHWAY_BRAND: 'https://archway.io/brand',
ARCHWAY_PRIVACY: 'https://archway.io/privacy',
ARCHWAY_TERMS: 'https://archway.io/terms',
ARCHWAY_GRANTS: 'https://archway.io/grants',
ARCHWAY_REWARDS: 'https://rewards.archway.io',
ARCHWAY_DOCS: '',
ARCHWAY_CONNECT: 'https://connect.archway.io',
ARCHWAY_STATUS: 'https://status.archway.io',
ARCHWAY_BLOG: 'https://blog.archway.io',
ARCHWAY_GOT_DAPP_IDEA_FORM: 'https://forms.gle/JpBTLb5gcVCqa5qp8',
ARCHWAY_PARTNERSHIPS_FORM: 'https://forms.gle/GmemD86MHN9yCA5E8',
ARCHWAY_GOVERNANCE_FORUM: 'https://gov.archway.io',
ARCH3JS_REPO: 'https://github.com/archway-network/arch3.js',
ARCHWAY_CLI_REPO: 'https://github.com/archway-network/archway-cli',
ARCHWAY_NETWORKS_RAW: 'https://raw.githubusercontent.com/archway-network/networks/main',
AREA_52: 'https://area-52.io',
DISCORD: 'https://discord.gg/5FVvx3WGfa',
TELEGRAM: 'https://t.me/archway_hq',
TWITTER: 'https://twitter.com/archwayhq',
YOUTUBE: 'https://www.youtube.com/@ArchwayNetwork',
GITHUB: 'https://github.com/archway-network',
REDDIT: 'https://www.reddit.com/r/Archway',
},
});