forked from PotLock/bos-app-alem
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathalem.config.json
39 lines (39 loc) · 1015 Bytes
/
alem.config.json
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
{
"isIndex": true,
"mainnetAccount": "staging.potlock.near",
"testnetAccount": "alem-lib.testnet",
"name": "PotLock",
"description": "PotLock is transforming the way public goods are funded. Create your project, donate to your favroite project, or earn automatic on-chain referrals from funding for your favorite public goods.\n\nLearn more at https://docs.potlock.io ",
"linktree": {
"website": "potlock.io/app"
},
"image": {
"ipfs_cid": "bafkreicwzq6dlcynhceovrtslsjja2d76b7ysnjih4qmqlk7atre3w2nay"
},
"tags": [
"potlock",
"qf",
"quadratic-funding",
"gitcoin",
"giveth",
"public-goods",
"funding",
"refi",
"impact",
"near-impact",
"open-source",
"app"
],
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@app/": "src/"
}
},
"options": {
"keepRoute": false,
"createLoaderWidget": true,
"loadingComponentFile": "src/components/SuspenseLoading.tsx",
"loadingComponentName": "SuspenseLoading"
}
}