-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdfx.json.bak
More file actions
54 lines (54 loc) · 1.21 KB
/
dfx.json.bak
File metadata and controls
54 lines (54 loc) · 1.21 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
{
"version": 1,
"canisters": {
"audit_log_canister": {
"type": "motoko",
"main": "canisters/audit_log_canister/main.mo"
},
"governance": {
"type": "motoko",
"main": "canisters/governance/Governance.mo"
},
"hhdao_dao": {
"type": "motoko",
"main": "canisters/hhdao/src/main.mo"
},
"hhu_token": {
"type": "motoko",
"main": "canisters/hhu_token/main.mo"
},
"identity_canister": {
"type": "motoko",
"main": "canisters/identity_canister/main.mo"
},
"project_hub": {
"type": "motoko",
"main": "canisters/project_hub/src/main.mo"
},
"revocation_canister": {
"type": "motoko",
"main": "canisters/revocation_canister/main.mo"
},
"treasury": {
"type": "motoko",
"main": "canisters/treasury/Treasury.mo"
},
"verifier_service": {
"type": "motoko",
"main": "canisters/verifier_service/main.mo"
},
"frontend": {
"type": "assets",
"source": ["frontend-assets"],
"build": {
"command": "echo 'Assets already built by deploy script'",
"args": []
}
}
},
"defaults": {
"build": {
"packtool": "mops sources"
}
}
}