-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdfx.json
96 lines (96 loc) · 2.58 KB
/
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
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"version": 1,
"canisters": {
"main": {
"type": "motoko",
"main": "backend/main.mo",
"specified_id": "afcvu-dyaaa-aaaap-qboqq-cai",
"declarations": {
"node_compatibility": true,
"output": "declarations/main"
}
},
"assets": {
"type": "assets",
"frontend": {
"entrypoint": "frontend/dist/index.html"
},
"source": ["frontend/dist/"]
},
"ledger": {
"type": "custom",
"wasm": "declarations/ledger/ledger.wasm",
"candid": "declarations/ledger/ledger.private.did",
"specified_id": "ryjl3-tyaaa-aaaaa-aaaba-cai",
"remote": {
"candid": "declarations/ledger/ledger.public.did",
"id": {
"ic": "ryjl3-tyaaa-aaaaa-aaaba-cai"
}
}
},
"seed": {
"type": "custom",
"wasm": "declarations/icrc1/icrc1.wasm",
"candid": "declarations/icrc1/icrc1.did",
"specified_id": "fua74-fyaaa-aaaan-qecrq-cai",
"remote": {
"id": {
"ic": "fua74-fyaaa-aaaan-qecrq-cai"
}
}
},
"btcflower": {
"type": "custom",
"wasm": "power-equalizer/.dfx/local/canisters/staging/staging.wasm",
"candid": "power-equalizer/.dfx/local/canisters/staging/staging.did",
"specified_id": "pk6rk-6aaaa-aaaae-qaazq-cai",
"remote": {
"id": {
"ic": "pk6rk-6aaaa-aaaae-qaazq-cai"
}
}
},
"ethflower": {
"type": "custom",
"wasm": "power-equalizer/.dfx/local/canisters/staging/staging.wasm",
"candid": "power-equalizer/.dfx/local/canisters/staging/staging.did",
"specified_id": "dhiaa-ryaaa-aaaae-qabva-cai",
"remote": {
"id": {
"ic": "dhiaa-ryaaa-aaaae-qabva-cai"
}
}
},
"icpflower": {
"type": "custom",
"wasm": "power-equalizer/.dfx/local/canisters/staging/staging.wasm",
"candid": "power-equalizer/.dfx/local/canisters/staging/staging.did",
"specified_id": "4ggk4-mqaaa-aaaae-qad6q-cai",
"remote": {
"id": {
"ic": "4ggk4-mqaaa-aaaae-qad6q-cai"
}
}
},
"btcflower_gen2": {
"type": "custom",
"wasm": "power-equalizer/.dfx/local/canisters/staging/staging.wasm",
"candid": "power-equalizer/.dfx/local/canisters/staging/staging.did",
"specified_id": "u2kyg-aaaaa-aaaag-qc5ja-cai",
"remote": {
"id": {
"ic": "u2kyg-aaaaa-aaaag-qc5ja-cai"
}
}
}
},
"defaults": {
"build": {
"packtool": "mops sources",
"args": ""
}
},
"dfx": "0.24.2",
"output_env_file": ".env"
}