-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdfx.json
40 lines (40 loc) · 816 Bytes
/
dfx.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
40
{
"canisters": {
"internet_identity": {
"build": "",
"candid": "candid/internet_identity.did",
"remote": {
"id": {
"ic": "rdmx6-jaaaa-aaaaa-aaadq-cai",
"local": "qhbym-qaaaa-aaaaa-aaafq-cai"
}
},
"type": "custom",
"wasm": ""
},
"john_dao": {
"candid": "src/backend/john_dao/john_dao.did",
"package": "john_dao",
"type": "rust"
},
"nns-ledger": {
"build": "",
"candid": "candid/nns-ledger.did",
"remote": {
"id": {
"ic": "ryjl3-tyaaa-aaaaa-aaaba-cai",
"local": "ryjl3-tyaaa-aaaaa-aaaba-cai"
}
},
"type": "custom",
"wasm": ""
}
},
"defaults": {
"build": {
"args": "",
"packtool": ""
}
},
"version": 1
}