-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdfx.json
More file actions
43 lines (43 loc) · 1.26 KB
/
dfx.json
File metadata and controls
43 lines (43 loc) · 1.26 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
{
"defaults": {
"build": {
"args": "",
"packtool": "mops sources"
}
},
"canisters": {
"custodial_backend": {
"candid": "src/custodial_backend/custodial_backend.did",
"package": "custodial_backend",
"type": "rust"
},
"custodial_frontend": {
"dependencies": [
"custodial_backend"
],
"source": [
"src/custodial_frontend/dist"
],
"type": "assets",
"workspace": "custodial_frontend"
},
"evm_rpc": {
"type": "pull",
"id": "7hfb6-caaaa-aaaar-qadga-cai"
},
"internet_identity": {
"__0": "The development build of Internet Identity. For more information, see https://github.com/dfinity/internet-identity#build-features-and-flavors",
"type": "custom",
"candid": "https://github.com/dfinity/internet-identity/releases/latest/download/internet_identity.did",
"wasm": "https://github.com/dfinity/internet-identity/releases/latest/download/internet_identity_dev.wasm.gz",
"__2": "The remote block indicates that this canister is only used locally and should not be deployed on the IC.",
"remote": {
"id": {
"ic": "rdmx6-jaaaa-aaaaa-aaadq-cai"
}
}
}
},
"output_env_file": ".env",
"version": 1
}