-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdfx.json
More file actions
28 lines (28 loc) · 1.13 KB
/
dfx.json
File metadata and controls
28 lines (28 loc) · 1.13 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
{
"canisters": {
"launcher": {
"type": "custom",
"candid": "https://github.com/ICME-Lab/kinic-cli/releases/download/v0.2.4-beta/service.did",
"wasm" : "https://github.com/ICME-Lab/kinic-cli/releases/download/v0.2.4-beta/launcher.wasm.gz"
},
"icrc1_ledger_canister": {
"type": "custom",
"candid": "https://raw.githubusercontent.com/dfinity/ic/044cfd5147fc97d7e5a214966941b6580c325d72/rs/rosetta-api/icrc1/ledger/ledger.did",
"wasm": "https://download.dfinity.systems/ic/044cfd5147fc97d7e5a214966941b6580c325d72/canisters/ic-icrc1-ledger.wasm.gz"
},
"internet_identity": {
"frontend": {},
"type": "custom",
"candid": "https://github.com/dfinity/internet-identity/releases/latest/download/internet_identity.did",
"wasm": "https://github.com/dfinity/internet-identity/releases/latest/download/internet_identity_dev.wasm.gz"
}
},
"defaults": {
"build": {
"args": "",
"packtool": ""
}
},
"output_env_file": ".env",
"version": 1
}