forked from yokifinance/yoki-dca-protocol-ic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdfx.json
52 lines (52 loc) · 1.88 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
{
"canisters": {
"dca_backend": {
"main": "src/dca_backend/main.mo",
"type": "motoko"
},
"dca_frontend": {
"source": ["src/dca_frontend/dist"],
"type": "assets",
"dependencies": ["dca_backend"]
},
"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"
},
"icp_ledger_canister": {
"type": "custom",
"candid": "https://raw.githubusercontent.com/dfinity/ic/fff20526e154f8b8d24373efd9b50f588d147e91/rs/rosetta-api/icp_ledger/ledger.did",
"wasm": "https://download.dfinity.systems/ic/fff20526e154f8b8d24373efd9b50f588d147e91/canisters/ledger-canister.wasm.gz",
"remote": {
"id": {
"ic": "ryjl3-tyaaa-aaaaa-aaaba-cai"
}
}
},
"ckBTC_ledger_canister": {
"type": "custom",
"candid": "https://raw.githubusercontent.com/dfinity/ic/fff20526e154f8b8d24373efd9b50f588d147e91/rs/rosetta-api/icrc1/ledger/ledger.did",
"wasm": "https://download.dfinity.systems/ic/fff20526e154f8b8d24373efd9b50f588d147e91/canisters/ic-icrc1-ledger.wasm.gz",
"remote": {
"id": {
"ic": "mxzaz-hqaaa-aaaar-qaada-cai"
}
}
}
},
"defaults": {
"build": {
"args": "",
"packtool": "mops sources"
}
},
"output_env_file": ".env",
"version": 1
}