-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdfx.json
More file actions
59 lines (58 loc) · 1.41 KB
/
dfx.json
File metadata and controls
59 lines (58 loc) · 1.41 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"canisters": {
"backend": {
"main": "src/backend/main.mo",
"type": "motoko",
"declarations": {
"output": "./src/declarations/backend"
},
"specified_id": "gyjow-laaaa-aaaak-quh6q-cai"
},
"chat": {
"main": "src/chat/main.mo",
"type": "motoko",
"declarations": {
"output": "./src/declarations/chat"
},
"init_arg": "(record { mainPlatform = principal \"gyjow-laaaa-aaaak-quh6q-cai\" })",
"specified_id": "cxypw-rqaaa-aaaak-quliq-cai"
},
"treasury": {
"main": "src/treasury/treasury.mo",
"type": "motoko",
"declarations": {
"output": "./src/declarations/treasury"
},
"specified_id": "irhil-eyaaa-aaaak-qukta-cai",
"dependencies": [
"backend"
],
"init_arg": "(record { mainPlatform = principal \"gyjow-laaaa-aaaak-quh6q-cai\" })"
},
"frontend": {
"source": [
"src/frontend/.output/public"
],
"type": "assets",
"specified_id": "grkfk-5iaaa-aaaak-quh7a-cai"
},
"icp_ledger": {
"type": "pull",
"id": "ryjl3-tyaaa-aaaaa-aaaba-cai"
},
"internet_identity": {
"type": "pull",
"id": "rdmx6-jaaaa-aaaaa-aaadq-cai",
"frontend": {}
}
},
"defaults": {
"build": {
"args": "",
"packtool": "mops sources"
}
},
"output_env_file": ".env",
"version": 1,
"dfx": "0.27.0"
}