This repository was archived by the owner on Apr 9, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathdfx.json
More file actions
75 lines (75 loc) · 2.37 KB
/
dfx.json
File metadata and controls
75 lines (75 loc) · 2.37 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"canisters": {
"fortune-wheel-booth-backend": {
"dependencies": [
"icp_ledger",
"ckbtc_ledger",
"cketh_ledger",
"ckusdc_ledger"
],
"main": "src/fortune-wheel-booth-backend/main.mo",
"type": "motoko"
},
"fortune-wheel-booth-frontend": {
"source": [
"src/fortune-wheel-booth-frontend/dist"
],
"type": "assets",
"build": [
"pnpm -F fortune-wheel-booth-frontend build"
]
},
"internet-identity" : {
"type": "pull",
"id": "rdmx6-jaaaa-aaaaa-aaadq-cai"
},
"icp_ledger": {
"type": "custom",
"candid": "https://raw.githubusercontent.com/dfinity/ic/9866a6f5cb43c54e3d87fa02a4eb80d0f159dddb/rs/rosetta-api/icrc1/ledger/ledger.did",
"wasm": "https://download.dfinity.systems/ic/9866a6f5cb43c54e3d87fa02a4eb80d0f159dddb/canisters/ic-icrc1-ledger.wasm.gz",
"remote": {
"id": {
"ic": "ryjl3-tyaaa-aaaaa-aaaba-cai"
}
}
},
"ckbtc_ledger": {
"type": "custom",
"candid": "https://raw.githubusercontent.com/dfinity/ic/9866a6f5cb43c54e3d87fa02a4eb80d0f159dddb/rs/rosetta-api/icrc1/ledger/ledger.did",
"wasm": "https://download.dfinity.systems/ic/9866a6f5cb43c54e3d87fa02a4eb80d0f159dddb/canisters/ic-icrc1-ledger.wasm.gz",
"remote": {
"id": {
"ic": "mxzaz-hqaaa-aaaar-qaada-cai"
}
}
},
"cketh_ledger": {
"type": "custom",
"candid": "https://raw.githubusercontent.com/dfinity/ic/9866a6f5cb43c54e3d87fa02a4eb80d0f159dddb/rs/rosetta-api/icrc1/ledger/ledger.did",
"wasm": "https://download.dfinity.systems/ic/9866a6f5cb43c54e3d87fa02a4eb80d0f159dddb/canisters/ic-icrc1-ledger.wasm.gz",
"remote": {
"id": {
"ic": "ss2fx-dyaaa-aaaar-qacoq-cai"
}
}
},
"ckusdc_ledger": {
"type": "custom",
"candid": "https://raw.githubusercontent.com/dfinity/ic/9866a6f5cb43c54e3d87fa02a4eb80d0f159dddb/rs/rosetta-api/icrc1/ledger/ledger.did",
"wasm": "https://download.dfinity.systems/ic/9866a6f5cb43c54e3d87fa02a4eb80d0f159dddb/canisters/ic-icrc1-ledger.wasm.gz",
"remote": {
"id": {
"ic": "xevnm-gaaaa-aaaar-qafnq-cai"
}
}
}
},
"defaults": {
"build": {
"args": "",
"packtool": "mops sources"
}
},
"output_env_file": ".env",
"version": 1
}