-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdfx.json
More file actions
59 lines (59 loc) · 1.83 KB
/
Copy pathdfx.json
File metadata and controls
59 lines (59 loc) · 1.83 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": {
"ProcurePact_backend": {
"main": "src/ProcurePact_backend/main.mo",
"type": "motoko"
},
"ProcurePact_frontend": {
"dependencies": [
"ProcurePact_backend"
],
"source": [
"src/ProcurePact_frontend/dist"
],
"type": "assets",
"workspace": "ProcurePact_frontend"
},
"internet_identity": {
"candid": "https://github.com/dfinity/internet-identity/releases/latest/download/internet_identity.did",
"frontend": {},
"remote": {
"id": {
"ic": "rdmx6-jaaaa-aaaaa-aaadq-cai"
}
},
"type": "custom",
"wasm": "https://github.com/dfinity/internet-identity/releases/latest/download/internet_identity_dev.wasm.gz"
},
"icrc1_ledger_canister": {
"type": "custom",
"candid": "https://raw.githubusercontent.com/dfinity/ic/aba60ffbc46acfc8990bf4d5685c1360bd7026b9/rs/ledger_suite/icrc1/ledger/ledger.did",
"wasm": "https://download.dfinity.systems/ic/aba60ffbc46acfc8990bf4d5685c1360bd7026b9/canisters/ic-icrc1-ledger.wasm.gz"
},
"icrc1_index_canister": {
"type": "custom",
"wasm": " https://download.dfinity.systems/ic/3ae3649a2366aaca83404b692fc58e4c6e604a25/canisters/ic-icrc1-index-ng.wasm.gz",
"candid": "https://raw.githubusercontent.com/dfinity/ic/3ae3649a2366aaca83404b692fc58e4c6e604a25/rs/ledger_suite/icrc1/index-ng/index-ng.did"
},
"escrow": {
"main": "src/ProcurePact_backend/escrow.mo",
"type": "motoko"
},
"invoice": {
"main": "src/ProcurePact_backend/invoice.mo",
"type": "motoko"
},
"credit": {
"main": "src/ProcurePact_backend/credit.mo",
"type": "motoko"
}
},
"defaults": {
"build": {
"args": "",
"packtool": "mops sources"
}
},
"output_env_file": ".env",
"version": 1
}