-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathdfx.json
More file actions
67 lines (65 loc) · 1.56 KB
/
dfx.json
File metadata and controls
67 lines (65 loc) · 1.56 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
{
"canisters": {
"ckbtc": {
"type": "custom",
"candid": "src/ckbtc/icrc1.did",
"wasm": "src/ckbtc/icrc1_wasm.gz"
},
"LP_ledger_canister": {
"type": "custom",
"candid": "src/LP_ledger_canister/icrc1.did",
"wasm": "src/LP_ledger_canister/icrc1_wasm.gz"
},
"cketh": {
"type": "custom",
"candid": "src/cketh/icrc1.did",
"wasm": "src/cketh/icrc1_wasm.gz"
},
"xrc": {
"type": "custom",
"candid": "https://raw.githubusercontent.com/THLO/xrc_demo/refs/heads/main/xrc/xrc.did",
"id": "uf6dk-hyaaa-aaaaq-qaaaq-cai",
"wasm": "https://github.com/THLO/xrc_demo/raw/refs/heads/main/xrc/xrc.wasm.gz",
"metadata": [
{
"name": "candid:service"
}
]
}
,
"internet_identity": {
"type": "pull",
"id": "rdmx6-jaaaa-aaaaa-aaadq-cai"
},
"valueswap_backend": {
"candid": "src/valueswap_backend/valueswap_backend.did",
"package": "valueswap_backend",
"type": "rust"
},
"swap": {
"candid": "src/swap/swap.did",
"package": "swap",
"type": "rust",
"wasm" : "src/valueswap_backend/src/api/swap.wasm"
},
"valueswap_frontend": {
"dependencies": ["valueswap_backend"],
"source": ["src/valueswap_frontend/dist"],
"type": "assets",
"workspace": "valueswap_frontend"
}
},
"defaults": {
"build": {
"args": "",
"packtool": ""
}
},
"metadata": [
{
"name": "candid:service"
}
],
"output_env_file": ".env",
"version": 1
}